when i am using
const yargs = require('yargs')
then it is not working for chalk and when i am using import chalk from chalk then it is working for chalk but showing error for yargs
when i am using
const yargs = require('yargs')
then it is not working for chalk and when i am using import chalk from chalk then it is working for chalk but showing error for yargs