vue|vue: 解决错误 RunScriptError: post install error, please remove node_modules before retry!
cnpm install报错:【vue|vue: 解决错误 RunScriptError: post install error, please remove node_modules before retry!】
RunScriptError: post install error, please remove node_modules before retry!
解决:
1、先到项目文件下重命名或者删除node_modules这个文件
$ rm -rf node_modules/
2、安装gulp-sass
?
$ cnpm install gulp-sass --save-dev
?
3、安装成功后,再cnpm install
$ cnpm install
然后就可以使用你的 npm run dev, 就会发现问题解决!
推荐阅读
- java|解决错误(org.apache.ibatis.binding.BindingException)
- java|解决错误(Cannot find module ‘fs/promises‘)
- java|出现错误java:警告:源反行版 9,需要目标发行版1.9
- java|解决实例化Servlet类[com.mu.servlet.HelloServlet]异常
- Spring|解决错误(Cannot resolve method ‘getConnection‘ in ‘DataSource‘)
- 2. 冒泡和快排
- 1.3 万亿条数据查询,如何做到毫秒级响应()
- MySQL数据库|MySQL数据库四(MySQL数据库)
- MySQL数据库|MySQL数据库一(MySQL体系结构与存储引擎)