npm pnpm 3.6.0

latest releases: 9.0.0-beta.1, 9.0.0-beta.0, 9.0.0-alpha.10...
4 years ago

Features

  • Setting the use-beta-cli config to true makes the following changes to the pnpm CLI (#1444):
    • pnpm install inside a workspace is the same as pnpm install -r
    • adding a new dependency to the root workspace package fails, unless the --ignore-workspace-root-check or -W flag is used.
  • pnpm should fail if the project needs another version of pnpm or node. The requirements can be specified through the engines.pnpm and engines.node fields of package.json (#1382)

Bug Fixes

  • use the right working directory when building dependencies of global packages (#1907)
  • better error message on store mismatch (#847)
  • remove not needed warning (cc8f95f)

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.