输入npm install 遇到4048报错
输入npm install 遇到4048报错解决方法总结
npm config set registry http://registry.npm.taobao.org/
先把node_modules文件夹删了
然后执行npm cache clean --force
输入npm install 遇到4048报错解决方法总结
npm config set registry http://registry.npm.taobao.org/
先把node_modules文件夹删了
然后执行npm cache clean --force