Install via npm
Install pcr-dev globally with npm or pnpm
The recommended path for most developers. Requires Node.js 20 or later.
Global install
npm install -g pcr-dev
Or with pnpm or yarn:
pnpm add -g pcr-dev # or yarn global add pcr-dev
Verify
pcr --version pcr # opens the interactive help browser
Update
npm update -g pcr-dev
ℹ
npm installs don't auto-update. Run the update command periodically.