agenda/agendash-v2

Node minimum requirements

GimpMaster opened this issue · 1 comments

We are still currently using Node LTS 10.X. Trying to use this npm package I get the following:

[1/4] Resolving packages...
warning agendash2 > @hapi/hapi > @hapi/joi@17.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning agendash2 > @hapi/hapi > @hapi/teamwork@4.0.0: This version has been deprecated and is no longer supported or maintained
warning agendash2 > @hapi/hapi > @hapi/joi > @hapi/formula@2.0.0: This version has been deprecated and is no longer supported or maintained
[2/4] Fetching packages...
error @hapi/hapi@19.2.0: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "10.22.0"
error Found incompatible module.

I didn't see anywhere in the readme a minimum node version.

Thanks, added to the readme.

But I think it will best if we use @Hapi as a peer dependency.