the app is a bit old but I just want to run it. NativeScript error when I want to run on Android device. running code : ns run android -> Error: Unexpected token '.'
Node: 12.19.0
npm: 6.14.8
"dependencies": {
"@nativescript-community/ble": "^3.0.8",
"@nativescript/core": "^7.3.0",
"@nativescript/theme": "^3.0.0",
"@nstudio/nativescript-checkbox": "^2.0.3",
"@vue/devtools": "^6.0.0",
"clean-webpack-plugin": "^4.0.0",
"jwt-decode": "^3.0.0",
"nativescript-appavailability": "^1.3.2",
"nativescript-audio": "~6.1",
"nativescript-socketio": "^3.3.1",
"nativescript-toasty": "^3.0.0-alpha.2",
"nativescript-vue": "^2.8.1",
"nativescript-vue-devtools": "^1.4.0",
"vue-i18n": "^8.22.0",
"vuex": "^3.1.1",
"vuex-simple": "^2.2.0"
}
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@intlify/vue-i18n-loader": "^1.0.0",
"@nativescript/android": "7.0.0",
"@nativescript/types": "^7.0.4",
"@nativescript/webpack": "^3.0.7",
"@types/node": "^14.11.8",
"babel-loader": "^8.1.0",
"nativescript-vue-template-compiler": "^2.8.1",
"nativescript-worker-loader": "~0.12.1",
"node-sass": "^9.0.0",
"sass": "^1.27.0",
"typescript": "^4.0.3",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-loader": "^15.9.3",
"vue-property-decorator": "^9.0.2"
}
Please help me
