We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04202dc commit 5e2688fCopy full SHA for 5e2688f
lib/node-package-manager.ts
@@ -47,7 +47,7 @@ export class NodePackageManager extends BasePackageManager {
47
const jsonContentBefore = this.$fs.readJson(packageJsonPath);
48
49
const flags = this.getFlagsString(config, true);
50
- let params = ["install"];
+ let params = ["install", "--legacy-peer-deps"];
51
const isInstallingAllDependencies = packageName === pathToSave;
52
if (!isInstallingAllDependencies) {
53
params.push(packageName);
0 commit comments