Technology Enthusiast on a Mission to Accelerate Business Success through Innovation 🚀 | Lead Software Engineer | Full Stack | Angular ♥️ | Tech Speaker | Author | AI/ML | Mentor | Opensource 💻
hey, we use axios to make http request from our react/angular app, so i think this error is raised because you haven't install axios npm. try this command on your terminal/cmd of your project destination
getting axios is not defined error. plz suggest what is wrong
hey, we use axios to make http request from our react/angular app, so i think this error is raised because you haven't install axios npm. try this command on your terminal/cmd of your project destination
C:/projects/react-redux-app> npm install axios
If you've already installed axios and are still getting this error,
you probably forgot to import - import axios from 'axios'
I don't know if you've ever fixed this, but the Axios library has to be installed in order for this to work