`import` cannot import Joi · Issue #493 · babel/babel
I was attempting to import Joi like // what I had var Joi = require('joi'); // changed to import Joi from 'joi'; Which caused some weird errors like this and my app wouldn't run. TypeError: Object ...