Installation

Node

CSpell requires Node JS to run. Most likely it is already install.

Check the node version

node -v

It should be greater than 14.x.

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