Can't install strapi

Hi guys thanks for all your Answers

i was able to fix the problem with this command

cd to your project and type this commands

npm cache clean --force

npm install --legacy-peer-deps

npm run develop
2 Likes