Version: 6.xOn this pagepnpm env <cmd>Added in: v6.12.0Manages the Node.js environment.Commands#use#Install and use the specified version of Node.jsInstall the LTS version of Node.js:pnpm env use --global ltsCopyInstall Node.js v16:pnpm env use --global 16CopyOptions#--global, -g#The changes are made systemwide.