Tips and tricks

Useful NPM commands that I use
Posted on June 21 2023 / in WordPress
Check the npm version:
npm -v
Update to specific npm:
npm i -g npm@8.5.1
Check versions of package:
npm view core-js versions
Reinstall Clean on Windows and clear Package-lock
Check versions of package:
Remove-Item -Recurse -Force node_modules
Remove-Item -Force package-lock.json -ErrorAction SilentlyContinue
npm cache verify
npm install
Check all config:
npm config ls -l
Recent Comments
- admin on Disable Windows 11 Autoupdate
- Christina on Disable Windows 11 Autoupdate
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator