wepy相关

1、根据官方文档:

$ npm install @wepy/cli -g # 全局安装 WePY CLI 工具
$ wepy init standard myproj # 使用 standard 模板初始化项目
$ cd myproj # 进入到项目目录
$ npm install # 安装项目依赖包
$ npm run dev # 监听并且编译项目

报错:

Cannot read property 'update' of undefined

解决方法: package.json

 

 
posted @ 2019-08-26 19:17  MvloveYouForever  阅读(106)  评论(0编辑  收藏  举报