From 52e881bf7b7ccc137ec14d180e41af8a9890d8d9 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Wed, 15 Mar 2023 11:34:04 +0000 Subject: [PATCH] npm install add --legacy-peer-deps arg Signed-off-by: jinqiang zhang --- .github/workflows/generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 6fc7114..71212f0 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -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