[fixed] Breaking change in v1.1.2: removes `chalk.stripColor`, `chalk.hasColor`
See original GitHub issueOur 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
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top Results From Across the Web
chalk: Versions - Openbase
Full version history for chalk including change logs. ... Breaking. Require Node.js 8 3ef170b; Remove the .enabled property in favor of .level (#356) ......
Read more >Viewing online file analysis results for 'todometerInstaller.exe'
hasColor (string). Ansi based on Dropped File (app.asar). ### chalk.stripColor(string). Ansi based on Dropped File (app.asar). ### chalk.styles.
Read more >Licenses mobile - MATTR Learn
The below lists all notices for third party software that may be used in some way by the MATTR mobile wallet and other...
Read more >Arch-excludes - June 2020 - Fedora Mailing-Lists
Architecture specific change in rpms/rust-osmesa-sys.git. by githook-noreply@fedoraproject.org. The package rpms/rust-osmesa-sys.git has ...
Read more >April 2020 - Arch-excludes - Fedora Mailing-Lists
Architecture specific change in rpms/arduino.git. by githook-noreply@fedoraproject.org. The package rpms/arduino.git has added or updated ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Fastest github issue resolution. Thanks!