npm-to-pnpm

Installation
SKILL.md

Use this skill when a contributor needs to switch from npm to pnpm in this repository.

Step 0: Check if pnpm is already installed

Run:

pnpm -v

If this succeeds and the major version is 10 or above, pnpm is already set up. Inform the user and stop — nothing else is needed.

If pnpm is installed but the major version is below 10, tell the user their version is too old and continue to Step 1 to upgrade Node and reinstall pnpm via corepack.

Step 1: Check Node version

Run:

Related skills

More from cloudflare/cloudflare-docs

Installs
12
GitHub Stars
4.7K
First Seen
Apr 18, 2026