Install via npm
Install pcr-dev globally with npm or pnpm
The npm package is the recommended installation method for most developers. It requires Node.js 16 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 installation
pcr --help
Update
npm update -g pcr-dev
ℹ
npm installations do not auto-update. Run the update command periodically to get the latest features.