Upgrade Chalk
bxyoung89 opened this issue · 1 comments
bxyoung89 commented
The version of chalk that this repo is using is 1.1.1
. That is requiring ansi-styles@2.2.0
. However, that version got unlisted. Please update to the latest so that I don't have to mess around with package.lock.
Thanks!
vladikoff commented
@bxyoung89 we use "chalk": "^1.0.0",
, which picks up 1.1.3 these days, you should update your lock file, reinstall or something.