module-dependents icon indicating copy to clipboard operation
module-dependents copied to clipboard

Invalid JSON (Unexpected "T" at position 0 in state STOP)

Open dyangcoding opened this issue 2 years ago • 0 comments

Hey, i got the mentioned error message following the example code var dependents = require('module-dependents'); dependents('zlib', {raw: true}).on('data', function(dependents) { console.log(dependents.name); }) I've also tried to clone the project and run the test.js locally which produces the same error message. Can you take a look and thanks in advance. I'm using node 16. I'd add more details if you need anything else.

dyangcoding avatar Nov 08 '22 12:11 dyangcoding