Ubuntu 22 安裝
安裝 Node.js 18
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm inistall 18
nvm use 18
Last updated
Was this helpful?
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm inistall 18
nvm use 18
Last updated
Was this helpful?