0

I created a brand new Angular project using the cli ng new ... and when I run npm test I get the below error in the browser:

enter image description here

and in the console I see this error:

enter image description here

I've not added anything extra;

I tested with Node versions 14.17.1 and 16.16.0 (I am on macOS, and using nvm); I tried uninstalling both Node versons, deleted all nvm cache files, installed Node again, but still getting the error

How can I debug or solve this issue?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
nshathish
  • 417
  • 8
  • 23

1 Answers1

0

after much trial and error found out its due to chrome out of date; once I updated chrome to the latest version its started working.

nshathish
  • 417
  • 8
  • 23