jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 62 forks source link

npm failed #26

Closed kapsoft closed 8 years ago

kapsoft commented 8 years ago

I'm trying to reinstall gremlin-client in a new location, but getting errors. Anything obvious I'm doing wrong (there has been an upgrade of node and npm versions)?

vagrant@vagrant-ubuntu-precise-64:/isdb/src/isdb-serverless/gremlin$ sudo npm install gremlin --save npm ERR! Linux 3.2.0-89-virtual npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "gremlin" "--save" npm ERR! node v4.0.0 npm ERR! npm v3.7.2 npm ERR! path /isdb/src/isdb-serverless/gremlin/node_modules/node-uuid/bin/uuid npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/isdb/src/isdb-serverless/gremlin/node_modules/node-uuid/bin/uuid' npm ERR! enoent ENOENT: no such file or directory, chmod '/isdb/src/isdb-serverless/gremlin/node_modules/node-uuid/bin/uuid' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent

npm ERR! Please include the following file with any support request: npm ERR! /isdb/src/isdb-serverless/gremlin/npm-debug.log

Regards,

Dean

kapsoft commented 8 years ago

I believe there was some odd issue with my vagrant box. Seems to be solved now. Thx.