Mon Qr ne sort dans mon terminal pour que je puisse scanner

Quand j’écris npm start dans mon terminal pour que le code QR sort afin de pouvoir scanner; le code QR ne sort pas comment puissè-je gérer ça s’il vous plait?
Voici ce qui affiche.

Please provide the following:

  1. SDK Version:
  2. Platforms(Android/iOS/web/all):

Replace this section with as much relevant information as possible and any relevant code along with your question.

Hi

Did you eject?

What happened or what did you do before this? Was it working previously?

Non cela ne fonctionnait pas auparavant c’est mon tout premier projet

How did you create the project?

Also, please run expo diagnostics and paste the output here.

Quand j’écris expo diagnostics c’est ce qui sort qui est là

Es-tu sur d’avoir installe Expo CLI?

[Edit]:

1.- Reinstall CLI avec cette command: npm install -g expo-cli
2.- Pour demarrer ton project, tape expo start

1 Like

Thanks. You did not answer the first part of my question. How did you create the project?

It should be something like:

expo init ProjectName
cd ProjectName
expo start

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.