node.js - How to upgrade nodejs to latest version -


i'd upgrade lts 8.x. need integrate existing project. what's best way project continues work no problems after upgrade? (i'm on windows).

since using windows easy upgrade latest node js version.

just reinstall node .msi in windows node website.

that trick.

your project not affected after upgradations.

also, npm upgraded well.

it's safe following after upgradations.

npm cache clean npm update -g 

Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -