You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bom, tem um erro crítico aí devido a versão do node. Aparentemente você está usando 12.15.0 e o [email protected] espera uma versão >=14. Dito isto, se o problema persistir, provavelmente você deveria criar um issue aqui. Esse repositório é sobre o template typescript, que aparentemente você não está usando no comando que você colou aqui.
Ao criar um novo projeto com o comando npx react-native init Projet_Name ocorre o erro abaixo:
× Downloading template
error Error: Command failed: yarn add react-native@latest
warning react-native > @react-native-community/cli > @react-native-community/cli
-plugin-metro > metro > metro-minify-uglify > [email protected]: support for ECMAS
cript is superseded by
uglify-js
as of v3.13.0warning react-native > react-native-codegen > jscodeshift > micromatch > snapdra
gon > [email protected]: See https://github.com/lydell/source-map-resolve
#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdra
gon > source-map-resolve > [email protected]: https://github.com/lydell/resolve-
url#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdra
gon > source-map-resolve > [email protected]: See https://github.com/lydell/s
ource-map-url#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdra
gon > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix
#deprecated
error [email protected]: The engine "node" is incompatible with this module. E
xpected version ">=14". Got "12.15.0"
error Found incompatible module.
yarn add v1.17.3
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check.
Excluding it from installation.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this comm
and.
Alguém saber por que isso ocorre?
The text was updated successfully, but these errors were encountered: