最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Downgrade NodeJs Version and express version - Stack Overflow

programmeradmin0浏览0评论

Currently I am working on a nodejs project. I have installed Express 3.X which is in alpha stage, and my node version is also at 0.7.2-pre. I am currently trying to downgrade my express version, via npm, but it seems that i have to downgrade my node version as well.

What is the best way to achieve this? How do i down grade my node version. Thank you very much.

Currently I am working on a nodejs project. I have installed Express 3.X which is in alpha stage, and my node version is also at 0.7.2-pre. I am currently trying to downgrade my express version, via npm, but it seems that i have to downgrade my node version as well.

What is the best way to achieve this? How do i down grade my node version. Thank you very much.

Share Improve this question asked May 17, 2012 at 10:56 theintersecttheintersect 7582 gold badges7 silver badges19 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 15

To easy the node version management you can use an npm package called n

There are tools that allow you to have multiple versions of Node installed - e.g. NVM - so you could do that.

However, to answer the question, you will need to re-install Node I'm afraid. Thankfully installing from source is pretty easy though a little slow. Just follow the installation instructions on the GitHub page.

发布评论

评论列表(0)

  1. 暂无评论