-
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/koa2-react-isomorphic-boilerplate
npm ERR! 404
npm ERR! 404 'koa2-react-isomorphic-boilerplate' is not in the npm registry.…
-
I use koa2 and koa-ejs to make a react ssr demo
koa code:
```js
const markup = renderToString(
);
await ctx.render('index', { markup });
```
chrome devtool look like this:…
-
Hi,
I am using **koa-router** and **koa-passport** with **passport-jwt**. The problem is that every error thrown inside passport custom callback is not catched by parent middleware. Am I missing somet…
-
我把demo/project里面的代码放在服务上面跑,配置完成后,执行
```shell
npm run start_server
```
出现如下错误
```shell
module.js:472
throw err;
^
Error: Cannot find module './../models/user-info'
at Function…
-
终于看到这个更新东西了. 我每次-g安装这个脚手架工具. 都要自己去手动修改一下koa2 这个文件. 能不能把jade去掉...直接替换成pug呢.
-
0 info it worked if it ends with ok
1 verbose cli [ 'E:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'E:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'run',
1…
-
Got this after cloning and following the setup directions. You also seem to have a missing `babel-core` dep, as I had to install that manually.
```
ERROR in ./server/index.js
Module not found: Error:…
-
I tried
```
koa2 --hbs --css sass --git koa2-test
```
Install works fine
https://gist.githubusercontent.com/AubreyHewes/fa6881ecd9089482ccc5a26f0ad2e126/raw
Running `npm start` works fine
https:/…
-
你好,我在vue组件中引入jsonwebtoken模块时,报错如下:
ERROR Failed to compile with 2 errors 22:10:55
These dependencies were not found:
…
-
目前这个库使用generator函数加上convert确实也挺不错。
感觉使用async/await可能更好看点,不知道有往这方面写的打算吗?