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 ?
- 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.
- 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.
Hot Questions