React module @mui-icons-material installation issues
I had a working React
application built on NodeJS v20.17.0
. I have been using @mui/material
for some components successfully and wanted to add some icons to a Drawer component using @mui-icons-material
. When I ran $npm install @mui/material
, it took a while but seemed to install it correctly in my package.json
file, but not in my application repo’s node_modules
folder. I noticed that there is another folder from the original NodeJS install called node_modules outside of my repo directory. After installing @mui/material
without error, I tried to run $npm install
and $npm -v
and get the following error: