JavaScript

Update NPM To The Latest Stable Version

Firstly, open command prompt (cmd), terminal or powershell.

Before update NPM to the latest version you can verify your version of NPM with this command:

npm -v

You can update / upgrade NPM to the latest version of NPM with this code: (you can use this command for all platforms. I mean Windows, Mac, Linux):

npm install -g npm@latest

Successfully it will be done.

Best,
Aytac AGMA

You can share and save this page with:
Tags: , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*