Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent failing npm install on peer mismatch (#3311)
Closes #3300 #3284 Here's another fix. Instead of just passing --force flag to npm install command I added .npmrc with force=true which will affect not only webstudio init command but also subsequent npm install calls by user.
- Loading branch information