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
hi 👋 there hasn't been any activity on this for a while, and a lot of improvements have been made to Nx in the meantime - so I'll close it for now. Can you please update to the latest version of Nx and create a new issue if you're still experiencing this? Thanks!!
Expected Behavior
After creating a clean workspace I should be able to run nx dep-graph without errors
Current Behavior
After creating a clean workspace (windows10 OS) I get an error
Failure Information (for bugs)
nx dep-graph
events.js:180
throw er; // Unhandled 'error' event
^
Error: listen EACCES: permission denied 127.0.0.1:4211
at Server.setupListenHandle [as _listen2] (net.js:1211:19)
at listenInCluster (net.js:1276:12)
at doListen (net.js:1415:7)
at processTicksAndRejections (internal/process/task_queues.js:77:11)
Emitted 'error' event at:
at emitErrorNT (net.js:1255:8)
at processTicksAndRejections (internal/process/task_queues.js:77:11) {
code: 'EACCES',
errno: 'EACCES',
syscall: 'listen',
address: '127.0.0.1',
port: 4211
}
Solution
Increase port number to 5 digit in dep-graph.js ( nodejs/help#1159 (comment))
The text was updated successfully, but these errors were encountered: