mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
docs: change node alias from stable to lts (#41503)
This commit is contained in:
parent
80cdeb78bb
commit
4ea2ad881b
@ -847,10 +847,10 @@ Verify installed packages
|
||||
npm ls -g --depth=0
|
||||
```
|
||||
|
||||
Alias `default` Node.js versions to the current `stable`
|
||||
Alias the `default` Node.js version to the current LTS
|
||||
|
||||
```console
|
||||
nvm alias default stable
|
||||
nvm alias default lts/*
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user