wepy error Parsing error: Unexpected token :

 

mpBMCwepy\wepy.config.js

eslint  信息  

 

 

全局重装wepy-cli
npm install wepy-cli -g -registry=https://registry.npm.taobao.org

wepy目录安装依赖
npm install -registry=https://registry.npm.taobao.org

 

 

1、新建测试文件夹testDir目录

2、进入testDir
clone到本地
git clone git@code.test.com:start0627/mpBMCwepy.git

3.1、全局重装wepy-cli
npm install wepy-cli -g -registry=https://registry.npm.taobao.org

3.2、进入clone后的项目wepy根目录安装依赖
npm install -registry=https://registry.npm.taobao.org


4、测试微信ide读取
git clone git@code.test.com:start0627/mpBMCwepy.git

使用淘宝仓库的原因是避免依赖包不能被下载

 

posted @ 2018-09-04 21:43  papering  阅读(502)  评论(0编辑  收藏  举报