Skip to content

Commit d42b64b

Browse files
committed
fix: add legacy-peer-deps to resolve npm install conflict
Add .npmrc with legacy-peer-deps=true so npm ci resolves peer dependency version mismatches that block CI installation.
1 parent 330e894 commit d42b64b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

0 commit comments

Comments
 (0)