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
Currently, WATcher works well only with node 14.0.0. However, when using node versions >=16.0.0, frequent recompiles (almost every 4-5 seconds) occur. This affects usability and can be quite annoying, and warrants further investigation
To Reproduce
Steps to reproduce the behavior:
Use node -v 16
Run using npm run ng:serve:web
Watch as app continues to recompile
Expected behavior
App should only recompile if there are changes made.
Desktop (please complete the following information):
OS: MacOS Monterey
Browser: chrome
Node version: 16
The text was updated successfully, but these errors were encountered:
Currently, WATcher works well only with node 14.0.0. However, when using node versions >=16.0.0, frequent recompiles (almost every 4-5 seconds) occur. This affects usability and can be quite annoying, and warrants further investigation
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should only recompile if there are changes made.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: