Node.js
Start typing here...
Node.js 安裝說明建議使用 NVM 來管理 Node.js 版本。
NVM 只支援 Mac 和 Linux,Windows 則需要下載 nvm-windows
NVM 安裝 Node.js
nvm install node
nvm use node
Yarn 安裝
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
npm install -g yarn
corepack enable
yarn set version stable
Last modified: 13 August 2024