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
error:
Module "node:stream" has been externalized for browser compatibility. Cannot access "node:stream.Readable" in client cod
Using got('http://') in a new Vite project will directly cause this error, which seems to be a node:stream problem. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
This would be a question to ask on the Vite repo, not here.
Sorry, something went wrong.
No branches or pull requests
error:
Module "node:stream" has been externalized for browser compatibility. Cannot access "node:stream.Readable" in client cod
Using got('http://') in a new Vite project will directly cause this error, which seems to be a node:stream problem. How can I solve this problem?
The text was updated successfully, but these errors were encountered: