Skip to content

Instantly share code, notes, and snippets.

@ddemidov
Created January 22, 2015 20:21
Show Gist options
  • Save ddemidov/3b97a533a149491c7006 to your computer and use it in GitHub Desktop.
Save ddemidov/3b97a533a149491c7006 to your computer and use it in GitHub Desktop.
[demidov@tesla1 autogen (develop)]$ uname -a
Linux tesla1 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux
[demidov@tesla1 autogen (develop)]$ node --version
v0.10.35
[demidov@tesla1 autogen (develop)]$ npm install
npm WARN package.json ev3dev-lang-autogen@1.0.0 No repository field.
/
> ev3dev-lang-autogen@1.0.0 postinstall /home/demidov/work/ev3/ev3dev-lang/autogen
> cd node_modules/liquid-node && npm install && npm run compile
/home/demidov/work/ev3/ev3dev-lang/autogen/node_modules/liquid-node
|
> liquid-node@2.4.0 prepublish /home/demidov/work/ev3/ev3dev-lang/autogen/node_modules/liquid-node
> npm run precommit && npm run compile
npm ERR! Linux 3.17.6-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "precommit"
npm ERR! node v0.10.35
npm ERR! npm v2.2.0
npm ERR! missing script: precommit
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/demidov/work/ev3/ev3dev-lang/autogen/node_modules/liquid-node/npm-debug.log
npm ERR! Linux 3.17.6-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.10.35
npm ERR! npm v2.2.0
npm ERR! code ELIFECYCLE
npm ERR! liquid-node@2.4.0 prepublish: `npm run precommit && npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the liquid-node@2.4.0 prepublish script 'npm run precommit && npm run compile'.
npm ERR! This is most likely a problem with the liquid-node package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run precommit && npm run compile
npm ERR! You can get their info via:
npm ERR! npm owner ls liquid-node
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/demidov/work/ev3/ev3dev-lang/autogen/node_modules/liquid-node/npm-debug.log
npm ERR! Linux 3.17.6-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.10.35
npm ERR! npm v2.2.0
npm ERR! code ELIFECYCLE
npm ERR! ev3dev-lang-autogen@1.0.0 postinstall: `cd node_modules/liquid-node && npm install && npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ev3dev-lang-autogen@1.0.0 postinstall script 'cd node_modules/liquid-node && npm install && npm run compile'.
npm ERR! This is most likely a problem with the ev3dev-lang-autogen package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd node_modules/liquid-node && npm install && npm run compile
npm ERR! You can get their info via:
npm ERR! npm owner ls ev3dev-lang-autogen
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/demidov/work/ev3/ev3dev-lang/autogen/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment