安裝 NPM (Node Package Manager)

我們在使用 Node.js 會使用到一些相關的套件軟體都是透過 NPM 去安裝管理

安裝

安裝 NPM 時,需要先使用 NVM 安裝 Node.js,才可以安裝 NPM

curl -L https://www.npmjs.com/install.sh | sh

Ubuntu

安裝

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

查詢 Node.js 版本

nodejs -v

參考資料

results matching ""

    No results matching ""