Failed to parse source map WARNING
See original GitHub issueI get the following warnings, when I npm run
my react-app:
WARNING in ./node_modules/spinners-react/lib/esm/SpinnerCircular.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '[my-dir]\react\plebania\node_modules\spinners-react\src\SpinnerCircular.tsx' file: Error: ENOENT: no such file or directory, open '[my-dir]\react\plebania\node_modules\spinners-react\src\SpinnerCircular.tsx'
Same warning for these:
- SpinnerCircular.tsx
- SpinnerCircularFixed.tsx
- SpinnerCircularSplit.tsx
- SpinnerCircularSplit.tsx
- SpinnerDiamond.tsx
- SpinnerDotted.tsx
- SpinnerInfinity.tsx
- SpinnerRound.tsx
- SpinnerRoundFilled.tsx
- SpinnerRoundOutlined.tsx
- helpers.ts
The component works fine, and I didn’t find any odd behavior but could you look into this problem?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:5 (1 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 >upgrading to webpack 5 causes sourcemap issues : r/typescript
As it is a component library, I am getting a warning for every file but ... node_modules/source-map-loader/dist/cjs.js): Failed to parse ...
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 Free
Top 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
Please, try v1.0.7.
+1