Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该命令npm-check-update以红色显示市长更新。这可以在文档的第一张图片中看到。但是有没有办法从自动更新中排除这些重大更改?我没有找到一个参数。
npm-check-update
就我而言,我这样做:
ncu -u -x axios,eslint,eslint-plugin-prettier,eslint-plugin-vue,sass-loader,@tinymce/tinymce-vue,vue-browser-detect-plugin
“-x”之后的所有依赖项对我来说都是重大升级。