You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2019. It is now read-only.
I get the following error when I use npm install crest - g:
json-at-work => npm install crest -g
npm ERR! Darwin 15.5.0
npm ERR! argv "/Users/tmarrs/.nvm/v4.2.2/bin/node" "/Users/tmarrs/.nvm/v4.2.2/bin/npm" "install" "crest" "-g"
npm ERR! node v4.2.2
npm ERR! npm v3.3.10
npm ERR! path /Users/tmarrs/.nvm/v4.2.2/lib/node_modules/crest/bin/server
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/tmarrs/.nvm/v4.2.2/lib/node_modules/crest/bin/server'
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! /Users/tmarrs/projects/json-at-work-examples/npm-debug.log
It looks like the chmod is happening before the server.js file exists.
I've installed Node with NVM, but that shouldn't matter.
But the git clone install works great. Thanks for this excellent module, but please fix the npm global install issue.