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 bc75096 commit f08fc2aCopy full SHA for f08fc2a
index.ts
@@ -718,7 +718,7 @@ async function init() {
718
console.log(`\n\nstarting installation...\n`)
719
const { spawn } = await import('node:child_process')
720
const installArgs = ['install']
721
- const child = spawn('pnpm', installArgs, {
+ const child = spawn(packageManager, installArgs, {
722
cwd: root,
723
stdio: 'inherit',
724
shell: process.platform === 'win32',
0 commit comments