snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
57 stars 28 forks source link

Error: Cannot find module 'debug' #171

Closed SalimBensiali closed 1 month ago

SalimBensiali commented 1 year ago

HI, while trying the package at https://npm.runkit.com/snyk-nodejs-lockfile-parser I got an error:

image

It seems the debug package is used here but it is not explicitly declared as a dependency inside https://github.com/snyk/nodejs-lockfile-parser/blob/master/package.json.