помогите пожалуйста решить проблему
на linux mint я установил grunt. теперь хотел бы установить пакет для препроцессинга css. выполняю следующую команду:
kalinin@kalinin /var/www/html/fi_less $ npm install grunt-contrib-less --save-dev
получаю следующее сообщение:
npm WARN package.json fi_less@0.0.0 No README.md file found!
npm http GET https://registry.npmjs.org/grunt-contrib-less
npm http 200 https://registry.npmjs.org/grunt-contrib-less
npm http GET https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-1.0.0.tgz
npm http 200 https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-1.0.0.tgz
npm WARN engine grunt-contrib-less@1.0.0: wanted: {"node":">=0.10.0"} (current: {"node":"v0.9.9","npm":"1.2.10"})
npm http GET https://registry.npmjs.org/less
npm http GET https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/async
npm http 200 https://registry.npmjs.org/chalk
npm ERR! Error: No compatible version found: chalk@'^0.5.1'
npm ERR! Valid install targets:
npm ERR! ["0.1.0","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0","0.5.0","0.5.1"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:676:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:591:10
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:93:15)
npm ERR! at process._makeCallback (node.js:318:24)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "grunt-contrib-less" "--save-dev"
npm ERR! cwd /var/www/html/fi_less
npm ERR! node -v v0.9.9
npm ERR! npm -v 1.2.10
npm http 304 https://registry.npmjs.org/async
npm http 200 https://registry.npmjs.org/lodash
npm http 200 https://registry.npmjs.org/less
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /var/www/html/fi_less/npm-debug.log
npm ERR! not ok code 0
в похожих темах на стековерфлоу предлагают переустановить nodejs. но не совсем понятно зачем, да и нет гарантии, что проблема не повторится. хотелось бы что-то осмысленное сделать