We're a place where coders share, stay up-to-date and grow their careers.
Hi all!
I'm running into an error when using "expo start". I'm getting the same output when running "expo diagnostics".
ERROR: Node.js v12.9.1 is no longer supported.
expo-cli supports following Node.js versions:
Upgrade your node. The error is pretty clear. You're on node 12.9, which is not inside the >= 12.13, < 13.0.0 range
12.9
>= 12.13, < 13.0.0
Hi all!
I'm running into an error when using "expo start". I'm getting the same output when running "expo diagnostics".
ERROR: Node.js v12.9.1 is no longer supported.
expo-cli supports following Node.js versions:
Upgrade your node. The error is pretty clear. You're on node
12.9
, which is not inside the>= 12.13, < 13.0.0
range