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
From within my backend code I use axios for http requests. Executing the compiled APK I get the following error:
function (exports, require, module, __filename, __dirname) { import axios from './lib/axios.js'; ^^^^^ SyntaxError: Unexpected identifier at new Script (vm.js:79:7) ...
I know that sometimes the problem is in front of the keyboard... but the error message is not obvious for me as other imports are working fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From within my backend code I use axios for http requests. Executing the compiled APK I get the following error:
I know that sometimes the problem is in front of the keyboard... but the error message is not obvious for me as other imports are working fine.
The text was updated successfully, but these errors were encountered: