question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

8.3.3 required minimum node version

See original GitHub issue

Subject of the issue

redux-form@8.3.3 fails to install through yarn if using a node version prior to 12.16.1.

Your environment

  • OS: macOS 10.15.4
  • Packages: redux-form@8.3.3
  • Env: node 12.10.0. npm 6.13.4, yarn 1.22.4

Steps to reproduce

  1. nvm use 12.10
  2. yarn init
  3. yarn add redux-form@8.3.3

I’ve uploaded a reproduction at https://github.com/amneacsu/redux-form-833 but it’s literally just a brand new package.json.

Expected behaviour

redux-form installs successfully.

Actual behaviour

I get an error from yarn and it refuses to install: error redux-form@8.3.3: The engine "node" is incompatible with this module. Expected version ">=12.16.1". Got "12.10.0"

Other information

npm will happily install without the error.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
iamandrewlucacommented, Apr 12, 2020

Done.

1reaction
PeledYuvalcommented, Apr 12, 2020

Thanks a lot! Appreciate it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download - Node.js
Latest Current Version: 19.3.0 (includes npm 9.2.0). Download the Node.js source code or a pre-built installer for your platform, and start developing today ......
Read more >
Is there a compatibility list for Angular / Angular-CLI and Node ...
|Angular CLI| Angular | NodeJS |TypeScript | RxJS Version ... Angular CLI requires a minimum Node.js version of either v14.15 or 16.10".
Read more >
Prevent npm install for not supported Node.js versions
But even though many projects define a minimum Node.js version, this package.json configuration is not enforcing the environment.
Read more >
Node.js 16 available now
On our Linux-based platforms, the minimum GCC level for building Node.js 16 will be GCC 8.3. Details about the supported toolchains and ...
Read more >
node-sass - npm
Wrapper around libsass. Latest version: 8.0.0, last published: 2 months ago. Start using node-sass in your project by running `npm i ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found