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
auto-install will sometimes remove dependencies that shouldn't be removed.
For example, I require()d @r/api-client, which in turn has a peer dependency on superagent. It doesn't get installed automatically, so I install it manually, otherwise I can't use @r/api-client.
In this case, auto-install will think I'm not using superagent (I'm not, but @r/api-client is), and will remove it.
The text was updated successfully, but these errors were encountered:
auto-install will sometimes remove dependencies that shouldn't be removed.
For example, I require()d
@r/api-client
, which in turn has a peer dependency onsuperagent
. It doesn't get installed automatically, so I install it manually, otherwise I can't use@r/api-client
.In this case, auto-install will think I'm not using
superagent
(I'm not, but@r/api-client
is), and will remove it.The text was updated successfully, but these errors were encountered: