Can't install strapi

i was able to fix this with

cd to your project and type these commands

npm cache clean --force

npm install --legacy-peer-deps

npm run develop
2 Likes