When npm i
fail, try:
# 1. clean cache
npm rm -rf node_modules
rm package-lock.json
npm cache clean -f
# 2. Install packages
npm i
# 3. Check npm packages version
npm outdated
# 4. Update packages
npm update
When npm i
fail, try:
# 1. clean cache
npm rm -rf node_modules
rm package-lock.json
npm cache clean -f
# 2. Install packages
npm i
# 3. Check npm packages version
npm outdated
# 4. Update packages
npm update
本文标题:Npm Toolkit
本文链接:https://www.haomeiwen.com/subject/pfdadctx.html
网友评论