Skip to content

Switch package manager from npm to pnpm and maintain workspace #9

@hemanth5544

Description

@hemanth5544

Feature Request

Summary
Switch from using npm as the package manager to pnpm for the project. Ensure all workspace functionality is properly maintained and updated to work with pnpm.

Details

  • Migrate all package management scripts and configuration from npm to pnpm.
  • Update documentation and scripts to reference pnpm instead of npm.
  • Make sure all packages in the workspace are compatible with pnpm.
  • Test workspace commands (install, build, run, etc.) under pnpm.
  • Remove npm lockfiles (package-lock.json) and add pnpm lockfiles (pnpm-lock.yaml).

Acceptance Criteria

  • pnpm is fully functional as the package manager.
  • Workspace layout and dependencies work as expected using pnpm.
  • All team members and CI workflows use pnpm.
  • Documentation updated to reflect migration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions