Upgrading Node.js to latest version

Ubuntu Linux/Mac:

The module n makes version management easy:

    npm install n -g

For the latest stable version:

    n stable

For the latest version:

    n latest

Windows:

just reinstall the node from the .msi in Windows from the node website.

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.