How can I resolve this?
Suddenly -
Launching for serve (This may take a while)…
Serving to the browser is currently only supported for Ionic projectsServing to the browser is currently only supported for Ionic projects
{
“name”: “Serve to the browser (ionic serve)”,
“type”: “cordova”,
“request”: “launch”,
“platform”: “serve”,
“cwd”: “${workspaceRoot}/src”,
“devServerAddress”: “localhost”,
“sourceMaps”: true,
“ionicLiveReload”: true,
“devServerTimeout”: 1200000
},
package.json
{
“name”: “wiseapp”,
“version”: “0.0.3”,
“private”: true,
“scripts”: {
“clean”: “ionic-app-scripts clean”,
“build”: “ionic-app-scripts build”,
“lint”: “ionic-app-scripts lint”,
“ionic:build”: “ionic-app-scripts build”,
“ionic:serve”: “ionic-app-scripts serve”
},
“dependencies”: {
"@angular/common": “5.0.0”,
"@angular/compiler": “5.0.0”,
"@angular/compiler-cli": “5.0.0”,
"@angular/core": “5.0.0”,
"@angular/forms": “5.0.0”,
"@angular/http": “5.0.0”,
"@angular/platform-browser": “5.0.0”,
"@angular/platform-browser-dynamic": “5.0.0”,
"@ionic-native/camera": “^4.4.2”,
"@ionic-native/core": “4.4.0”,
"@ionic-native/geolocation": “^4.4.2”,
"@ionic-native/google-maps": “^4.4.2”,
"@ionic-native/network": “^4.4.2”,
"@ionic-native/splash-screen": “4.4.0”,
"@ionic-native/status-bar": “4.4.0”,
"@ionic/pro": “1.0.16”,
"@ionic/storage": “2.1.3”,
"@ngx-translate/core": “^8.0.0”,
"@ngx-translate/http-loader": “^2.0.0”,
“chart.js”: “^2.7.1”,
“cordova-android”: “6.3.0”,
“cordova-browser”: “5.0.1”,
“cordova-plugin-camera”: “^3.0.0”,
“cordova-plugin-device”: “^1.1.4”,
“cordova-plugin-facebook4”: “^1.9.1”,
“cordova-plugin-geolocation”: “^3.0.0”,
“cordova-plugin-googlemaps”: “^2.1.1”,
“cordova-plugin-ionic-webview”: “^1.1.16”,
“cordova-plugin-network-information”: “^1.3.4”,
“cordova-plugin-splashscreen”: “^4.0.3”,
“cordova-plugin-statusbar”: “^2.3.0”,
“cordova-plugin-whitelist”: “^1.3.1”,
“font-awesome”: “^4.7.0”,
“ionic-angular”: “nightly”,
“ionic-native”: “^2.9.0”,
“ionic-plugin-keyboard”: “^2.2.1”,
“ionicons”: “3.0.0”,
“rxjs”: “5.5.2”,
“sw-toolbox”: “3.6.0”,
“zone.js”: “0.8.18”
},
“devDependencies”: {
"@ionic/app-scripts": “nightly”,
“typescript”: “2.6.1”
},
“description”: “WiseApp an adviser at the pulm of your hand”,
“cordova”: {
“plugins”: {
“cordova-plugin-geolocation”: {
“GEOLOCATION_USAGE_DESCRIPTION”: “Wiseapp customer location”
},
“cordova-plugin-network-information”: {},
“cordova-plugin-camera”: {},
“ionic-plugin-keyboard”: {},
“cordova-plugin-whitelist”: {},
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-googlemaps”: {
},
“cordova-plugin-statusbar”: {},
“cordova-plugin-facebook4”: {
}
},
“platforms”: [
“browser”,
“android”
]
},
“config”: {
“ionic_bundler”: “webpack”,
“ionic_source_map”: “source-map”,
“ionic_copy”: “./scripts/copy-custom-libs.js”
}
}