sprkdev / puzzle-framework

Node.js modular framework for micro applications/services.
MIT License
0 stars 0 forks source link

Not launch on linux, required mac #12

Open Piterden opened 5 years ago

Piterden commented 5 years ago

It happens cause of fsevents package, which not supported by linux.

Is it possible to avoid of using that?

vduricu commented 5 years ago

@Piterden Can you help me with more details on how you tried to launch it?

Piterden commented 5 years ago

image

vduricu commented 5 years ago

@Piterden Thanks. I will have a look and keep you updated

vduricu commented 5 years ago

@Piterden please update the code, I've removed the unnecessary dependency to fsevents and updated the other dependencies. Thanks for identifying the bug :D

Piterden commented 5 years ago

I have updated code. There also was the error with wrong localization files and not in the test app but in the core. image colors reversed don't pay attention

Piterden commented 5 years ago

Do you have a Telegram messenger?

vduricu commented 5 years ago

I don't use Telegram. I will try to create a Slack workspace for this project... The file that you corrected is ok, because the translations used for the validation engine (Joi) are in the .joi.js file.