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
This issue occurred because of node version. I downgraded node version, and it works.