How to change to an older version of Node.js?

Web Development

I am running Node.js version v0.5.9-pre on Ubuntu 10.10.

I would like to be using version v0.5.0-pre.

How do I roll back to the older version of node?

1
Answers

Replies

Ans: You can change to the older version of Node.js by installing the below mentioned code in the system.


sudo npm cache clean -f


sudo npm install -g n


sudo n stable

 
 

If you want to unleash your potential in this competitive field, please visit the Web Development course page for more information, where you can find the Web Development tutorials and Web Development frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.