Our npm install started picking up the new versions of chalk, and failing at, e.g. node_modules/eslint/lib/formatters/stylish.js:71:34 with this error: TypeError: chalk.stripColor is not a function
Ugh. Okay. Just a second.
@roblg Could you re-install (rm -r node_modules && npm i) and see if that fixes it?
It should be pulling chalk v1.1.3, which is just v1.1.1 + this line's change.
Side note, this is related to the mess over at chalk/ansi-styles#15.
I was seeing this too... your latest change fixes it. Thanks :+1:
@madole Thank you for letting me know.
Side note, we're going to be doing major releases tomorrow >.> I'm tired of having breaking changes in master and having this shit happen.
I'll be watching issues like a hawk for the next 8 hours so let me know if there are any other issues.
Fastest github issue resolution. Thanks!
No problem. [email protected] has been deprecated on npm.
Keeping open for discovery.
Most helpful comment
@roblg Could you re-install (
rm -r node_modules && npm i) and see if that fixes it?It should be pulling chalk v1.1.3, which is just v1.1.1 + this line's change.
Side note, this is related to the mess over at chalk/ansi-styles#15.