Molunerfinn / vue-koa-demo

:beginner:A simple full stack demo(CSR & SSR & Docker Support) written by Vue2 & Koa2(Koa1 verson also completed)
MIT License
756 stars 166 forks source link

前端无法引用后端模块jsonwebtoke #5

Closed shawli123 closed 7 years ago

shawli123 commented 7 years ago

你好,我在vue组件中引入jsonwebtoken模块时,报错如下:

ERROR Failed to compile with 2 errors 22:10:55

These dependencies were not found:

To install them, you can run: npm install --save net dns

Listening at http://localhost:8080

这个要怎么解决,按它的提示安装额外的后端模块也不奏效。。

Molunerfinn commented 7 years ago

这个issue可以参考,我把koa1的分支的这个问题修复了,koa2版本的一开始我就改过啦:)