Saltar al contenido principal
Version: 11.x

pnpm setup

Este comando es utilizado por los scripts de instalación independientes de pnpm. For instance, in https://get.pnpm.io/install.sh.

El instalador realizará las siguientes acciones:

  • crea un directorio /home para el pnpm CLI
  • adds the pnpm home directory to the PATH by updating the shell configuration file
  • copia el ejecutable pnpm en el directorio /home creado
tip

After upgrading to pnpm v11, run pnpm setup to update your shell configuration. In v11, globally installed binaries are stored in a bin subdirectory of PNPM_HOME.