2
respostas

Erro ao tentar instalar a FONTE

C:\Users\Henrique\Desktop\App\orgs-cesta>expo install expo-font @expo-google-fonts/montserrat WARNING: The legacy expo-cli does not support Node +17. Migrate to the new local Expo CLI: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421. ┌───────────────────────────────────────────────────────────────────────────┐ │ │ │ The global expo-cli package has been deprecated. │ │ │ │ The new Expo CLI is now bundled in your project in the expo package. │ │ Learn more: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421. │ │ │ │ To use the local CLI instead (recommended in SDK 46 and higher), run: │ │ › npx expo │ │ │ └───────────────────────────────────────────────────────────────────────────┘ Installing 1 SDK 49.0.0 compatible native module and 1 other package using npm.

npm install

up to date, audited 1214 packages in 10s

73 packages are looking for funding run npm fund for details

5 moderate severity vulnerabilities

To address all issues (including breaking changes), run: npm audit fix --force

Run npm audit for details.

npm install --save @expo-google-fonts/montserrat

added 1 package, and audited 1215 packages in 5s

73 packages are looking for funding run npm fund for details

5 moderate severity vulnerabilities

To address all issues (including breaking changes), run: npm audit fix --force

Run npm audit for details.

EU ACREDITO QUE SEJA A INCOMPATIBILIDADE DO NODE, COMO EU COLOQUEI EM DUVIDAS ANTERIORES

2 respostas

E aí! Parece que você tá tendo um problema aí com a instalação da fonte no React Native, né? O aviso já tá mostrando que o expo-cli antigo não é compatível com o Node +17. Eles sugerem migrar pro novo Expo CLI, que tá incluso no teu projeto agora.

Então, antes de mais nada, acho que vale a pena você fazer essa migração pra resolver essa incompatibilidade. Tenta rodar o comando npx expo como eles sugeriram e vê se resolve.

como eu faco pra fazer essa migração?