Replies: 5 comments 1 reply
-
Can you try this solution? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply.
|
Beta Was this translation helpful? Give feedback.
-
Any update on this? Other packages are compatible with pkg, as well as axios 0.27.2, it would be great if the newer versions were also compatible. |
Beta Was this translation helpful? Give feedback.
-
I'm also seeing this issue, and the above workaround of adding the asset did not work for me either. |
Beta Was this translation helpful? Give feedback.
-
use |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Pkg 5.8.1 throws these warnings when building my app, which uses axios 1.3.5 and node 16.18.1 :
The app builds, but when I run it I get the following error:
To Reproduce
Just import axios with
import axios from 'axios'
and use it in your app.Code snippet
Expected behavior
The app runs without throwing an error.
Downgrading to axios 0.27.2 works but it is not an acceptable solution.
Axios Version
1.3.5
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
16.18.1
OS
Kubuntu 22.04
Additional Library Versions
Additional context/Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions