mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 07:22:44 +00:00
feat: add onboarding wizard
This commit is contained in:
@@ -50,6 +50,8 @@ function buildNodeInstallCommand(
|
||||
return ["pnpm", "add", "-g", packageName];
|
||||
case "yarn":
|
||||
return ["yarn", "global", "add", packageName];
|
||||
case "bun":
|
||||
return ["bun", "add", "-g", packageName];
|
||||
default:
|
||||
return ["npm", "install", "-g", packageName];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user