-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find "./lib/helpers/buildURL" #107
Comments
Tested that the error is not present on axios v0.28.0 |
I see that this may be fixed with #101 Is v3.1.7 going to be released any time soon? |
Wow I just tried Something is strange. This version does not show up on the npmjs page: https://www.npmjs.com/package/axios-extensions Also simply doing @kuitos any ideas? |
Thanks so much for flagging this!! Solved my issue |
Versions:
Trying to use the
cacheAdapterEnhancer
fails with the message:To reproduce:
npm init
(with all default settings)npm i axios axios-extensions
index.mjs
file with the following contents:node index.mjs
The text was updated successfully, but these errors were encountered: