Installation

Node

CSpell requires Node.js to run.

Check the node version

node -v

CSpell requires Node.js version >=18.0.

Resources:

CSpell

NPM Global

npm install -g cspell@latest

NPM Package

npm install --save-dev cspell@latest

Yarn Package

yarn add --dev cspell@latest

Running CSpell

  • cspell "**"
    
  • npx cspell "**"
    
  • yarn cspell "**"
    

See Also