-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 when Analyzing bundle (source-map-explorer). #12431
Comments
Same as parcel-bundler/parcel#8005 and gatsbyjs/gatsby#35607? Try forcing resolution "source-map": "^0.8.0-beta.0" |
I have the same issue, on my end even
"dependencies": {
"source-map": "^0.8.0-beta.0", This also doesn't help |
|
This works locally however with GitLab CI it still fails
|
I get this error when running |
This is how I got it to work in {
"scripts": {
"analyze": "NODE_OPTIONS=--no-experimental-fetch source-map-explorer 'build/static/js/*.js'"
}
} |
I would like to point out an issue I am facing. I followed the exact steps in this docs but unfortunately when I try to run
npm run analyze
it gives the following error:npm run build
was successful.Can anyone look into this please.
Thanks!
The text was updated successfully, but these errors were encountered: