0

I have a problem with Angular Project. I have install angular cli and after I create a new Project. But when I give the command ng serve, I have this error:

enter image description here

Uncaught SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at showNeg.js:241
    at XMLHttpRequest.onDefaultReadyStateChangeHandler (showNeg.js:311)

Can someone help me?

Pangelo
  • 37
  • 2
  • 8

1 Answers1

0

For some reason certain adblockers create this error.
Try removing the extension and adding uBlocker that fixed the issue for me.

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Jake
  • 93
  • 1
  • 2
  • 9