hemerajs / hemera

🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
MIT License
806 stars 70 forks source link

Error on install #17

Closed vitorcamachoo closed 7 years ago

vitorcamachoo commented 7 years ago

During installation, this error occurs: 'flow-remove-types' is not recognized as an internal or external command, operable program or batch file.

I'm using:

StarpTech commented 7 years ago

Hi @vitorcamachoo

Can you explain your steps?

In the meanwhile you can try to install it globally and try it again.

npm install - g flow-remove-types

Thanks!

vitorcamachoo commented 7 years ago

I just did:

StarpTech commented 7 years ago

HI @vitorcamachoo issue was fixed with release nats-hemera@0.3.1

vitorcamachoo commented 7 years ago

Thanks for the fast reply.