willryan / factory.ts

A library to ease creation of factories for test data for Typescript
MIT License
425 stars 23 forks source link

Node version bump causes install to fail #51

Closed laurenbarker closed 1 year ago

laurenbarker commented 3 years ago

Hello! I just wanted to give you a heads up that anyone running an older version of node may run into install failures with the latest version of factory.ts (v0.5.2). Anyone who uses yarn without --ignore-engines or npm with engine-strict set to true, won't be able to install the latest unless they are running node v14 or later.

Node v12 is still pretty common, so I imagine others will run into this.

jrab commented 3 years ago

just bumping this up -- our org noticed this same problem -- this change was a breaking change and the package json should have been bumped to a "major" version and not just a "patch" version increase. We've had to force our app to only load in the 0.5.1 version until we are able to update our build agents to a later node version.

willryan commented 1 year ago

Sorry about the original miss. Node 12 went EOL on 2022-04-30, so I'm closing this