1

I am using Node.js. When I try to install Moleculer framework for Node.js Iget this error:

connect to server: Error:connect Econnrefused  xxx.0.0.1:xxxx

This are the commands I'm running:

npm install moleculer
npm install moleculer-cli -g
moleculer init project moleculer-demo
cd moleculer-demo
npm run dev

What am I doing wrong?

Eduardo Yáñez Parareda
  • 9,126
  • 4
  • 37
  • 50
amit
  • 1
  • 1
  • 18
  • 28

1 Answers1

2

If you've answered Yes to all questions and getting this error then you've forgotten to start NATS Server

André Mazayev
  • 393
  • 2
  • 10