The engine "node" is incompatible with this module. Expected version "x". Got "x"

Viewed 43

I am trying to deploy to aws and get

The engine "node" is incompatible with this module. Expected version "16.17.0". Got "10.24.0

I've tried upgrading the node, also in the package.json

and running

$ yarn install --ignore-engines

In project If I check node version

node -v

I get

v16.17.0

Package.json

  "engines":{
"node":"16.17.0"

},

But still the same error. I am fairly new to this so appreciate any help you might able to offer!

0 Answers
Related