Find circular dependencies
First, install madge
npm install -g madge
Then run it to find circular dependencies
madge --circular ./src
ℹ️ You would definitely want to keep your project free of that, sometimes it creates errors that are very hard to track-down, and are very annoying.
Tweet