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
Installing any old package that has [email protected] (the latest) as a dependency (direct or transitive) will fail due to this package's (unnecessary) attempt to contact blip.strongloop.com, which doesn't even exist in DNS any more.
Installing any old package that has [email protected] (the latest) as a dependency (direct or transitive) will fail due to this package's (unnecessary) attempt to contact
blip.strongloop.com
, which doesn't even exist in DNS any more.In my case, trying to get the docs from an old version of AWS Amplify ([email protected]) was impossible because of the dependency (
[email protected] -> @aws-amplify/[email protected] -> [email protected]
).The text was updated successfully, but these errors were encountered: