kucharzyk / spring-angular2-starter

PROJECT DISCONTINUED
MIT License
210 stars 65 forks source link

Error: Cannot find module 'joi' #8

Closed andreimladin closed 8 years ago

andreimladin commented 8 years ago

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?

kucharzyk commented 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:

andreimladin commented 8 years ago

Fixed when I installed it separately. Answers:

kucharzyk commented 8 years ago

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.

andreimladin commented 8 years ago

Fixed. Thanks