framesjs/frames.js

@lens-protocol/client@2.2.0 and Node.js version

Closed this issue · 1 comments

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

@MishaMgla that is defined in upstream package @lens-protocol/client. Either you downgrade your node version or ignore the error.