This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Description
I try to install Crest on my laptop for local testing.
I'm running on an Ubuntu 13.10 machine.
I get this error:
# sudo npm install crest -g
.........
npm http 304 https://registry.npmjs.org/extsprintf/1.0.0
> dtrace-provider@0.2.8 install /usr/local/lib/node_modules/crest/node_modules/restify/node_modules/dtrace-provider
> node-gyp rebuild
make: Entering directory `/usr/local/lib/node_modules/crest/node_modules/restify/node_modules/dtrace-provider/build'
TOUCH Release/obj.target/DTraceProviderStub.stamp
make: Leaving directory `/usr/local/lib/node_modules/crest/node_modules/restify/node_modules/dtrace-provider/build'
npm ERR! Error: ENOENT, chmod '/usr/local/lib/node_modules/crest/bin/server'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! System Linux 3.13.5-031305-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "crest" "-g"
npm ERR! cwd /home/artheus
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /usr/local/lib/node_modules/crest/bin/server
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/artheus/npm-debug.log
npm ERR! not ok code 0
Seems like the crest/bin/server is not even created. I have tried running as root, with sudo and in a local project folder. Same error every time.