tlivings / enjoi

Converts a JSON schema to a Joi schema.
Apache License 2.0
283 stars 57 forks source link

Enjoi depends on joi/lib/alternatives but the location has moved #32

Closed cmawhorter closed 7 years ago

cmawhorter commented 7 years ago

The location of require('joi/lib/alternatives') has been moved.

The reference should be updated or package.json updated to supported joi versions.

cmawhorter commented 7 years ago

Going to close this as it seems enjoi is not the cause.

For some reason, the wrong version of joi (a separate dep) is being picked up despite being installed correctly with npm. Possibly a babel/rollup issue? Don't know.