Skip to content

Commit 4b785db

Browse files
fix: install cli with pnpm
1 parent 0b223f7 commit 4b785db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/cli.services.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const install = async () => {
5050
default: {
5151
await spawn({
5252
command: pm,
53-
args: ['install', '--global', CLI_PACKAGE],
53+
args: ['install', '-g', CLI_PACKAGE],
5454
silentOut: true
5555
});
5656
}

0 commit comments

Comments
 (0)