Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local 'watch' macro logs errors #1201

Open
donmccurdy opened this issue Dec 16, 2023 · 1 comment
Open

Local 'watch' macro logs errors #1201

donmccurdy opened this issue Dec 16, 2023 · 1 comment
Labels
code health dependencies Pull requests and issues related to dependencies

Comments

@donmccurdy
Copy link
Owner

Running yarn watch locally I'm seeing a lot of this error recently:

@gltf-transform/core: rpt2: options error TS2688: Cannot find type definition file for 'wrap-ansi'.
@gltf-transform/core:   The file is in the program because:
@gltf-transform/core:     Entry point for implicit type library 'wrap-ansi'

Builds still work but it's noisy, I'd like to figure out what causes that.

@donmccurdy donmccurdy added bug Something isn't working code health dependencies Pull requests and issues related to dependencies labels Dec 16, 2023
@donmccurdy donmccurdy added this to the 🗄️ Backlog milestone Dec 16, 2023
@donmccurdy
Copy link
Owner Author

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... 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health dependencies Pull requests and issues related to dependencies
Projects
None yet
Development

No branches or pull requests

1 participant