-
-
Notifications
You must be signed in to change notification settings - Fork 500
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 debugger issue with 3.0.0-alpha.14 through 17 #3371
Comments
I can confirm that it works in some versions of Node and some not:
|
Confirmed removing EsmResolver fixes the issue. |
Unfortunately, this one looks out of my control. This independent MVP still fails with the same workflow:
import module from "node:module";
module.register("./empty-file.js");
console.log( "DONE!" ); Do you want to file this upstream at the Node repo or would you like me to? |
Until this is fixed upstream you can use the |
You understand this problem better than I do, so you’re probably the one best equipped to file an issue. Thanks for looking into it! |
I can confirm that this bug was fixed in Node 22.7.0 and newer! |
via @noelleleigh #3270 (comment)
The text was updated successfully, but these errors were encountered: