Using colours in a NodeJS terminal - make your output pop!

InstructorMark Barton

Share this video with your friends

Send Tweet

Use can use colour and styles to make it easy to spot errors and group common functionality into blocks when viewing a NodeJS console.

This lesson will show how to enhance an Express application to highlight errors, display setup issues to developers and group together output using the color npm package, both in the console and Papertrail which is a hosted logging service.

We use the Colors package in this lesson.

Some other lessons which are mentioned in this video are: