You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I'm not familiar with zone.js yet, but found the cause by comparing an older working tutorial, and the latest version. I compared the results of npm list in the two workspaces, then I narrowed the problem down to zone.js.
I just did a fresh install of version 6ce71a0
When I run npm test, it fails and displays:
I'm able to get around this by downgrading zone.js back to 0.6.12. I changed package.json to reference the exact version of zone.js:
Also, to prevent these types of problems, please change the dependencies in package.json to be exact.
The text was updated successfully, but these errors were encountered: