Wednesday, 17 May 2017

npm nodemon & npm colors - colors not working with nodemon

Does anyone know how to run 'nodemon' to be displaying console colors using npm 'colors' package ? is it possible ?

Only today I found out about the existence of 'colors' package that allows to log out colorful strings into console, which make things a lot more readable to me. Unfortunately, when I run my app using nodemon, colors not working. When I run my app simply using node, then colors are working properly.

  • colors version 1.1.2
  • nodemon version 1.11
  • git version 2.8.1.windows.1

Thanks



via user7861743

No comments:

Post a Comment