Installation
Node
CSpell requires Node.js to run.
Check the node version
node -v
CSpell requires Node.js version >=18.0
.
Resources:
CSpell
- npm
- Yarn
- pnpm
- Bun
npm install -g cspell@latest
yarn global add cspell@latest
pnpm add -g cspell@latest
bun add --global cspell@latest
Running CSpell
-
cspell .
-
npx cspell .
-
yarn cspell .