Hello,
I just started on ionic, and I’m already having a hard time.
I’m trying to get a project started on android.
but when I launch the application it shows me a white screen
the console show me this
10.3acb16cd.chunk.js:2Uncaught (in promise) TypeError: Object.entries is not a function
at e.reset (http://localhost/static/js/10.3acb16cd.chunk.js:2:24106)
at Be (http://localhost/static/js/10.3acb16cd.chunk.js:2:86759)
at Ue (http://localhost/static/js/10.3acb16cd.chunk.js:2:87203)
at http://localhost/static/js/10.3acb16cd.chunk.js:2:129363
i’m on ubuntu
Ionic:
Ionic CLI : 6.2.0 (/usr/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 5.0.4Capacitor:
Capacitor CLI : 1.5.0
@capacitor/core : 1.5.0Utility:
cordova-res : not installed
native-run : 0.3.0System:
NodeJS : v12.16.1 (/usr/bin/node)
npm : 6.13.4
OS : Linux 5.3
tsconfig
{
“compilerOptions”: {
“target”: “es5”,
“lib”: [
“dom”,
“es2017”,
“dom.iterable”,
“esnext”
],
“allowJs”: true,
“skipLibCheck”: true,
“esModuleInterop”: true,
“allowSyntheticDefaultImports”: true,
“strict”: true,
“forceConsistentCasingInFileNames”: true,
“module”: “esnext”,
“moduleResolution”: “node”,
“resolveJsonModule”: true,
“isolatedModules”: true,
“noEmit”: true,
“jsx”: “react”
},
“include”: [
“src”
]
}
I need help, please
How to fix this bug