npm outdated. 更新專案底下的模組至最新版本. # 只更新某個module $ npm update foo_module # 更新全部modules (根據package.json 的dependecies) ...
確定! 回上一頁