npm pnpm 5.5.1

latest releases: 9.5.0-beta.3, 9.5.0-beta.2, 9.5.0-beta.1...
3 years ago

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 the npm_config_foo environment variable for child lifecycle events.

Bug Fixes

  • Don't leave empty temp directories in home directory (#2749).
  • Reunpack the contents of a modified tarball dependency (#2747).
  • pnpm list -r should print the legend only once.
  • Don't read the .npmrc file that is outside the workspace.
  • Hoisting should work in a workspace that has no root project.

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.