package.json file package.json I have run this command
npm install axios
This is the error that I’m getting while installing axios
Advertisement
Answer
It seems there are some version conflicts in the packages it’s better to fix conflicts but if it doesn’t matter and does not make any problem, you can install it using
npm install axios –force