|
|
|
|
|
by wereHamster
2494 days ago
|
|
To me it usually happens if I upgrade one of the @types/* packages, and then yarn/npm decides to install a separate version of its dependencies, even if I already have a different (compatible) version. There is no easy way AFAICS to tell yarn/npm that you really only want a single version of each @types/* package. Same applies to most regular npm packages as well, for example you really only want a single version of "react", too. |
|
the fix is to do away with @types and export types from the dependency itself so they are always in sync