Javascript Colorize Terminal Output Nodejs Most developers today work with the terminal. It can be fun and extremely helpful to colorize the terminal output. I have seen a couple of articles using ANSI escape codes to colorize the console output. The module colors.js and chalk are available on npm. These packages provide extremely easy to use wrappers that make colorizing […] Written by Clemence Ayekple January 8, 2020January 8, 2020
Programming Troubleshooting Vue packages version mismatch error fix Approachable, Versatile and Performant are the words used to describe Vue.js on their website. Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy […] Written by Allan Philip Barku May 17, 2018August 3, 2020
Frontend Programming Troubleshooting How to fix “Error: Node Sass does not yet support your current environment” Node Sass does not yet support your current environment error normally happens when the node version is updated globally and the necessary update of dependencies on the project level is not done. Maybe you already get this error when compiling sass files. In my case it’s regularly when I updated my node version or switch versions due […] Written by Allan Philip Barku May 17, 2018August 3, 2020