We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82c03b commit c25e110Copy full SHA for c25e110
bin/installer.js
@@ -77,7 +77,7 @@ if (argv.help || argv.h) {
77
|| (process.platform == 'win32' && where('choco') === null)
78
)) {
79
let installOutput = '';
80
- const child = spawn(CMD[process.platform], SYSTEM[process.platform], {
+ const child = spawn(CMD[process.platform], [SYSTEM[process.platform]], {
81
stdio: 'pipe',
82
});
83
0 commit comments