【发布时间】:2021-07-27 05:59:36
【问题描述】:
命令npm-check-update 以红色显示市长更新。这可以在first image of the documentaton 中看到。
但是有没有办法从自动更新中排除这些重大更改?我没有找到那个参数。
【问题讨论】:
标签: node.js npm npm-update
命令npm-check-update 以红色显示市长更新。这可以在first image of the documentaton 中看到。
但是有没有办法从自动更新中排除这些重大更改?我没有找到那个参数。
【问题讨论】:
标签: node.js npm npm-update
就我而言:
ncu -u -x axios,eslint,eslint-plugin-prettier,eslint-plugin-vue,sass-loader,@tinymce/tinymce-vue,vue-browser-detect-plugin
“-x”之后的所有依赖项对我来说都是重大升级。
【讨论】: