You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
进去了以后还发现,数据库用的是作者自己的在线mongodb,性能有点
我连接不到server是什么情况啊,作者数据库没开吗
UnhandledPromiseRejectionWarning: MongoNetworkError: failed to connect to server [ds135233.mlab.com:35233] on first connect [Mong
oError: Authentication failed.]
看了一下,应该是缺少nodemon
各位可以在运行完作者代码后运行此代码
cnpm install nodemon -g
然后
npm run dev
即可正确启动
或者麻烦作者把nodemon加入到package里~。@MrZHLF
The text was updated successfully, but these errors were encountered: