Question Detail
How to update npm in react native?
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
- 2 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
- 2 years ago
to Update Npm through CMD use
npm install npm@latest
This CMD command will always update your old Npm to Updated Version.
Goal Ploy - Money Management App