Closed andreimladin closed 8 years ago
It looks like you don't have joi module installed.
It works for me. Joi is dependency of webpack-validator.
Temporary solution is npm install joi
but it's interesting
Can you provide more details:
Fixed when I installed it separately. Answers:
Unfortunately I test my code only on Linux and Windows and I don't have access to OSX machine.
I've added explicit joi dependency in package.json master branch.
It should resolve this issue.
Fixed. Thanks
Running "mvn spring-boot:run -P dev -Dspring.profiles.active=dev" in sharedis-ui, I've got this:
Do you have any idea why? What should I do to fix it?