diff --git a/docs/cli/init.md b/docs/cli/init.md index 3ff66f4be891..08c6a6f55e6f 100644 --- a/docs/cli/init.md +++ b/docs/cli/init.md @@ -4,3 +4,5 @@ title: "pnpm init" --- Create a `package.json` file. + +When configuring `pnpm config set init-package-manager=false`, `pnpm init` will not add the `packageManager` field to the initialized `package.json` file. \ No newline at end of file