npm 包安装不成功

67 阅读1分钟

1.删除nodemodules 和 package-lock.json

2.npm cache clean --force

3.npm install

4.npm run dev/serve

前提确定下 npm node 版本