Created
March 16, 2014 20:17
-
-
Save uwekamper/9589254 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@precise32:/vagrant# npm install | |
npm WARN cannot run in wd [email protected] node microflo.js update-defs && node-gyp rebuild (wd=/vagrant) | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm http GET https://registry.npmjs.org/serialport | |
npm http 304 https://registry.npmjs.org/serialport | |
npm http GET https://registry.npmjs.org/mkdirp/0.3.4 | |
npm http GET https://registry.npmjs.org/component-require/0.3.1 | |
npm http GET https://registry.npmjs.org/batch/0.2.1 | |
npm http GET https://registry.npmjs.org/debug | |
npm http GET https://registry.npmjs.org/better-assert | |
npm http GET https://registry.npmjs.org/cp | |
npm http GET https://registry.npmjs.org/string-to-js/0.0.1 | |
npm http 304 https://registry.npmjs.org/debug | |
npm http 304 https://registry.npmjs.org/mkdirp/0.3.4 | |
npm http 304 https://registry.npmjs.org/better-assert | |
npm http 304 https://registry.npmjs.org/batch/0.2.1 | |
npm http 304 https://registry.npmjs.org/component-require/0.3.1 | |
npm http 304 https://registry.npmjs.org/string-to-js/0.0.1 | |
npm http 304 https://registry.npmjs.org/cp | |
npm http GET https://registry.npmjs.org/callsite | |
npm http 304 https://registry.npmjs.org/callsite | |
npm http GET https://registry.npmjs.org/sf/0.1.6 | |
npm http GET https://registry.npmjs.org/bindings/1.1.0 | |
npm http GET https://registry.npmjs.org/optimist | |
npm http GET https://registry.npmjs.org/async/0.1.18 | |
npm http 304 https://registry.npmjs.org/optimist | |
npm http 304 https://registry.npmjs.org/async/0.1.18 | |
npm http 304 https://registry.npmjs.org/sf/0.1.6 | |
npm http 304 https://registry.npmjs.org/bindings/1.1.0 | |
npm http GET https://registry.npmjs.org/wordwrap | |
npm http 304 https://registry.npmjs.org/wordwrap | |
> [email protected] install /vagrant/node_modules/serialport | |
> node-gyp rebuild | |
gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/0.10.26" | |
gyp WARN EACCES attempting to reinstall using temporary dev dir "/vagrant/node_modules/serialport/.node-gyp" | |
gyp http GET http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gz | |
gyp http 200 http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gz | |
Traceback (most recent call last): | |
File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module> | |
sys.exit(gyp.script_main()) | |
AttributeError: 'module' object has no attribute 'script_main' | |
gyp ERR! configure error | |
gyp ERR! stack Error: `gyp` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16) | |
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12) | |
gyp ERR! System Linux 3.2.0-23-generic-pae | |
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /vagrant/node_modules/serialport | |
gyp ERR! node -v v0.10.26 | |
gyp ERR! node-gyp -v v0.12.2 | |
gyp ERR! not ok | |
npm ERR! [email protected] install: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is most likely a problem with the serialport package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-gyp rebuild | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls serialport | |
npm ERR! There is likely additional logging output above. | |
npm ERR! System Linux 3.2.0-23-generic-pae | |
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" | |
npm ERR! cwd /vagrant | |
npm ERR! node -v v0.10.26 | |
npm ERR! npm -v 1.4.3 | |
npm ERR! code ELIFECYCLE | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /vagrant/npm-debug.log | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment