Node.js: How to disable colors in the console?

Viewed 4911

Im new to node.js and are currently playing around with npm.

I found that the console output is colored in a weird way on my System, i can only read it when i copypaste it into a text editor. Changing the background back to black and the font-color to white also did not help. Here is a screenshot:

Node.js colored console output unreadable

How can i disable those colors?

1 Answers
Related