Tips and tricks

Useful NPM commands that I use

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

Leave a comment

Your email address will not be published

{"type":"main_options","images_arr":"'#ffffff'","bg_slideshow_time":"0","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","is_customize_preview":"off","gallery_w_thumbs_autoplay_videos":"off","base_url":"https:\/\/digitalzoomstudio.net"}