-
Notifications
You must be signed in to change notification settings - Fork 433
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
运行提示...扩展操作符错误 #125
Comments
重新安装了一遍,提示找不到 './build/server' 文件夹,应该是微信IDE版本变了,现在编译出来已经没有这个文件夹了~ |
已知问题,官方的 babel 升级了,但是 wept 没有 |
额,升级了Babel,现在报的是error C:\Users\Administrator\AppData\Roaming\nvm\v8.0.0\node_modules\wept\node_modules\fsevents\node_modules\tar-pack is not a child of d:\Program Files\nodejs的错误,不知道什么情况 |
额,报error是因为源的问题,把淘宝源切换回官方源就好了。。。 |
试过把babel版本升级到最新还是不行 |
@wind4gis 需要改这里 https://github.com/chemzqm/wept/blob/master/lib/util.js#L188 官方的开发者工具默认屏蔽了 UI 层的右键 inspect 功能,可以对官方开发者工具做些修改来开启右键(开启该功能会造成 wxml 面板不可用以及页面无法响应点击等严重 bug),首先使用 js-beautify 对代码批量格式化:
注释掉文件 |
我用的是windows系统,安装之后已经没有dist这个文件夹了,好像没法用这个方法去学习源码。使用wept主要是想研究学习下微信小程序的原理,网上找不到相关资料 |
网上可以看到源码解析的,基本上是基于微信IDE0.9版本,一两年前的源码解析 |
建议你本地 git clone, 然后执行 npm install, gulp build |
你好,这个问题目前有解决计划吗 |
没有,项目不维护了,你把 wept 代码里使用到的 babel 配置升级下应该就可以了。 |
wept --version
: 最新node --version
: 8错误日志
listening on port 3000
request/index.js: Unexpected token (128:18)
SyntaxError: request/index.js: Unexpected token (128:18)
126 | })
127 | let optionHeader = options.header || {}
界面截图(可选)
The text was updated successfully, but these errors were encountered: