1、安装nvm控制node版本
2、下载安装nvm
https://nvm.uihtm.com/
3、清缓存,删依赖,重新下载
npm cache clean --force rm -rf node_modules rm package-lock.json npm install