We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After pulling down the latest git repo, I can't seem to get past:
% npm run cli -- -c 2 -o a11y-scan-results.zip -u "http://localhost:8000" -w 360
@govtechsg/[email protected] cli node dist/cli.js -c 2 -o a11y-scan-results.zip -u http://localhost:8000 -w 360
node:internal/modules/cjs/loader:1093 throw err; ^
Error: Cannot find module '/Users/mgifford/Documents/GitHub/purple-a11y/dist/cli.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15) at Module._load (node:internal/modules/cjs/loader:934:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
Node.js v19.9.0
I've tied to build it again from a fresh install but can't seem to get the results I need to get it running again from the command line.
The text was updated successfully, but these errors were encountered:
Have you tried running npm run build before npm run cli ?
npm run build
npm run cli
Sorry, something went wrong.
No branches or pull requests
After pulling down the latest git repo, I can't seem to get past:
% npm run cli -- -c 2 -o a11y-scan-results.zip -u "http://localhost:8000" -w 360
@govtechsg/[email protected] cli
node dist/cli.js -c 2 -o a11y-scan-results.zip -u http://localhost:8000 -w 360
node:internal/modules/cjs/loader:1093
throw err;
^
Error: Cannot find module '/Users/mgifford/Documents/GitHub/purple-a11y/dist/cli.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
at Module._load (node:internal/modules/cjs/loader:934:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v19.9.0
I've tied to build it again from a fresh install but can't seem to get the results I need to get it running again from the command line.
The text was updated successfully, but these errors were encountered: