Answers for "the engine "node" is incompatible with this module. expected version "10.x". got "12.22.9""

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
0

The engine "yarn" is incompatible with this module. Expected version "^v1.22.17". Got "1.22.10"

$ yarn set version <version_you_want>
Posted by: Guest on March-01-2022

Code answers related to "the engine "node" is incompatible with this module. expected version "10.x". got "12.22.9""

Code answers related to "Javascript"

Browse Popular Code Answers by Language