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.
--legacy-peer-deps
1 parent f2db74a commit 4f64274Copy full SHA for 4f64274
tests/dep-time-travel.sh
@@ -4,7 +4,9 @@
4
5
echo "installing ${ESLINT_VERSION}..."
6
7
-npm install --no-save "eslint@${ESLINT_VERSION}" --ignore-scripts || true
+export NPM_CONFIG_LEGACY_PEER_DEPS=true
8
+
9
+npm install --no-save "eslint@${ESLINT_VERSION}" --ignore-scripts
10
11
# completely remove the new TypeScript parser for ESLint < v5
12
if [[ "$ESLINT_VERSION" -lt "5" ]]; then
0 commit comments