8.3.3 required minimum node version
See original GitHub issueSubject 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
nvm use 12.10
yarn init
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:
- Created 3 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Done.
Thanks a lot! Appreciate it.