code: const colors = require('colors'); console.log("hello".red)
const colors = require('colors'); console.log("hello".red)
output:
[31mhello[39m
I am importing colors package and using it but output is something weird , pls help