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.
What happened:
Restored node_modules (with no updates, but dependencies declared with ^) and app stopped working, completely, no errors...Period..
No content;
app-root hasn't been fullfilled by angular with app logic, we can see only static spinner;
No errors at all in console!
Tested on 3 dev machines with slightly different versions of node/npm. Result always was the same.
I've spent hours to find what was cause the problem, because we have hundreds of dependencies. Who could imagine that minor update (which updated automatically) in angular system dependency (which zone.js actually is) could lead to such unexpected behavior? With no errors at all!
Environment:
What happened:

Restored node_modules (with no updates, but dependencies declared with ^) and app stopped working, completely, no errors...Period..
Tested on 3 dev machines with slightly different versions of node/npm. Result always was the same.
I've spent hours to find what was cause the problem, because we have hundreds of dependencies. Who could imagine that minor update (which updated automatically) in angular system dependency (which zone.js actually is) could lead to such unexpected behavior? With no errors at all!
0.8.12 works fine.