snyk-labs / snyk-issues-to-html

Export Snyk report issues to HTML
3 stars 5 forks source link

Cannot find module for json config #10

Open mbimbij opened 2 years ago

mbimbij commented 2 years ago

Here is the result of the execution when trying to use a json config file

node ./bin/cli.js --config critical_high_filter.json 
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'critical_high_filter.json'
Require stack:
- /home/joseph/workspace/snyk-issues-to-html/bin/cli.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/home/joseph/workspace/snyk-issues-to-html/bin/cli.js:47:12)
    at Module._compile (node:internal/modules/cjs/loader:1103:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/home/joseph/workspace/snyk-issues-to-html/bin/cli.js' ]
}
javiergarza-snyk commented 2 weeks ago

Try: npm install snyk-to-html -g