Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 16.0.0 causes frequent recompiles #99

Open
vigneshsankariyer1234567890 opened this issue Mar 20, 2023 · 1 comment
Open

Node 16.0.0 causes frequent recompiles #99

vigneshsankariyer1234567890 opened this issue Mar 20, 2023 · 1 comment

Comments

@vigneshsankariyer1234567890
Copy link
Contributor

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:

  1. Use node -v 16
  2. Run using npm run ng:serve:web
  3. 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
@vigneshsankariyer1234567890
Copy link
Contributor Author

This is still an issue at the moment, which I've currently fixed by adding polling on serve. @CATcher-org/2324s2 lmk if anyone else has this issue.

Persists even after removing the repo, re-adding it and using other versions of node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant