Chalk: [fixed] Breaking change in v1.1.2: removes `chalk.stripColor`, `chalk.hasColor`

Created on 29 Mar 2016  路  7Comments  路  Source: chalk/chalk

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

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.

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ExE-Boss picture ExE-Boss  路  4Comments

CPatchane picture CPatchane  路  8Comments

RichaJha1119 picture RichaJha1119  路  5Comments

langpavel picture langpavel  路  8Comments

Elberet picture Elberet  路  4Comments