Invalid JSON character when running ng serve

前端 未结 7 1646
Happy的楠姐
Happy的楠姐 2021-02-19 11:02

I am getting following error when running ng serve...

PS F:\\Projects\\RecipeApp> ng serve
Invalid JSON character: \"\\\"\" at 76:13.
Error: Invalid JSON char         


        
7条回答
  •  广开言路
    2021-02-19 11:10

    I just had the same issue as described while using the "ng g c" command. The issue was that I forgot a comma (,) while adding a second style-sheet to the angular.json file.

    Hope this helps someone, Vlad

提交回复
热议问题