Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Falha ao criar o primeiro projeto

Ao executar o comando react-native init InstaluraMobile obtenho o seguinte resultado:

MacBook-Air-de-Rodrigo:~ rodrigosampaio$ react-native init InstaluraMobile This will walk you through creating a new React Native project in /Users/rodrigosampaio/InstaluraMobile Using yarn v1.7.0 Installing react-native... yarn add v1.7.0 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching packages... error react-native@0.56.0: The engine "node" is incompatible with this module. Expected version ">=8". error Found incompatible module info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. { Error: Command failed: yarn add react-native --exact at checkExecSyncError (child_process.js:483:13) at execSync (child_process.js:523:13)

Podem me ajudar?

1 resposta
solução!

Oi Rodrigo, tudo bem? O erro tá dizendo que você precisa do node na versão 8 ou maior. Recomendo instalar logo a 10 se puder. Testa e me dá um retorno aqui, pode ser?