Hi guys, i want to use Joi in my AWS Lambda functions, but today i tried to deploy and got this error:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=8.3.0".
error Found incompatible module
AWS Lambda use node v6.10. What version of Joi should i use?
12
@AdriVanHoudt Thanks! :D
Is it worth to make any mention on the docs about this?
IMHO it's not. Most node developers should know how to look that information up in the package.json.
Is this still valid?
We removed the engine part. I'm not sure what lambda runs, we're on the road to only support node 10+ so better check.
Most helpful comment
12