检查npm的依赖包是否有比较新的版本
npm i -g npm-check-updates
ncu --help // 查看相关命令 ncu // 检查当前项目中有没有哪些依赖包可更新 ncu -u // 更新package.json 如果有更新的包,删除node_modules重新install