Follow up #1617: use official version-manager links (#1996)

* Fix links for nvm and fnm in QUICKSTART.md

Updated links for nvm and fnm in QUICKSTART.md.

* docs: point Quickstart version manager links upstream

---------

Co-authored-by: ayumi <ayuday@163.com>
This commit is contained in:
goatrocity 2026-05-19 02:52:49 -07:00 committed by GitHub
parent 34f1391292
commit 16d8562290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ Run the full product locally.
The daemon scans your **`PATH`** (plus common user toolchain directories). If you install a CLI with **`npm install -g`** or **Homebrew** and Open Design still shows it as *not installed*, the GUI may be starting with a minimal `PATH` that does not include your global npm or Homebrew `bin` directory (common on macOS when the app is not launched from a full login shell). Ensure the executables directory is on `PATH` for the process that runs the daemon, then use **Rescan** in **Settings → Execution mode**.
`nvm` / `fnm` are optional convenience tools, not required project setup. If you use one, install/select Node 24 before running pnpm:
[`nvm`](https://github.com/nvm-sh/nvm) / [`fnm`](https://github.com/Schniz/fnm) are optional convenience tools, not required project setup. If you use one, install/select Node 24 before running pnpm:
```bash
# nvm