I have an Angular project and I am using nx
. When I run npm install
I get this error:
> NX Nx Daemon was not able to compute the project graph.
Log file with the error: ...\node_modules\.cache\nx\d\daemon-error.log
Please file an issue at https://github.com/nrwl/nx
Nx Daemon is going to be disabled until you run "nx reset"..
> NX Unable to complete project graph creation. Worker stopped with exit code: 1
I also checked the log file:
'Error detected when creating a project graph: Unable to complete
project graph creation. Worker stopped with exit code: 1'
Error detected when creating a project graph: Cannot find module
'...\node_modules\nx\src\project-graph\project-graph-worker.js'
Any idea?