Skip to content

Switch to pnpm #18

@logbasem

Description

@logbasem

Switch to pnpm from npm for much faster project management functionality1.

Checklist

If you complete all these tasks, please close the issue. :D

  • Change documentation to use pnpm commands instead of npm
    • npm => pnpm
      • Most commands map directly. e.g., npm i is just pnpm i
    • npx => pnpm exec
      • This command uses the project's dependencies.
      • If you just want anything from the package registry, you can use pnpm dlx instead
        • ex: use pnpm dlx create-next-app@latest to replace npx create-next-app@latest

Footnotes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions