Home › Forums › KX Academy › where can i download KX Analyst › Reply To: where can i download KX Analyst
-
The first error is saying you do not have node.js installed to be able to run that command
https://nodejs.org/en/download
The second error is saying that a different process is using the port 10001 blocking your new process from starting. You need to kill that other process or change your configuration to use a different port instead.
nodejs.org
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.