Answers for "heroku error the engine "node" is incompatible with this module. expected version "12.16.2". got "16.13.1""

4

The engine "node" is incompatible with this module. Expected version "^14". Got "15.4.0"

$ yarn install --ignore-engines
yarn install v0.24.5
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 1.41s.
Posted by: Guest on September-24-2021

Code answers related to "heroku error the engine "node" is incompatible with this module. expected version "12.16.2". got "16.13.1""

Code answers related to "Javascript"

Browse Popular Code Answers by Language