We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 19 removed support for the flag --experimental-specifier-resolution which Frodo relies on: nodejs/node#44859
--experimental-specifier-resolution
To support the current node release, Frodo should explore using a loader instead.
The text was updated successfully, but these errors were encountered:
I believe I figured out a way to support node 19 with the help of the nodejs team: nodejs/node#46298
I have a working prototype but need to test backwards compatibility and compatibility with pkg for our binaries.
Sorry, something went wrong.
fixes rockcarver#214 - a regression introduced in rockcarver#186
5ac1576
vscheuber
Successfully merging a pull request may close this issue.
Node 19 removed support for the flag
--experimental-specifier-resolution
which Frodo relies on: nodejs/node#44859To support the current node release, Frodo should explore using a loader instead.
The text was updated successfully, but these errors were encountered: