pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
8.95k stars 318 forks source link

Cannot find module node:stream #383

Closed rajatraj733 closed 10 months ago

rajatraj733 commented 1 year ago

In my nodejs project, I have been trying to run madge. But it says cannot find module node:stream. I am not able to understand that inside ts-graphviz, why they are importing module node:stream. What am I missing?

luyimei commented 1 year ago

@rajatraj733 upgrade your node version will solve this

rajatraj733 commented 10 months ago

thanks