Command npm install err-color Example const colorErrLog = require('err-color').handleError; let err = new Error('this is example of error message'); colorErrLog(err); Enjoy result xD