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
执行npm run start ,就报报错。据说是mongoose版本引起的,跑npm run dev 这错误也经常出现。
[egg-scripts] Save log file to /Users/xxx/logs
[egg-scripts] Wait Start: 1...
[egg-scripts] Wait Start: 2...
[egg-scripts] Wait Start: 3...
[egg-scripts] Wait Start: 4...
[egg-scripts] tail -n 100 /Users/xxx/logs/master-stderr.log
[egg-scripts] Got error when startup:
[egg-scripts] (node:15190) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts] (node:15189) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts] (node:15191) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts] (node:15192) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts] (node:15193) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts] (node:15194) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
[egg-scripts] (Use `node --trace-warnings ...` to show where the warning was created)
[egg-scripts]
[egg-scripts] Start got error, see /Users//logs/master-stderr.log
[egg-scripts] Or use `--ignore-stderr` to ignore stderr at startup.
The text was updated successfully, but these errors were encountered:
This issue is closed because it has been marked as Need Reproduce, but has not had recent activity.
If you can provide a reproduce, feel free to ping anyone of our maintainers to reopen this issue.
Thank you for your contributions.
Context
执行
npm run start
,就报报错。据说是mongoose版本引起的,跑npm run dev
这错误也经常出现。The text was updated successfully, but these errors were encountered: