0
I’m using the Git Bash to run my project developed with React.
After I started using the Windows 10, when typing the command npm run dev
a new Windows Prompt window opens for running the command, before, the same command was executed within Git Bash itself.
I already looked for how to configure so that the command continues in Gitbash and I’m not finding a solution!
Does anyone know any solution?
Do you use VS Code? Have you tried running the command from the VS terminal?
– hugocsl
Yes, I’ve tried and the same thing happens, it opens a prompt window. I’m looking for a way to solve in VS Code, until I think it would be more interesting to run by there anyway.
– acacio.martins