Skip to content

Commit 47d1281

Browse files
committed
fix: add legacy-peer-deps to resolve tsParticles workspace protocol error
1 parent 72b4136 commit 47d1281

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: 20
12-
- run: npm ci || npm install
12+
- run: npm ci --legacy-peer-deps || npm install --legacy-peer-deps
1313
- run: npm run lint

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