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
fix(@angular-devkit/build-angular): shim node events builtin for dev server
The dev server requires a node 'events' builtin shim to function. The dev server as written only currently works with package managers that hoist the `events` shim package to an accessible location. Hoisting is unfortunately not standardized and the assumption within the dev server will not hold true for all package managers.
Closesangular#13680
0 commit comments