We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b223f7 commit 4b785dbCopy full SHA for 4b785db
src/services/cli.services.ts
@@ -50,7 +50,7 @@ const install = async () => {
50
default: {
51
await spawn({
52
command: pm,
53
- args: ['install', '--global', CLI_PACKAGE],
+ args: ['install', '-g', CLI_PACKAGE],
54
silentOut: true
55
});
56
}
0 commit comments