From 81e3dadf1b130f1b0ebdb11c7d47ecf4e1a4b628 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 3 May 2026 09:28:01 +0100 Subject: [PATCH] updating readme to include devEngines.packageManager.version in selecting version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a7540e..103b72a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install pnpm package manager. Version of pnpm to install. -**Optional** when there is a [`packageManager` field in the `package.json`](https://nodejs.org/api/corepack.html). +**Optional** when there is a [`packageManager` field or `devEngines.packageManager.version` field in the `package.json`](https://nodejs.org/api/corepack.html). otherwise, this field is **required** It supports npm versioning scheme, it could be an exact version (such as `10.9.8`), or a version range (such as `10`, `10.x.x`, `10.9.x`, `^10.9.8`, `*`, etc.), or `latest`.