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
if(signature?.sig==null)thrownewUsageError(`The package was not signed by any trusted keys: ${JSON.stringify({signatures, trustedKeys},undefined,2)}`);
// TODO: consider switching to `UsageError` when https://github.com/arcanis/clipanion/issues/157 is fixed
83
+
thrownewError(`Corepack cannot download the latest stable version of ${packageName}; you can disable signature verification by setting COREPACK_INTEGRITY_CHECK to 0 in your env, or instruct Corepack to use the latest stable release known by this version of Corepack by setting COREPACK_USE_LATEST to 0`,{cause});
0 commit comments