theseanl / tscc

A collection of tools to seamlessly bundle, minify Typescript with Closure Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSCC not compatible with chalk 3.0.0

amoerie opened this issue · comments

Running tscc with chalk 3.0.0 produces an error, because chalk_1.default is undefined in the tscc main js file.

The solution to work around this problem is using yarn resolutions or manually editing an NPM shrinkwrap file to use chalk 2.4.2

The package json definition does not stop npm from using chalk 3.0.0, so an immediate fix could be to lock down the version.

After running tsc again it gets correct transpilation. Not sure why there was chalk.default from the beginning. I'll push a new version after updating tsickle and other dependencies. Thanks for reporting!

Great, thanks!

Done, please check with 0.4.8!