Skip to content

Commit 00798d4

Browse files
committed
fix(react-router): adding legacy peer dep flag during installation to support newer versions of npm until RR6 is released
1 parent 3912623 commit 00798d4

File tree

1 file changed

+1
-1
lines changed
  • packages/react-router/test/base/scripts

1 file changed

+1
-1
lines changed

packages/react-router/test/base/scripts/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ npm pack ../../../../react
1515
npm pack ../../../
1616

1717
# Install Dependencies
18-
npm install *.tgz --no-save
18+
npm install *.tgz --no-save --legacy-peer-deps

0 commit comments

Comments
 (0)