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 Apr 8, 2020. It is now read-only.
I have an existing project that was working up until last week. I now get this error:
Exception: Call to Node module failed with error: Error: Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten. Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.) at Function.Zone.assertZonePatched
To make sure that the issue was not due to a code/package change on my end, I took the following steps to reproduce the issue
Create a new project using the .NET Core/Angular2 template
dotnet restore
npm install
dotnet run
Error is shown
This has us completely blocked. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I have an existing project that was working up until last week. I now get this error:
Exception: Call to Node module failed with error: Error: Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten. Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.) at Function.Zone.assertZonePatched
To make sure that the issue was not due to a code/package change on my end, I took the following steps to reproduce the issue
This has us completely blocked. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: