Features
-
Allow unknown options that are prefixed with
config.
pnpm install --foo
would fail with an unknown option error.pnpm install --config.foo
will work fine, setting thenpm_config_foo
environment variable for child lifecycle events.
Allow unknown options that are prefixed with config.
pnpm install --foo
would fail with an unknown option error.
pnpm install --config.foo
will work fine, setting the npm_config_foo
environment variable for child lifecycle events.
Don't miss a new pnpm release
NewReleases is sending notifications on new releases.