Skip to content

Commit a6ce62e

Browse files
committed
fix: installer
1 parent 51ad4e7 commit a6ce62e

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"]);
142+
await execa("npm", ["install", "--legacy-peer-deps"]);
143143
spinner.succeed();
144144

145145
// Done

0 commit comments

Comments
 (0)