I'm using Axios 1.5.0, and it seems like some import broke:
import { cacheAdapterEnhancer, throttleAdapterEnhancer } from 'axios-extensions';
ERROR in ./node_modules/axios-extensions/esm/utils/buildSortedURL.js 7:0-50
Module not found: Error: Package path ./lib/helpers/buildURL is not exported from package /home/vagrant/secator-ui/node_modules/axios (see exports field in /home/vagrant/secator-ui/node_modules/axios/package.json)
I'm using Axios 1.5.0, and it seems like some import broke:
Indeed the exports in
package.json
:Replacing
by:
in
esm/utils/buildSortedURL.js
makes it work