-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
I'm using node 14.2.0
and encountering the following error:
The engine "node" is incompatible with this module. Expected version "^12.20 || ^14.14.0 || ^16". Got "14.2.0"
I would be surprised if this package only works on 14.14.0
. Is there a way we can specify a more permissive node version restriction?
Something like 14.x
would probably do the trick.