-2
When trying to create a new React project the action is not completed. I will attach prints with errors and versions. I have tested many commands I saw on the internet, but none solved my problem. I even uninstalled and reinstalled Node with the latest recommended version. (I want to make it clear that I am a beginner in the area and ask for a little patience in trying to help me).
I already left more than 2 days the notbook on to see if rotated and created, but it didn’t work. The versions are these:
Without any message it becomes difficult to try to help her...
– Luiz Felipe
That’s what my teacher answered me. But I waited to see any message and continued with this Done.
– Stéphanie Verissimo
By the prints have no error, just warnings. You tried to run the application?
– Bruno
I tried yes, but he did not create the index.js file which, according to the teacher, should be created with the npx create-React-app command. What is created are the following: node_modules package.json Yarn.lock When dou npm start appears: npm ERR! Missing script: start
– Stéphanie Verissimo
I saw that there is a problem if the create-React-app installation was done globally. You can try uninstalling the global version with npm Uninstall -g create-React-app and then reinstall locally?
– Bruno
I’ll try to do that! Thank you!
– Stéphanie Verissimo