Skip to content

Commit 509606f

Browse files
authored
fix(package-lock): downgrade puppeteer-core to align with version required by webdriverio (#6644)
fix(package-lock): override puppeteer-core version in webdriverio to resolve ELSPROBLEMS
1 parent d56a6dd commit 509606f

File tree

4 files changed

+1934
-1514
lines changed

4 files changed

+1934
-1514
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ functions:
205205
# the output in a file that will be uploaded with rest of the logs
206206
LS_ALL_STDOUT_FILE="$(npm config get cache)/_logs/$(date -u +"%Y-%m-%dT%H_%M_%SZ")-npm-ls-all.log"
207207
echo "Validating dependencies with \`npm ls --all\`..."
208-
(npm ls --all > $LS_ALL_STDOUT_FILE && echo "No mismatched dependency versions") || echo "\nThe \`npm ls\` command failed with mismatched dependencies error. This usually means that the dependency versions listed in package.json are not matching dependencies resolved and recorded in package-lock.json. If you updated package.json files in your PR, inspect the error output and try to re-install offending dependncies to fix the package-lock file."
208+
(npm ls --all > $LS_ALL_STDOUT_FILE && echo "No mismatched dependency versions") || (echo "\nThe \`npm ls\` command failed with mismatched dependencies error. This usually means that the dependency versions listed in package.json are not matching dependencies resolved and recorded in package-lock.json. If you updated package.json files in your PR, inspect the error output and try to re-install offending dependncies to fix the package-lock file." && exit 1)
209209
210210
bootstrap:
211211
- command: shell.exec

0 commit comments

Comments
 (0)