hicommonwealth / edgeware-node-types

Typescript bindings for our node modules.
9 stars 7 forks source link

Installation fails on Node 16 #30

Open joao-paulo-parity opened 3 years ago

joao-paulo-parity commented 3 years ago
> node --version
v16.2.0
> yarn add @edgeware/node-types
yarn add v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
error @edgeware/node-types@3.5.1-erup-4: The engine "node" is incompatible with this module. Expected version "^14.0.0". Got "16.2.0"

Pinning the version to 3.3.4 with yarn add @edgeware/node-types@3.3.4 does work.