Failed to parse source map from ...
See original GitHub issueHello and thanks for your work! After having installed your library I get this warning:
WARNING in ./node_modules/boring-avatars/build/index.js [1] Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): [1] Failed to parse source map from '/Users/User/Work/list/project/client/node_modules/boring-avatars/build/index.js.map' file: Error: ENOENT: no such file or directory, open '/Users/User/Work/list/project/client/node_modules/boring-avatars/build/index.js.map'
The library works even with that warning, still I wondered if there’s a workaround to fix this. Thank you again 😃
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (2 by maintainers)
Top Results From Across the Web
ESRI : Failed to parse source map - Stack Overflow
I need the source maps, but there is one map that isn't available for me. Lurking on Meteor forums indicates that Chrome has...
Read more >After Upgrading to CRA 5.0 getting a lot of: Failed to parse ...
The warnings are correct. These packages source maps pointing to src that is not included in the package. The solution would be to...
Read more >Failed to parse source map warnings - Dynamic Docs
If using create-react-app v5, you may see some warnings (although they appear like errors) when running/building your react application. This has been reported ......
Read more >"Failed to parse source map" errors with datetime picker and ...
Hello, When using the Atlaskit DateTimePicker components in my Create React App 5.0.0 app, I get warnings about missing sourcemaps in ...
Read more >source-map-loader - webpack
Extracts source maps from existing source files (from their sourceMappingURL ). ... ignoreWarnings: [/Failed to parse source map/], };.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same here. My workaround is to manually create file: touch node_modules/boring-avatars/build/index.js.map
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.