2
Tool:Node JS
Jeffery edited this page 2026-07-27 10:46:57 +00:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

安裝相依套件

apt update && apt install -y curl unzip

下載並安裝 fnm

curl -o- https://fnm.vercel.app/install | bash

下載並安裝 Node.js

fnm install 26