-
Notifications
You must be signed in to change notification settings - Fork 934
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
Module not found: Error: Can't resolve '@mui/styles' #1854
Comments
I am having the same issue. Installing "@mui/styles" will get the app to compile, but if you view a data-table it will crash the entire application. This is what I have for dependencies:
Is there any fix? |
Try use the same version as the SandBox, https://codesandbox.io/s/muidatatables-custom-toolbar-rvmcj?file=/index.js, 3.4.1, for now to solve the problem |
Having the same problem. Tried installing @mui/styles but the table will not show |
Hello, I'm having the same issue I can't compile with webpack.
|
I tried 3.4.1 and it is working so the bug must have been introduced after that. |
Can someone mark it as bug? |
it`s bug because of this #1826 you must install also "@mui/styles" when used mui-datatables 4.0.0 |
@kevintruo hope that this PR will help with your issue #1862 |
@Fullbusters thank you! Waiting for the PR approval :) |
@kevinntruo @mav2287 @MichaelC753 please update mui-datatables to 4.1,0, this error should be resolved |
Just installed |
Same here, 4.1.2 fixed my issue! Thank you @Fullbusters |
how to install mui styles? |
|
use |
use --force at the and:)
|
potattoooo |
same error |
Hi all,
I am new to using Mui-datatables and I am currently running into this issue. Any idea if I've done anything wrong or is it a bug?
Current Behavior
Module not found: Error: Can't resolve '@mui/styles'
Steps to Reproduce (for bugs)
npx create-react-app test
cd test
npm install @mui/material @emotion/react @emotion/styled @mui/icons-material --save
npm install mui-datatables --save
npm start
My App.js:
Any help would be greatly appreciated!
Your Environment
The text was updated successfully, but these errors were encountered: