-1
I have version 8.12.0 of Nodejs installed in Debian 9, so I installed Expo with the command npm install -g expo-cli
, that at the end returned the following alerts:
Ignoring this I created a project with the command expo init NomeProjeto
. So far everything runs smoothly, but when I try to start the project with expo start
the process is aborted by returning the following errors:
What may be causing these mistakes, and how to solve them?
I already discovered the problem, the project was not being initialized due to lack of permission in the directory, changed and worked.
– Daniel Neto