wepy build --watch报错 ERR! Parse WePY config failed. Are you trying to use 解决
Posted Afololer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wepy build --watch报错 ERR! Parse WePY config failed. Are you trying to use 解决相关的知识,希望对你有一定的参考价值。
报错具体是
[22:54:56] ERR! Parse WePY config failed. Are you trying to use WePY 2 to build WePY 1 project?
[22:54:56] ERR! Unexpected type: plugins expect a Array
这是因为
当前的项目使用的wepy版本是1.x,而电脑上wepy的版本为2,x
npm install wepy-cli -g 命令安装1.x版本
npm install @wepy-cli -g 命令安装2.x版本
不同之处在于@
解决
找到C:\\Users\\xx\\AppData\\Roaming\\npm\\node_modules文件夹
把@wepy文件夹删去,再执行npm install wepy-cli -g
以上是关于wepy build --watch报错 ERR! Parse WePY config failed. Are you trying to use 解决的主要内容,如果未能解决你的问题,请参考以下文章
npm ERR! missing script: build
npm run build 给出 npm ERR!代码生命周期
npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR
npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR
npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR