purple-hats icon indicating copy to clipboard operation
purple-hats copied to clipboard

Cannot find module -

Open mgifford opened this issue 7 months ago • 1 comments

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.

mgifford avatar Jul 03 '24 14:07 mgifford