Change the level of console output when running npm scripts

InstructorElijah Manor

Share this video with your friends

Send Tweet

There are times when it is helpful for a npm script to have lots of logs when trying to debug a problem, but there are other times when you want to run a script silently. Thankfully there are a range of flags to control the log level used when running npm scripts.