i'm trying to open my repo in stackblitz,
this is the url that i use
stackblitz.com/github/pinale/Refine/tree/master/refinemuiapp
Stackblitz automatically open the file .npmrc
and the preview of the project remains stucked in starting dev server mode
without any errors
the .npmrc
file contains
legacy-peer-deps=true
strict-peer-dependencies=false
what is this file for? any idea to circumvent the problem