'Yarn start run normally but browser not open
In the terminal:
yarn start
The response is:
yarn run v1.22.18
$ react-scripts start
Done in 0.15s.
Nothing happens, no browser is opened
Other projects in the same machine works fine, with the same Node version and NPM version.
Solution 1:[1]
I spent several hours to solve this problem. I found that there is a reserved word that causes the problem.
If the project folder is named curriculum, or similar, yarn doesn't work. Curriculum, curriculum, curriculumVitae none of them work
To solve it just rename the folder to any other name, like Vitae for exemple.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mvurban |
