Skip to content
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

Support node 18+ #247

Open
NateRadebaugh opened this issue Sep 4, 2023 · 0 comments
Open

Support node 18+ #247

NateRadebaugh opened this issue Sep 4, 2023 · 0 comments

Comments

@NateRadebaugh
Copy link

Description
Running npx source-map-explorer ./dist/main*.js files in node 18.x but works in node 16.x

Steps to reproduce

  1. Go to a project you want to analyze
  2. Run npx source-map-explorer in node 18.x
  3. See error:
    • You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer

Expected behavior
Explorer should work in both node 16 and newer 18.x current version

Environment

  • OS: macOS Ventura 13.5.1
  • source-map-explorer Version 2.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant