As the image depicts, I'm using Nextjs v14 - and npm install'ed a project I had worked on, from an year ago.
It uses "react-color": "^2.19.3", and I'm constantly getting this "Module not found" error on the icon, which seems to be an MUI Icon, that is no longer there?
Please confirm if this is indeed a bug that needs to be looked at.
I received the same error today, I looked at the directory in my node_modules and noticed that all files weren't present. I removed node_modules and reinstalled and everything was fine
As the image depicts, I'm using Nextjs v14 - and npm install'ed a project I had worked on, from an year ago.
It uses
"react-color": "^2.19.3",
and I'm constantly getting this "Module not found" error on the icon, which seems to be an MUI Icon, that is no longer there?Please confirm if this is indeed a bug that needs to be looked at.