Pnpm

Use pnpm instead of npm for package management. Use when setting up or working on a JavaScript or TypeScript project.

gkwa ca1b861 2 files · 701 B Updated

File contents

Use pnpm instead of npm to handle package management.

Use pnpm add instead of npm install, pnpm run instead of npm run, and so on. Do not generate a package-lock.json — pnpm uses pnpm-lock.yaml.

gkwa/volcanicviper/tree/main/skills/pnpm commit ca1b861aed

Frequently asked questions

npx skillmds@latest add gkwa/pnpm