axios-fetch-adapter
axios-fetch-adapter copied to clipboard
Error: Module not found
error - ./node_modules/@vespaiach/axios-fetch-adapter/index.js:2:0
Module not found: Package path ./lib/core/settle is not exported from package /.../node_modules/axios (see exports field in /.../node_modules/axios/package.json)
Line 2 it's complaining about https://github.com/vespaiach/axios-fetch-adapter/blob/main/index.js#L2
Using
- axios 1.1.3
- axios-fetch-adapter 0.3.1
- next.js 12.3.1
Same problem.
Same problem here with axios 1.2.0. I also downgrade axios to 0.27.2, it work ! @Feleys @patrickyan
If this gets merged it could be possible to just use Axios directly again but with a supported adapter.
1+
I'm having the same issue +1
- axios: 1.3.4
- axios-fetch-adapter: 0.3.1
- next.js: 13.2.1
If this gets merged it could be possible to just use Axios directly again but with a supported adapter.
when 'if this gets merged ' can be used?
Same issue here
I found the issue- axios renamed lib
to unsafe
.