sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Problem with chalk dependency in 3.0.0 #120

Closed adanski closed 5 years ago

adanski commented 5 years ago

Hi,

After the latest library update we experience the following problem when trying to run a task that use shell: Fatal error: chalk.stripColor is not a function

chalk dependency has been updated but since version 2.0.0, stripColor function is moved to another library https://github.com/chalk/chalk/releases/tag/v2.0.0