-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ESM issue upgrading from 2.0.16 into 2.0.17 / update-notifier #2031
Comments
Seems to be related on the bump to a major version of |
I did do a rudimentary test of the update notifier locally and it did seem to run. I'm going to close the same issues raising on this topic and revert the change quickly - cheers for the heads up. |
Release going up now. I need to find time to drop that module entirely… 😮💨 |
Downgrading to nodemon 2.0.14 fixed it for me in the interim. |
I would be in favour of dropping |
I'm using the nodemon 2.0.7 and experiencing the same issue. |
@alexbrazier the thread is here on that very topic: #1961 I just don't have the time and no one else has proposed (or pushed) anything that aligns with what I want for this project. 2.0.18 is live now - which reverts back. Ideally the next release drops update-notifier entirely. @Garamani you shouldn't see the same issue unless you've somehow managed to bump update-notifier to 6 (which, shouldn't happen at all - check your |
@remy Thank you for your quick response. nodemon: 2.0.7 I just pushed some codes to Heroku and this error happened. This is the error:
I'm still investigating what else might be the source of this error. |
upgrading to nodemon: 2.0.18 fixed the issue. |
@remy I've asked the developer to backport the vulnerability fix to |
nodemon -v
: 2.0.16nodemon --config nodemon.json src/index.js
Expected behaviour
Work as in
v2.0.17
Actual behaviour
Steps to reproduce
upgrade from
v2.0.16
intov2.0.17
If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: