pnpm env <cmd>
Manages the Node.js environment.
небезпека
pnpm env
does not include the binaries for Corepack. If you want to use Corepack to install other package managers, you need to install it separately (e.g. pnpm add -g corepack
).
Commands
use
Install and use the specified version of Node.js
Install the LTS version of Node.js:
pnpm env use --global lts