Invalid JSON character when running ng serve

前端 未结 7 1644
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:18

    Check your Angular.json.

    It seems that this config file is not correct.


    Update for clarification:
    A misplaced "/" in the angular.json will create exactly that kind of error.

提交回复
热议问题