Skip to content

Instantly share code, notes, and snippets.

@elliott2081
Created September 4, 2011 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliott2081/1192452 to your computer and use it in GitHub Desktop.
Save elliott2081/1192452 to your computer and use it in GitHub Desktop.
gary@computer:~/node$ curl http://npmjs.org/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3927 100 3927 0 0 8809 0 --:--:-- --:--:-- --:--:-- 26714
fetching: http://registry.npmjs.org/npm/-/npm-1.0.27.tgz
Segmentation fault
0.5.6-pre
Segmentation fault
Segmentation fault
! [ -d .git ] || git submodule update --init --recursive
node cli.js rm npm -g -f
node cli.js cache clean
node cli.js install -g -f
make: *** [install] Segmentation fault
Segmentation fault
It failed
@elliott2081
Copy link
Author

after installing node and making sure it worked I tried installing NPM and got this
I was reading this tutorial
http://www.giantflyingsaucer.com/blog/?p=2775

@elliott2081
Copy link
Author

well, I did that tutorial as well. I tried a different url for the curl part once. but the exact same message was given then as well

@isaacs
Copy link

isaacs commented Sep 4, 2011

node master is currently broken. use a release version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment