In a new Angular app I'm getting the following error:
Error from chokidar : Error: UNKNOWN: unknown error, watch
I've deleted and re-installed node_modules, downloaded the entire project again etc.
Node version is 12.18.2
In a new Angular app I'm getting the following error:
Error from chokidar : Error: UNKNOWN: unknown error, watch
I've deleted and re-installed node_modules, downloaded the entire project again etc.
Node version is 12.18.2
Is your project on a network drive? Move the project to local drive, issues should go away.
The files might be local, but accessed through SMB protocol (exp. through drives created with net use Z: \\localhost\C$\path\to\my\project command). This will generate same issue.
Create Angular app in "C:" Drive only, not in any network drive. Run the app/commands from "C:" drive only and it worked for me. Try this out.