package.json升級依賴包

安裝:javascript npm install -g npm-check-updates 使用:java 檢查package.json中dependencies的最新版本:npm ncu 更新dependencies到新版本:json ncu -u 更新所有dependencies到最新版本(包括當前指定版本範圍知足最新版本號的,好比^4.2.0 -> ^4.3.0):code ncu -a
相關文章
相關標籤/搜索