Back
Working on Ec2 on AWS.
I have installed Node.js and it works fine.
But the problem arises when trying to install npm.
I am using the following command to install it:
sudo curl http://npmjs.org/install.sh | sh
But the install seems to freeze... I get "fetching: http://registry.npmjs.org/npm/-/npm-1.0.106.tgz" at the prompt and it stays on like this.
Any suggestions on how to install npm successfully would be appreciated.
Use the following command to install npm:
sudo yum install nodejs npm --enablerepo=epel
Learn how we helped 50,000+ professionals like you !
30.9k questions
32.9k answers
500 comments
665 users