Marak / colors.js

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

Colors not working on iojs v3.3.0 #139

Closed mahdaen closed 6 years ago

mahdaen commented 9 years ago

I'm not sure why, but after installing iojs v3.3.0 no more color on my terminal. :(

Marak commented 9 years ago

ok.

zeeshanjan82 commented 9 years ago

+1

zeeshanjan82 commented 9 years ago

Same is true with latest version of Node.js I am using v4.1

sshrshnv commented 8 years ago

It works for me if add bold style: colors.green('hello') - don't work colors.green.bold('hello') - work nodejs v4.2.2/v5.0.0

piranna commented 8 years ago

On Node.js 4.3.1 I'm getting NaN as result instead of the correct string...

DABH commented 6 years ago

These all seem like very old versions so I'm going to close. Please open an issue if you still have problems with latest node and colors@next. Thanks!