Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

覆盖文件以后,报错无法启动,找不到webviewStores.js #65

Open
Bravechen opened this issue Sep 26, 2016 · 2 comments
Open

Comments

@Bravechen
Copy link

覆盖了v0.9.0开发者工具中相应的文件以后,报错:

Uncaught Error: Cannot find module '../../stores/webviewStores.js'

无法启动

@BuptStEve
Copy link

把在 createstep.js 里的这个

c = (require("../../stores/webviewStores.js"), 

改成这个...

c = (require("../../stroes/webviewStores.js"), 

@xiuxiuing
Copy link

xiuxiuing commented Sep 26, 2016

下载的0.9.0921版本打开后,提示更新到0.9.0923版本,更新之后,会在stroes同目录多一个stores目录,应该替换stores目录的projectStores.js文件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants