-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
egg-healthy launch failed with a TypeError #3355
Comments
hey, please retry after reinstall dependencies and please never lock it. $ # reinstall deps and never lock it.
$ rm -rf node_modules yarn.lock package-lock.json
$ npm i --no-package-lock |
I'd like to do as you suggested if I am not developing a framework that has been used in several different project on production and I have to take account of the problem of using different version may cause. If any plan of egg-healthy to supporting egg of version 2.8.x (or egg-core v4.7.x)? |
we use semver, so yes it support. could you provide a mini project for use to reproduce it |
Hello @zitudu. Please provide a reproducible example following the instruction. Issues labeled by 如果在 7 天内没有进展会被自动关闭。 |
I just cannot reproduce this error in a project initialized with Since the |
Egg-core failed to launch when
egg-healthy
plugin had been enabled and threw an TypeError: Class constructor Lifecycle cannot be invoked without 'new'.Command line:
egg-bin dev
egg-healthy: 1.0.0
egg: 2.8.1
egg-core: 4.7.1
egg-bin: 4.7..0
The text was updated successfully, but these errors were encountered: