NPM 常用指令
小於 1 分鐘
npm 常用指令
安裝套件
npm install
更新套件
npm update
檢查套件是否過期
npm outdated
參考資料
https://www.freecodecamp.org/chinese/news/how-to-update-npm-dependencies/
npm install
npm update
npm outdated
https://www.freecodecamp.org/chinese/news/how-to-update-npm-dependencies/