Backend Deployment Failing: error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.19.0 || >=20.5.0". Got "18.18.2" #2378
Labels
pending-triage
Incoming issues that need categorization
Environment information
Describe the bug
My backend deployment is failing since I updated my
@aws-amplify/backend: 1.11.0
from1.7
. Full error from backend:I don't see 18.8.2 anywhere, so I don't know how it is detecting that.
Reproduction steps
Details:
Using react-native / expo
Here is my amplify.yml file:
Using nvm list, I get:
v22.7.0
-> v23.4.0
system
default -> node (-> v23.4.0)
iojs -> N/A (default)
unstable -> N/A (default)
node -> stable (-> v23.4.0) (default)
stable -> 23.4 (-> v23.4.0) (default)
lts/* -> lts/jod (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.17.0 (-> N/A)
lts/dubnium -> v10.24.1 (-> N/A)
lts/erbium -> v12.22.12 (-> N/A)
lts/fermium -> v14.21.3 (-> N/A)
lts/gallium -> v16.20.2 (-> N/A)
lts/hydrogen -> v18.20.5 (-> N/A)
lts/iron -> v20.18.1 (-> N/A)
lts/jod -> v22.12.0 (-> N/A)
The text was updated successfully, but these errors were encountered: