prenda-school / design-system

Implementations of the Prenda Design System (PDS).
https://main--60b7f55f55fbd4004993da4c.chromatic.com
Other
7 stars 1 forks source link

Node.js 14 not supported #761

Closed WilliamKelley closed 3 months ago

WilliamKelley commented 3 months ago

A primary consumer, Prenda World, needs Node.js 14 to be supported, but the type-fest dependency requires at least Node.js 16.

prendaworld % npm i @prenda/dataviz        
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for type-fest@4.21.0: wanted: {"node":">=16"} (current: {"node":"14.19.3","npm":"6.14.17"})
npm ERR! notsup Not compatible with your version of node/npm: type-fest@4.21.0
npm ERR! notsup Not compatible with your version of node/npm: type-fest@4.21.0
npm ERR! notsup Required: {"node":">=16"}
npm ERR! notsup Actual:   {"npm":"6.14.17","node":"14.19.3"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/williamkelley-prenda/.npm/_logs/2024-07-08T14_30_54_085Z-debug.log