moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

Error after update #18

Closed x0rium closed 5 years ago

x0rium commented 5 years ago

Hi, try to run moleculer cli.

I try to install npm install moleculer-repl but nothing changes. Reinstall npm i moleculer-cli -g the same.. Any ideas? Thanks!

icebob commented 5 years ago

What command did you use to start it?

x0rium commented 5 years ago

moleculer connect nats://nats:4222

icebob commented 5 years ago

Interesting. Once I could reproduce but now can't. Could you try to uninstall & install again? npm uninstall moleculer-cli -g && npm install moleculer-cli -g

x0rium commented 5 years ago

It's working for me. Great thanks!