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
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