mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
* 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:
parent
34f1391292
commit
16d8562290
1 changed files with 1 additions and 1 deletions
|
|
@ -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 executable’s 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue