ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.44k stars 241 forks source link

Unable to import axios-mock-adapter #319

Closed karavadip closed 2 years ago

karavadip commented 2 years ago

unable to import axios-mock-adapter tried the 3 different ways of importing image image image

Please fix the issue and help us. I see some other people also reporting this issue, on a different thread which is closed (https://github.com/ctimmerm/axios-mock-adapter/issues/289) down. Hence opening a new case. Thanks for your attention.

ctimmerm commented 2 years ago

This is likely an error in your setup. axios-mock-adapter lists axios as a peer dependency and the error you're seeing indicates that axios-mock-adapter is not able to import axios correctly.