fix(react-router): adding legacy peer dep flag during installation to support newer versions of npm until RR6 is released

This commit is contained in:
ShaneK
2025-11-29 10:01:35 -08:00
parent 3912623d79
commit 00798d43df

View File

@@ -15,4 +15,4 @@ npm pack ../../../../react
npm pack ../../../
# Install Dependencies
npm install *.tgz --no-save
npm install *.tgz --no-save --legacy-peer-deps