vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

npm install fails #298

Closed glassresistor closed 10 years ago

glassresistor commented 10 years ago

Looks like cujojs has moved around the releases of when

npm http 500 https://github.com/cujojs/when/archive/noisy-deferred-then.tar.gz npm ERR! fetch failed https://github.com/cujojs/when/archive/noisy-deferred-then.tar.gz

moricard commented 10 years ago

Same error here

jimmack1963 commented 10 years ago

Me too.

ludekstepan commented 10 years ago

Me too :-)

jimmack1963 commented 10 years ago

And thanks to the people who wrote this and keep it going; I use it often on another box. Sorry I'm not clever enough to help fix!

gjrwebber commented 10 years ago

Is there a workaround?

shadeimi commented 10 years ago

me too

kdvolder commented 10 years ago

I recently fixed this problem in the dev branch. Unfortunately we don't have time / resources now to do a proper release any time soon. But you can install from the dev branch in a similar way as the master branch install instructions. Just replace the word 'master' with 'dev' in the tarbal link:

   sudo npm install -g https://github.com/scripted-editor/scripted/tarball/dev

I've been using the dev branch install recently and it looks in good shape.