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

Failed to parse source map from "DoubleScrollbar.js.map" file: Error ENOENT: no such file or directory open 'DoubleScrollbar.js.map' #3170

Closed
tytom2003 opened this issue Aug 3, 2022 · 8 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@tytom2003
Copy link

when i add import MaterialTable from 'material-table', it will show below error.

WARNING in ./node_modules/react-double-scrollbar/dist/DoubleScrollbar.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'D:\reactjs\crudtable\node_modules\react-double-scrollbar\dist\DoubleScrollbar.js.map' file: Error: ENOENT: no such file or directory, open 'D:\reactjs\crudtable\node_modules\react-double-scrollbar\dist\DoubleScrollbar.js.map'.

OS: windows 10 64bit
Nodejs: 16.16.0
Material-Table: 2.0.3
material-ui/core: ^4.12.4
material-ui/icons: ^4.11.3
material-ui/lab: ^4.0.0-alpha.61
react-double-scrollbar: ^0.0.15

@tytom2003 tytom2003 added the bug Something isn't working label Aug 3, 2022
@leungk712
Copy link

I am using material-table core and came across this issue. Are you using react-scripts: >5.0.0? If so it's tied to this: facebook/create-react-app#11767

Seems the current solution is to add GENERATE_SOURCEMAP=false to your .env file

@huda23aduh
Copy link

huda23aduh commented Sep 12, 2022

i am also facing this issue.

have you see this ?

@fidel037
Copy link

is someone going to fix this?

@stale
Copy link

stale bot commented Dec 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.

@stale stale bot added the wontfix This will not be worked on label Dec 21, 2022
@stale stale bot closed this as completed Jan 2, 2023
@AppointMike
Copy link

What was the fix for this. I started getting this randomly

@donavan-tangible
Copy link

Consider to use this fork until a the fix is merged

package.json:
...
"dependencies": {
"react-double-scrollbar": "https://github.com/IniterWorker/react-double-scrollbar.git",
}

@AyeshW
Copy link

AyeshW commented Mar 30, 2023

I'm getting exactly the same issue.

@HongJheLi
Copy link

It is disappointing that in 2024, this issue remains unresolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

8 participants