-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Error: Cannot find module 'node:querystring' #215
Comments
I'm also facing this issue after the recent update from 1.0.0.next.24 to 1.0.0.next.27. |
Same here :( |
Same here, i temporary fixed the issue by adding |
Same here, or switch the node version to 16 |
+1 temporarily solved it by adding the following lines to the package.json:
!! I use yarn. if you use npm, change resolutions to overrides |
What version of node are you guys running? |
node v14.16.0 |
Please unpublish version of v1.0.0-next.27 first, thanks. This is a breaking change and should not use a patch version number. |
I take it you’re all using Node < 16, but are you using import or require syntax? |
https://unpkg.com/sirv@2.0.4/build.js ![]() |
@lukeed The use of @polka/url package is an indirect dependency.
The question is: why does sirv depend on the next version of @polka/url, but the stable version? And it seems that the sirv package is also maintained by you. Should the sirv package adjust its dependence on |
I just published a The ESM version of each package still has the |
Verified, thank you for the quick response :) |
quick response :) |
Error: Cannot find module 'node:querystring'
The text was updated successfully, but these errors were encountered: