'ERROR in ./node_modules/@mui/system/esm/index.js

This is complete error report

ERROR in ./node_modules/@mui/system/esm/index.js 1:0-88 export 'keyframes' (reexported as 'keyframes') was not found in '@mui/styled-engine' (possible exports: GlobalStyles, StyledEngineProvider, default)



Solution 1:[1]

You need to install the bellow

  1. For npm

npm i @emotion/react @emotion/styled

  1. For Yarn

yarn add @emotion/react @emotion/styled

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mamba-Cita