-
-
按照你的文档,执行命令后并没有出现chrome调试的链接,是跟系统有关么,我的是windows,64位,默认谷歌浏览器
![_20170814105254](https://user-images.githubusercontent.com/13126996/29256655-a139299a-80de-11e7-9a7c-637a3742c573.png)
-
在示例中的on('start'),之后转发是正常的,同时end事件中打印ctx.response.body.toString()同样是正常的,但是这个end事件之后并没有将返回的结果转发回请求的页面....请问这个如何解决
-
Right now, to access
- body, data is available in, **ctx.request.body**
- params, data is available in, **ctx.params**
- query, data is available in, **ctx.request.query**
Can we get consiste…
-
## Version **2.2.0** of [koa-body](https://github.com/dlau/koa-body) just got published.
Branch
Build failing 🚨
Dependency
koa-bo…
-
When a synchronous error is thrown (err-first-callback) fastify should gracefully shutdown. As a user I expect that the `onClose` hook is called and fastify will exit with the error. When using Promi…
-
In koa-i18next-middleware v1.1.4 on Node.js v6.10.3, the follow error is being thrown:
```
node_modules/koa-i18next-middleware/dist/index.js:8
var LanguageDetector = exports.LanguageDetector = _k…
-
问题由来:
我们公司环境是node6.x使用框架是koa2,集成co-wechat2.1运行是提示语法有问题,查看了co-wechat2.1源码发现里面使用了node7.x + 才支持的await等,所以 想要使用co-wechat 2.x是不是只能升级node7.x+ ,我们不能调整koa至1因为框架很多有依赖,所以想问下 是不是如此?假如是 请 作者在页面标注下,防止其他用户出现类似问…
ikcro updated
7 years ago
-
如题,用koa2-easy生成了 js 版的项目,安装好后运行 node run.js 报如下错:
```dash
D:\koa\koa2-easy-js\node_modules\.4.1.0@koa-send\index.js:37
async function send (ctx, path, opts = {}) {
^^^^^^^^
SyntaxError: …
-
上传(2G以内大)文件到egg服务器,从egg服务器下载(2G以内大)文件。两个需求都最好配有nodejs客户端demo,不然难以测试对接,谢谢谢谢了