Skip to content

Commit 5284453

Browse files
committed
fix: revert
1 parent 83485a3 commit 5284453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/modules/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const run = () => {
139139

140140
// The npm install
141141
spinner.start("2. Installing npm packages...");
142-
await execa("npm", ["install --force"]);
142+
await execa("npm", ["install"]);
143143
spinner.succeed();
144144

145145
// Done

0 commit comments

Comments
 (0)