You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like @types/keyv and @types/cacheable-request were deprecated and had an update which is just an empty package. @types/cacheable-request has specified the @types/keyv version to * which leads npm to use the latest version, which is empty.
@types/cacheable-request is a dependency of got@11 and could be resolved by upgrading to got@12.
Here's the dependency tree from electron-rebuild to @types/keyv:
It looks like
@types/keyv
and@types/cacheable-request
were deprecated and had an update which is just an empty package.@types/cacheable-request
has specified the@types/keyv
version to*
which leads npm to use the latest version, which is empty.@types/cacheable-request
is a dependency ofgot@11
and could be resolved by upgrading togot@12
.Here's the dependency tree from
electron-rebuild
to@types/keyv
:The text was updated successfully, but these errors were encountered: