Question Detail

How to update npm in react native?

5 years ago Views 1519 Visit Post Reply

I am working on a react native app when i create the app in cmd  it will shows the npm version is old update the latest version of npm. 

How to update npm version in cmd ?


Thread Reply

Hemant Sharma

- 5 years ago

to Update Npm through CMD use 

npm install npm@latest

This CMD command will always update your old Npm to Updated Version.

Hemant Sharma

- 5 years ago

to Update Npm through CMD use 

npm install npm@latest

This CMD command will always update your old Npm to Updated Version.