npm pnpm 5.16.0

latest releases: 8.15.8, 9.1.0-0, 9.0.6...
3 years ago

Features

  • Allow to ignore the builds of specific dependencies #3080.

    The list of dependencies that should never be built, is specified through the pnpm.neverBuiltDependencies of package.json. For instance:

    {
      "pnpm": {
        "neverBuiltDependencies": ["fsevents", "level"]
      }
    }
  • Print warnings if unknown settings are found in .npmrc #3074.

  • pnpm can now be executed using its single bundled CLI file #3096.

  • When pnpm crashes because the Node.js version is unsupported, the error message will now contain a link to the compatibility page of the pnpm documentation website.

  • pnpm pubish -r prints an info message if there are no pending packages to be published.

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.