Closed donmccurdy closed 4 months ago
RPT2 refers to https://github.com/ezolenko/rollup-plugin-typescript2/issues. Multiple copies of wrap-ansi
are required by various dependencies. Newer versions have types, perhaps older ones don't, I suppose I could track down which dependency is bringing in a pre-types copy of wrap-ansi
, but also not sure why this breaks RPT2... 😔
Running
yarn watch
locally I'm seeing a lot of this error recently:Builds still work but it's noisy, I'd like to figure out what causes that.