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.
Allow env variables to be specified with default values in .npmrc. This is a convention used by Yarn too.
Using ${NAME-fallback} will return fallback if NAME isn't set. ${NAME:-fallback} will return fallback if NAME isn't set, or is an empty string #6018.
Patch Changes
Add -g to mismatch registries error info when original command has -g option #6224.
Don't fail with EBUSY error when trying to copy a file from the store #6201
pnpm config get <key> should print boolean values #6360
Don't print an info message about linked dependencies if they are real linked dependencies specified via the link: protocol in package.json#6372