I'm running into the following error when starting serve on Angular CLI.
Parsing angular-cli.json failed. Please make sure your angular-cli.json is valid JSON.
Error: SyntaxError: Unexpected token in JSON at position 0
I've checked the json file with a checker served as a tip in other questions I found here and it comes up fully ok. I'm using Visual studio RC 2017 to edit the JSON to add bootstrap as a style. Commenting out the added style also results in the same error. So it seems as soon as VS2017 touches the JSON it goes wrong.
Any of you experienced this, or have a solution?
Thanks in advance!
Matthias
edit: link to json file. When I use notepad to edit json file it works fine. It's a VS2017 issue I think. json file