Failed to parse source map from... Error: ENOENT: no such file or directory
See original GitHub issueThe problem is when I run yarn start
there are some warnings occur as:
...
WARNING in ./node_modules/@usedapp/core/dist/esm/src/providers/transactions/reducer.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/mac/Desktop/react-django-nft-marketplace/react_django_nft_marketplace/frontend/frontend/node_modules/@usedapp/core/dist/esm/src/providers/transactions/reducer.js.map' file: Error: ENOENT: no such file or directory, open '/Users/mac/Desktop/react-django-nft-marketplace/react_django_nft_marketplace/frontend/frontend/node_modules/@usedapp/core/dist/esm/src/providers/transactions/reducer.js.map'
@ ./node_modules/@usedapp/core/dist/esm/src/providers/transactions/provider.js 8:0-47 23:46-64
@ ./node_modules/@usedapp/core/dist/esm/src/providers/DAppProvider.js 8:0-62 50:29-48
@ ./node_modules/@usedapp/core/dist/esm/src/providers/index.js 1:0-31 1:0-31
@ ./node_modules/@usedapp/core/dist/esm/src/index.js 2:0-28 2:0-28
@ ./src/App.tsx 5:0-54 11:30-42 13:24-37 13:39-54
@ ./src/index.tsx 7:0-24 11:33-36
102 warnings have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
webpack 5.68.0 compiled with 102 warnings in 2298 ms
Files successfully emitted, waiting for typecheck results...
Issues checking in progress...
No issues found.
^C
mbp:frontend mac$
I’ve created the react app by running npx create-react-app frontend --template typescript
command. I noticed that error occurs only with @usedapp/core
library. Is the issue in the package managers (yarn, npm, npx
)? I’ve used 3 of them in the same project already.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Failed to parse source map | no such file or directory ... - GitHub
Run npm start; Wait for the app to start; See error in the Terminal. Expected behavior. No warnings or errors when running the...
Read more >Failed to parse source map... Error: ENOENT: no such file or ...
you should try create an .env file in your root directory (same folder as package.json ) and set GENERATE_SOURCEMAP=false on a single line:...
Read more >Failed to parse source map warnings - Dynamic Docs
node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'node_modules/json-rpc-engine/src/mergeMiddleware.ts' file: Error: ENOENT: no ...
Read more >Failed to parse source map from 'C:\' file: Error - YouTube
greetings, this is slu channel we will handle the Failed to parse source map from 'C:\' file: Error : ENOENT : no such...
Read more >Can't get the hello-world-js example to work - Temporal
The worker fails to start - node src/worker.js. I am getting the following error ... file: Error: ENOENT: no such file or directory, ......
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
@vanruch I think issue still persist, I’ve used 0.11 and new similar warning occur
if needed, I will open a new issue. Thank you
@vsevdrob @ioitiki @dappdappgo Thanks for reporting, should be fixed in 0.11. Closing issue for now, please reopen if the problem persists