📅  最后修改于: 2022-03-11 15:03:52.503000             🧑  作者: Mango
// 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!!!