Uninstall a package and remove it from the list of dependencies in package.json

pnpm

  • Fast, disk space efficient package manager for Node.js.
    Manage Node.js projects and their module dependencies.
    More information: <https://pnpm.io>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pnpm remove {{module_name}}

click the source code to copy