This may seem stupid, but I\'m trying to get the error data when a request fails in Axios.
axios.get(\'foo.com\') .then((response) => {}) .catch((
This is a known bug, try to use "axios": "0.13.1"
"axios": "0.13.1"
https://github.com/mzabriskie/axios/issues/378
I had the same problem so I ended up using "axios": "0.12.0". It works fine for me.
"axios": "0.12.0"