You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think http/https module will be a better choice for node env.
In my node project, axios is not a dependency. When I install kutt, I got the error which in the title.
The text was updated successfully, but these errors were encountered:
@machao7 Thanks for the enhancement request.
Currently axios is a peer-dependency, after reading this issue, initially, I was thinking about using fetch instead, but its support in Node.js is only added in the latest versions and not backward compatible, so the only relatively clean solution I can think of at the moment is using the package.jsonimports using HTTP(S) module in node and fetch in other environments to completely remove the need for any dependencies, what do you think about this solution? 🤔
i think http/https module will be a better choice for node env.
In my node project, axios is not a dependency. When I install kutt, I got the error which in the title.
The text was updated successfully, but these errors were encountered: