-
Notifications
You must be signed in to change notification settings - Fork 491
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
启动node服务有问题看这里 #11
Comments
导入表的问题看这个 才能启动服务 |
很棒棒哦😁 |
老哥做的不错哦
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: 王文健 <[email protected]>
发送时间: 2019年6月12日 11:04
收件人: wwenj/tripRecord <[email protected]>
抄送: Subscribed <[email protected]>
主题: 回复:[wwenj/tripRecord] 启动node服务有问题看这里 (#11)
很棒棒哦😁
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
老哥厉害,我自己弄了两天,终于搞懂了一丢丢 |
首先把文件里的node_modules删除重新下载一次(可能不需要,不过我还是这么做了) 就是删掉 然后重新 npm install |
跨域问题怎么破 |
set DEBUG=myapp:* npm start进行这个命令之后, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
首先把文件里的node_modules删除重新下载一次(可能不需要,不过我还是这么做了)
找到文件所有的mysql.createPool,把参数改成你自己数据库的参数
npm start 或者 set DEBUG=myapp:* npm start
The text was updated successfully, but these errors were encountered: