npm install 报错 npm ERR! C:\Users\DELL\AppData\Roaming\npm-cache\_logs\2021-11-11T00_52_1

报错 npm ERR! C:\Users\DELL\AppData\Roaming\npm-cache_logs\2021-11-11T00_52_12_625Z-debug.log
npm install 报错  npm ERR!     C:\Users\DELL\AppData\Roaming\npm-cache\_logs\2021-11-11T00_52_1
1.删除node_modules #安装包
2.npm cache clean --force #删除缓存
3.npm install --registry https://registry.npm.taobao.org #从新安装项目的依赖
4.npm run dev/serve #启动项目

上一篇:ngixn系列---【nginx解决跨域配置】


下一篇:微信小程序开发之——数据存储Storage