Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.16k stars 446 forks source link

String.yellow does not work in powershell #258

Open barkermn01 opened 5 years ago

barkermn01 commented 5 years ago

The title says it all really,

I have

console.log(`client connected ${guid}`.green);
console.log(`client disconnected ${guid}`.yellow);
console.log(`client errored ${guid}`.red);

The Green and red both work the however the yellow does not.

I'm using Windows 10 Powershell to run the node script, it does appear to work in cmd on windows 10