Currently, I am building the AI Image-Generator, but I couldn’t install axios after adding Tailwind CSS to project.
The attached image is as follows.
enter image description here
The command that I tried for axios is as follows.
yarn add axios
Currently, I am building the AI Image-Generator, but I couldn’t install axios after adding Tailwind CSS to project.
The attached image is as follows.
enter image description here
The command that I tried for axios is as follows.
yarn add axios
3
Answers
This issue occurred because of node version. I downgraded node version, and it works.
It seems like your postcss dependency is corrupted somehow.
Try removing then reinstalling tailwind dependencies.
Try it using npm: