Add nvm-windows to frontend doc (#591) [ci skip]
This commit is contained in:
parent
20082e2d78
commit
fdec71455a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Before doing any development in the front-end, ensure that [Node.js](https://nodejs.org) is installed. To install Node.js, you can do one of the following:
|
||||
|
||||
* [Download and install the LTS version](https://nodejs.org/en/download), or
|
||||
* [Download and install nvm](https://github.com/creationix/nvm) and follow their instructions to install the Node.js LTS version (recommended), or
|
||||
* [Download and install nvm](https://github.com/creationix/nvm) ([win](https://github.com/coreybutler/nvm-windows)) and follow their instructions to install the Node.js LTS version (recommended), or
|
||||
* [Download and install n](https://github.com/tj/n) and follow their instructions to install the Node.js LTS version, or
|
||||
* Install Node.js via Homebrew (macOS only) `brew install node`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue