moleculerjs / moleculer-cli

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

npm run dev using AMQP and redis #30

Closed dimkk closed 4 years ago

dimkk commented 4 years ago

Hey guys, first of all - thanks for your work! I will consider creating PR for this issue, but.

When I use cli, and select AMQP and Redis for caching I run 'npm run dev' which fails, because Redis and Rabbitmq is not running or configured, so my proposition will be - add steps to run/configure it.

Feedback appreceated. Thanks in advance.

icebob commented 4 years ago

The problem is that you install moleculer-cli as global so you need to install required libs as global for Redis & AMQP.