[core] Missing @mui/system dependency with MUI v6 #15267
Labels
bug 🐛
Something doesn't work
component: charts
This is the name of the generic UI component, not the React module!
component: data grid
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
core
Infrastructure work going on behind the scenes
Steps to reproduce
Hello!
I tried to upgrade from MUI v5 to v6. So as the official document stated, I just changed the
@mui/material
to the newest version and left everything else unchanged.However after changing the MUI v5 to v6, I got the following error:
@mui/system
is missing.As @flaviendelangle suggested in another conversation, I checked if the
@mui/system
is installed with yarn info, and turned out@mui/system
is totally missing. The yarn build also confirms the problem:I tried
yarn explain peer-requirements
command, but it says:command doesn't support this warning type yet
I also tried to clean the yarn cache, delete folders, use other pc but nothing solved the problem.
Current behavior
@mui/system
is not installed by"@mui/material": "^6.1.4"
Expected behavior
@mui/system
should be installed by"@mui/material": "^6.1.4"
Context
No response
Your environment
No response
Search keywords: dependency @mui/system
The text was updated successfully, but these errors were encountered: