Reputation: 51
I am trying to run the following cmd on windows 11:
madge --circular src/**/**.ts
I am getting this error:
Error: ENOENT: no such file or directory, stat 'C:\Users\Basti\Documents\GitHub\repo\src\**\**.ts'
when trying to run the command with an absolute path like
madge --circular src/services/index.ts
it works fine
Upvotes: 1
Views: 549