Closed mildronize closed 2 months ago
I've tried to run the example from this repository: Remix Azure Functions Example (Commit ref). However, I encountered an issue related to Axios.
When running the example, I encountered the following error:
Package subpath './lib/adapters/http' is not defined by "exports" from Axios
I found a similar issue on the Axios repository: Issue #5263. However, I couldn't locate any direct usage of Axios in the library.
Could you help me identify and resolve this issue?
I tested the example with the following configurations:
Operating System: macOS M1 Sonoma 14.0
Thank you for your assistance.
the problem solved by upgrading swa to 2.0.1, I'll create the PR.
2.0.1
Thanks for the contribution 🙌
Fixed, thanks
Introduction
I've tried to run the example from this repository: Remix Azure Functions Example (Commit ref). However, I encountered an issue related to Axios.
Issue Details
When running the example, I encountered the following error:
I found a similar issue on the Axios repository: Issue #5263. However, I couldn't locate any direct usage of Axios in the library.
Could you help me identify and resolve this issue?
Tested Versions
I tested the example with the following configurations:
Environment
Operating System: macOS M1 Sonoma 14.0
Thank you for your assistance.