Skip to content

Installation

Requirements

  • pnpm >= 9
  • nodejs >= 20
  • vscode >=1.95.0

PNPM

If you do not have pnpm installed, please install using the ‘standalone script method’ if possible, you can then use pnpm to set the correct version of nodejs. Use their documentation on how to install it.

once installed run the following:

Terminal window
pnpm env -h
# Version 9.12.3 (compiled to binary; bundled Node.js v20.11.1)
# Usage: pnpm env [command] [options] <version> [<additional-versions>...]
# pnpm env use --global 18
# pnpm env use --global lts
# pnpm env use --global argon
# pnpm env use --global latest
# pnpm env use --global rc/18
# pnpm env add --global 18
# pnpm env add --global 18 19 20.6.0
# pnpm env remove --global 18 lts

and use the long term release (lts) version

Terminal window
pnpm env use --global lts

Nodejs

check the version of node from the command line.

Terminal window
node -v
# v22.11.0