0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Merge branch 'master' into develop

This commit is contained in:
John Gee 2024-06-09 15:31:52 +12:00
commit 7872fd0ad6

View File

@ -90,7 +90,7 @@ As a result, both `n` itself and all Node.js versions it manages are hosted insi
### Replacing a previous node install
Changing from a previous Node.js installed to a different location may involve a few extra steps. See docs for [changing node location]((./docs/changing-node-location.md)) for a walk-through example of switching from using Homebrew to using `n` to manage Node.js.
Changing from a previous Node.js installed to a different location may involve a few extra steps. See docs for [changing node location](./docs/changing-node-location.md) for a walk-through example of switching from using Homebrew to using `n` to manage Node.js.
You have a problem with multiple versions if after installing node you see the "installed" and "active" locations are different:
```console