I’m trying to upgrade to Node v0.6.17. I followed the instructions in this post:
but I’m still running version 0.4.9
Any suggestions?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There can be several issues why it’s not working. It’d be good if you paste your package.json somewhere.
FWIW To upgrade the node.js you just need to add the next key/value pair:
In the top level of the package.json, it’s case-sensitive and it can be only one of the versions that the api returns when you request http://nodester.com/env/version.
In other words your package.json should look like this: