先安装删除工具
npm install rimraf -g
然后进入项目中,使用删除命令
PS D:\cde\client-web-vue> rimraf node_modules
顺便清除下缓存
PS D:\cde\client-web-vue> yarn cache clean