📜  更新节点模块 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:52.503000             🧑  作者: Mango

代码示例1
// Install this global package
npm i -g npm-check-updates
// Then run this in your project directory:
ncu -u
// Then reinstall everything:
npm i
// Done!!!