fix(installer): fall back from stale nvm dir

This commit is contained in:
Peter Steinberger
2026-04-26 07:04:39 +01:00
parent e67093f333
commit 5a89330c33
2 changed files with 4 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ describe("install.sh", () => {
].join("\n"),
{
HOME: home,
NVM_DIR: join(tmp, "stale-nvm"),
PATH: `${systemBin}:/usr/bin:/bin`,
TERM: "dumb",
},