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.
1 parent 3f8486f commit e080340Copy full SHA for e080340
packages/cli/lib/commands/upgrade.ts
@@ -49,7 +49,7 @@ const command: UpgradeCommandType = {
49
if (success && !argv.skipInstall) {
50
Util.log("Installing npm packages.");
51
try {
52
- Util.execSync("npm install -- force --quiet");
+ Util.execSync("npm install --force --quiet");
53
Util.log("npm packages installed.");
54
} catch (error) {
55
Util.error(`Error installing npm packages.`);
0 commit comments