· 1 min read
The engine "node" is incompatible with this module

When deploying to netlify I came across the following error which prevents deployment.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "11.15.0"A search reveals the answer on StackOverflow
On netlify, this can be achieved by creating an environment variable
| Key | Value |
|---|---|
| YARN_FLAGS | —ignore-engines |
Share:



