npm cache clean
rm -rf ~/.npm
(suggestion from other report)rm -rf node_modules
(to remove the local modules)
npm install 解决报错
最新推荐文章于 2025-06-15 23:39:26 发布
npm cache clean
rm -rf ~/.npm
(suggestion from other report)rm -rf node_modules
(to remove the local modules)