Invalid JSON character when running ng serve

前端 未结 7 1695
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:04

    Open the file in Notepad++ and change the encoding to UTF-8 then save it will work for sure :)

提交回复
热议问题