VUE - 删除node_modules文件夹
先安装删除工具
npm install rimraf -g
然后进入项目中,使用删除命令
PS D:\cde\client-web-vue> rimraf node_modules
顺便清除下缓存
PS D:\cde\client-web-vue> yarn cache clean
标签:node,cde,VUE,删除,PS,modules
来源: https://www.cnblogs.com/1285026182YUAN/p/16205498.html