-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[M2#A08] - Erro no watch do jest no Git Bash #176
Comments
Oi @hiwoshu! Consegue subir seu projeto aqui no GitHub pra eu dar uma olhada? Aí passa o link aqui que eu já te digo qual pode ser o problema =) |
Já tive o mesmo problema... |
Boa @0v3lh4! =) |
Então, não funciona. Parece q tem q ser um repositório clonado, ou um branch, pra funcionar. Tentei com o O q deu certo foi trocar o terminal, testei em outros terminais e deu tudo certo, mas com Obg. @0v3lh4, @fdaciuk |
Perfeito @hiwoshu =) |
E aí, @fdaciuk, blz? O
watch
não roda pra mim, dá erro, funciona apenas owatchAll
, estou usando o Git Bash como terminal e quando tento rodar onpm run test:watch
aparece:--watch is not supported without git/hg, please use --watchAll
npm ERR! Test failed. See above for more details.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ test:watch:
npm test -- --watchnpm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\...\AppData\Roaming\npm-cache\_logs\2018-08-22T18_09_23_216Z-debug.log
Quando uso
watchAll
funciona, mas sem as opções q vc mostrou no video:`Watch Usage
Seria problema do Git Bash, ou da versão das dependências?
@fdaciuk
The text was updated successfully, but these errors were encountered: