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)?
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
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