You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed it globally and when I try to run npx cspell-check-unused-words ./cspell.json in the root of my repo i receive this error:
node:internal/errors:496 ErrorCaptureStackTrace(err); ^TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at new NodeError (node:internal/errors:405:5) at validateString (node:internal/validators:162:11) at Object.join (node:path:429:7) at file:///C:/ProgramData/nvm/v18.19.1/node_modules/cspell-check-unused-words/dist/constants.js:3:26 at ModuleJob.run (node:internal/modules/esm/module_job:195:25) at async ModuleLoader.import (node:internal/modules/esm/loader:336:24) at async loadESM (node:internal/process/esm_loader:34:7) at async handleMainPromise (node:internal/modules/run_main:106:12) { code: 'ERR_INVALID_ARG_TYPE'}Node.js v18.19.1
Any ideas? the documentation does not give any more detaisl about how to pass arguments or how to run the help command that should explain the commands.
Tried npx cspell-check-unused-words --help but just the same error.
The text was updated successfully, but these errors were encountered:
Hi
I installed it globally and when I try to run
npx cspell-check-unused-words ./cspell.json
in the root of my repo i receive this error:Any ideas? the documentation does not give any more detaisl about how to pass arguments or how to run the help command that should explain the commands.
Tried
npx cspell-check-unused-words --help
but just the same error.The text was updated successfully, but these errors were encountered: