-1
Checks that your file folder is normally set to index. Then,
package.json file is probably correct because it called the $ react-scrips start
. So try to delete node_modules, Yarn.lock and package-lock.json and then reinstall your packages again.
made a
yarn run build
before? no error, are you sure the code is in that folder for Yarn to start correctly? it seems to me that you have nothing to start....– Ricardo Pontual
I did, and this is the root folder of my project.
– Paulo Victor
Do not post code as image code should be published as text. Reference
– Augusto Vasques