mohuishou / scuplus-wechat

We川大小程序[scuplus] 使用wepy开发的完善的校园综合小程序, 40+页面,前后端开源,包括成绩、课表、失物招领、图书馆、新闻资讯等等常见校园场景功能
https://documenter.getpostman.com/view/364695/RWaGUpsy
675 stars 127 forks source link

本地如何运行 #258

Closed Ex-Caliburn closed 6 years ago

Ex-Caliburn commented 6 years ago

本地npm run dev 如何正常运行,需要把本地全改成 wyp后缀嘛

mohuishou commented 6 years ago

不需要,npm install之后运行就可以了

Ex-Caliburn commented 6 years ago

误VM2234:2 未找到 app.json 中的定义的 pages "pages/my/feedback" 对应的 JS 文件

Ex-Caliburn commented 6 years ago

明明有,但是会报错

mohuishou commented 6 years ago

额,不是用 npm run dev运行,请先npm install wepy-cli -g ,然后用 wepy build -w

Ex-Caliburn commented 6 years ago

我是这么做的还是不行

mohuishou commented 6 years ago

看一下console的错误信息

Ex-Caliburn commented 6 years ago

VM1049:2 未找到 app.json 中的定义的 pages "pages/my/feedback" 对应的 JS 文件 (anonymous) @ VM1049:2 还是那个错误。,

mohuishou commented 6 years ago

是运行wepy的终端log,这种错误就表示文件编译失败了

ttfather commented 6 years ago

我也遇到了同样的错误

ttfather commented 6 years ago

编译的时候报错了 wechuanda

mohuishou commented 6 years ago

https://github.com/mohuishou/scuplus-wechat/issues/261 看一下这个应该是一个问题 @ttfather

ttfather commented 6 years ago

@mohuishou 是同一个问题,应该怎么解决啊

mohuishou commented 6 years ago

@ttfather 上面那个问题的解决方法不行?

kejianlin commented 5 years ago

我也是出现同样的报错,请问你们解决了吗?