You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this command to automatically update & install without conflicts.
```bash
npm update --save && npm install
```
Updating to latest versions may result in dependency conflicts and
errors in packages.
Use this command to update packages to latest versions.
```bash
npx npm-check-updates -u && npm install
```
Use this command to check outdate packages
```bash
npm outdated
```
0 commit comments