mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 12:36:55 +02:00
fix(installer): fall back from stale nvm dir
This commit is contained in:
@@ -93,6 +93,7 @@ describe("install.sh", () => {
|
||||
].join("\n"),
|
||||
{
|
||||
HOME: home,
|
||||
NVM_DIR: join(tmp, "stale-nvm"),
|
||||
PATH: `${systemBin}:/usr/bin:/bin`,
|
||||
TERM: "dumb",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user