How to upgrade node.js on Windows?

后端 未结 9 919
悲哀的现实
悲哀的现实 2021-01-30 15:48

I already have Node.js v0.8.0 running on Windows. Can I just run the latest installer to upgrade it to v0.8.4? I am afraid it will break existing third party modules on my machi

9条回答
  •  执念已碎
    2021-01-30 16:44

    JUST GO TO

    nodejs.org

    INSTALL THE LATEST STABLE VERSION (Recommended For Most Users)

    and then run

    npm install node
    
    

    Now, you are good to go

    You can even check the version of NodeJS using command

    node --version
    
    

提交回复
热议问题