Skip to content

postinstall.js faling when installing #5

Description

@felippenardi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions