Search code examples
reactjsaxiostailwind-cssyarnpkg

I cannot install axios in my React project


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

Solution

  • This issue occurred because of node version. I downgraded node version, and it works.