Skip to content

Commit

Permalink
npm install add --legacy-peer-deps arg
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <[email protected]>
  • Loading branch information
peeweep committed Mar 15, 2023
1 parent 6b65df5 commit 52e881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
git tag ${P} -m "${P}-node_modules.tar.xz"
cd input
npm install --cache "${PWD}"/npm-cache
npm install --legacy-peer-deps --cache "${PWD}"/npm-cache
tar --create --auto-compress --file /tmp/${P}-node_modules.tar.xz node_modules
rm -rf node_modules
Expand Down

0 comments on commit 52e881b

Please sign in to comment.