Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Issues with Ionic Serve

$
0
0

I had the exact same error as you,

the problem for me was inside ionic.project file

It was:

{
"name": "myApp",
"app_id": ""
"watchPatterns": [
"www/js/*",
"!www/css/**/*"
]
}

There was a comma missing after app_id.

{
"name": "myApp",
"app_id": "",
"watchPatterns": [
"www/js/*",
"!www/css/**/*"
]
}

Cheers


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>