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
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