新增 Tool:Node JS
@@ -0,0 +1,11 @@
|
||||
# 下載並安裝 fnm:
|
||||
|
||||
```bash
|
||||
curl -o- https://fnm.vercel.app/install | bash
|
||||
```
|
||||
|
||||
# 下載並安裝 Node.js:
|
||||
|
||||
```bash
|
||||
fnm install 26
|
||||
```
|
||||
Reference in New Issue
Block a user