Hello,
The error message in sources/npmRegistryUtils.ts#L83 contains the following:
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
Both of these environment variables, COREPACK_INTEGRITY_CHECK and COREPACK_USE_LATEST are only mentioned here in this error message and nowhere else in the codebase.
I would assume the correct ones would be COREPACK_INTEGRITY_KEYS and COREPACK_DEFAULT_TO_LATEST.
Hello,
The error message in sources/npmRegistryUtils.ts#L83 contains the following:
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 0Both of these environment variables,
COREPACK_INTEGRITY_CHECKandCOREPACK_USE_LATESTare only mentioned here in this error message and nowhere else in the codebase.I would assume the correct ones would be
COREPACK_INTEGRITY_KEYSandCOREPACK_DEFAULT_TO_LATEST.