We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't build my project without adding axios as a main dependency, I'm getting the following error:
axios
Can't resolve 'axios' in '/app/node_modules/@myetherwallet/mewconnect-web-client/dist/esm'
I'm not sure why axios is specified as a devDependency, considering it's actually used: https://github.com/MyEtherWallet/MEWconnect-web-client/blob/da0680457d6a246bfb330491133b3e8801df1036/src/connectProvider/web3Provider/web3-provider/providers/http-request-manager.js.
devDependency
There was a PR fixing the issue, but it was closed: #44. Could you please re-consider merging the PR? The issue is still actual.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't build my project without adding
axios
as a main dependency, I'm getting the following error:I'm not sure why
axios
is specified as adevDependency
, considering it's actually used:https://github.com/MyEtherWallet/MEWconnect-web-client/blob/da0680457d6a246bfb330491133b3e8801df1036/src/connectProvider/web3Provider/web3-provider/providers/http-request-manager.js.
There was a PR fixing the issue, but it was closed: #44. Could you please re-consider merging the PR? The issue is still actual.
The text was updated successfully, but these errors were encountered: