We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac068 commit 8e23642Copy full SHA for 8e23642
tests/integration/webpack-babel-test/test.sh
@@ -4,7 +4,7 @@ set -e
4
5
# Cleanup: package-lock and "npm ci" is not working with local dependencies
6
rm dist package-lock.json -rf
7
-npm install
+npm install --legacy-peer-deps
8
npm run build
9
10
for i in dist/*-test.js ; do
tests/integration/webpack-test/test.sh
0 commit comments