I have version 8.12.0 of NodeJS installed in Debian 9, so I installed the Expo with the command npm install -g expo-cli
, which in the end returned the following alerts:
IgnoringthisIcreatedaprojectwiththecommandexpoinitNomeProjeto
.Sofareverythingrunssmoothly,butwhenItrytostarttheprojectwithexpostart
theprocessisabortedreturningthefollowingerrors:
What can be causing these errors, and how to solve them?