Closed mcerejo closed 7 months ago
What's the error?
We can't do much without a screenshot of the error and your machine specs, os, cpu architecture, etc @mcerejo
These are the errors that are triggered. The popup window is for the tailwind.config.js
, postcss.config.js
, prettier.config.js
.
I'm using yarn (v1.22.19 and v4.1.1), node v18 on a windows 10 pc.
Thanks,
I am not sure what's the issue and can't test it on windows, but there are two things that you could try:
"npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg"
- the fact that error says something about next.config.js
tells me it could be an escaping issue
I was trying to create the graph.svg with the dependencies, but the command returns an error. Is it just me or does that implementation requires something more or its broken?