This commit is contained in:
veypi 2024-10-14 19:21:13 +08:00
parent 6273369c68
commit a489ca84fc

View File

@ -2,6 +2,16 @@
- refer to https://segmentfault.com/a/1190000007542620
## nvm
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm list-remote
nvm install node
npm install --global yarn
```
### install and update
``` bash