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.
2 parents b39e095 + 6d0ccdb commit 7468975Copy full SHA for 7468975
converter/converter.js
@@ -168,7 +168,7 @@ function convertConfig(lt_config, outputFilePath) {
168
he_yaml.pre.push("npm install cypress@" + obj.run_settings.cypress_version+" --legacy-peer-deps");
169
}
170
171
- if (obj.run_settings.npm_dependencies.length == 0 && !obj.run_settings.cypress_version) {
+ if (!obj.run_settings.npm_dependencies ||( obj.run_settings.npm_dependencies.length == 0 && !obj.run_settings.cypress_version)) {
172
he_yaml.pre.push("npm install --legacy-peer-deps");
173
174
0 commit comments