Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 12, 2023
1 parent 2680894 commit 7c47b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,5 @@ export async function installSwc({ version }: { version: string }) {
await fs.promises.mkdir(swcPath, { recursive: true });
await fs.promises.writeFile(path.join(swcPath, "package.json"), "{}", "utf8");
cd(swcPath);
await $`npm install @swc/core@${version} --no-save --legacy-peer-deps`;
await $`npm install @swc/core@${version} --no-save`;
}

0 comments on commit 7c47b81

Please sign in to comment.