Home > other >  I started my development server by npm start and then encountered this error anyone could help me fi
I started my development server by npm start and then encountered this error anyone could help me fi

Time:10-18

Failed to compile ./node_modules/@material-ui/icons/esm/index.js Module not found: Can't resolve './ControlPointDuplicateRounded' in 'C:\Users\Archit\Desktop\marketstore-react\node_modules@material-ui\icons\esm'

ANYONE COULD HELP ME WITH THE SOLUTION.

CodePudding user response:

Can you give some explanation of what you did please.

Do you have correctly install material-ui/icons (npm install @material-ui/icons) and material-ui/core ? (npm install @material-ui/core)

Doc : https://www.npmjs.com/package/@material-ui/icons

  • Related