I'm trying to install lineman-less by adding "lineman-less": "0.0.1" to package.json under devDependencies. Exactly like it is used on lineman-angular-template. I'm falling into this error:
(it also happens when I try npm install --save-dev lineman-less)
npm ERR! lineman-less@0.0.1 postinstall: `node script/postinstall.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the lineman-less@0.0.1 postinstall script.
npm ERR! This is most likely a problem with the lineman-less package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node script/postinstall.js
npm ERR! You can get their info via:
npm ERR! npm owner ls lineman-less
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /src/referrals
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /src/referrals/npm-debug.log
npm ERR! not ok code 0
I'm trying to install lineman-less by adding
"lineman-less": "0.0.1"to package.json underdevDependencies. Exactly like it is used on lineman-angular-template. I'm falling into this error:(it also happens when I try
npm install --save-dev lineman-less)