InstallationOn this pageInstallation Node CSpell requires Node.js to run. Check the node version node -v CSpell requires Node.js version >=18.0. Resources: Downloading and installing Node.js and npm - npm Docs Download - Node.js Releases - Node.js CSpell npmYarnpnpmnpm install -g cspell@latestyarn global add cspell@latestpnpm add -g cspell@latest Running CSpell cspell . npx cspell . yarn cspell . See Also Getting Started