Serious problem reading node_module dependencies
Error: /<path to project>/node_modules/@kudo-ci/jsc-android/package.json is not a node project
at /<path to project>/node_modules/snyk-resolve-deps/lib/deps.js:125:13
at tryCallOne (/<path to project>/node_modules/promise/lib/core.js:37:12)
at /<path to project>/node_modules/promise/lib/core.js:123:15
at flush (/<path to project>/node_modules/asap/raw.js:50:29)
at processTicksAndRejections (internal/process/task_queues.js:79:11),
Do you have any suggestion to avoid this problem? Or a plan to improve the library to deal with that?
Hi,
In our project, we use a new NPM feature to override a package:
See https://github.com/Kudo/jsc-android-buildscripts
will generate this line in our package.json:
Sadly,
nlf
fail on with this error:Do you have any suggestion to avoid this problem? Or a plan to improve the library to deal with that?
Thanks a lot.