例如,当我通过npm运行linting时,我希望它有时会失败,并且每次在控制台中获取以下内容以及每次创建一个日志文件都感觉非常不必要:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! frontend@0.1.0 lint: `run-s lint:*`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the frontend@0.1.0 lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\me\AppData\Roaming\npm-cache\_logs\2019-05-16T15_05_23_319Z-debug.log
就像,我知道这不是npm的问题,并且肯定有 上面的其他日志输出。而且我真的不需要每次插入失败时都创建该日志文件。
当npm不是实际问题时,是否有办法使npm不输出此错误消息和日志文件?即只是一个没有返回退出状态0的命令?