Closed mgiorgino-iobeya closed 1 month ago
You can install tell NPM or Yarn to ignore the node version when installing by adding the --ignore-engine
flag. It may work with PNPM, but I haven't tried it.
NPM: npm install -D jest-chance --ignore-engine
Yarn: yarn add -D jest-chance --ignore-engine
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity.
Some project can only use LTS versions of node, and node 20 is still not an active LTS version. Is node 19 really required to use
jest-chance
?