Closed KennethSlade closed 1 year ago
Confirmed that using:
"overrides": {
"esbuild@<14": "^0.14.51",
"esbuild-linux-64@<14": "^0.14.51"
}
in package.json
when using a package that uses @badeball/cypress-configuration
as a dependency solves this issue.
I ran into an issue with
cypress-configuration
when pointing my.npmrc
registry value to an internal Nexus registry withstrict-ssl=false
(also in.npmrc
). When doing this, I got:After a brief investigation, I stumbled across https://github.com/evanw/esbuild/issues/1485, which leads to https://github.com/evanw/esbuild/pull/1621.
TL;DR: I think the fix may just be a version bump to esbuild.