TypeError:Joi.validate is not a function 解决办法

报错如下

TypeError:Joi.validate is not a function 解决办法_新版本

解决办法

把最新版本的joi卸载,下以前的joi版本

//卸载当前目录下的joi
node uninstall joi


//安装指定的旧版本的joi
node install joi@14.3.1

TypeError:Joi.validate is not a function 解决办法_新版本_02
TypeError:Joi.validate is not a function 解决办法_新版本_03