@lens-protocol/client@2.2.0 and Node.js version
Closed this issue · 1 comments
MishaMgla commented
I have started next-js-with-examples project with yarn create.
And get this error.
error @lens-protocol/client@2.2.0: The engine "node" is incompatible with this module. Expected version ">=18 <21". Got "21.7.1"
I guess we need to definy max Node version in package.json
michalkvasnicak commented
@MishaMgla that is defined in upstream package @lens-protocol/client
. Either you downgrade your node version or ignore the error.