Error: uncaughtException: Cannot find module 'Joi'

You wouldn’t believe but I change my code from
let Joi = require('Joi')
to
let joi = require('joi')
all small-case, surprisingly it fixed the build.
But I am guessing y it worked locally :thinking: