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
Description Error when running source-map-explorer on Node v18 due to native fetch
You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
Steps to reproduce
Environment
v18+
2.5.2
Additional context
Workaround: add NODE_OPTIONS='--no-experimental-fetch' environment variable when running source-map-explorer
NODE_OPTIONS='--no-experimental-fetch'
The text was updated successfully, but these errors were encountered:
Update source-map dependency
14bf8f5
Fixes danvk#231
Update source-map dependency (#232)
0622994
Fixes #231
Successfully merging a pull request may close this issue.
Description
Error when running source-map-explorer on Node v18 due to native fetch
Steps to reproduce
Environment
v18+
2.5.2
Additional context
Workaround: add
NODE_OPTIONS='--no-experimental-fetch'
environment variable when running source-map-explorerThe text was updated successfully, but these errors were encountered: