From a489ca84fcfba4f3ae40de052be1389223fcd712 Mon Sep 17 00:00:00 2001 From: veypi Date: Mon, 14 Oct 2024 19:21:13 +0800 Subject: [PATCH] add nvim --- nodejs/install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodejs/install.md b/nodejs/install.md index c282375..f345b77 100644 --- a/nodejs/install.md +++ b/nodejs/install.md @@ -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