Error starting Project with React Native

Asked

Viewed 26 times

0

when running the npx command React-Native init App The following error occursinserir a descrição da imagem aqui

inserir a descrição da imagem aqui

I do not know what is happening, I installed everything right but appears this error.

  • Note: It is locked in this number 582, and does not change

1 answer

1

These are just warning messages, Warning(warning), showing that its dependencies are deprecated(discontinued)

run in the root folder of your project

npm outdated

to see which versions of its dependencies are in the package.json file and which versions are Latest(Most recent)


or simply run at the root of the project

npm update

Browser other questions tagged

You are not signed in. Login or sign up in order to post.