-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels