não consigo rodar o Expo no MacOS sierra da esse erro aqui
alguem pode me ajudar?
Error: Watchman error: unable to resolve root : path "" must be absolute. Make sure watchman is running for this project.
não consigo rodar o Expo no MacOS sierra da esse erro aqui
alguem pode me ajudar?
Error: Watchman error: unable to resolve root : path "" must be absolute. Make sure watchman is running for this project.
Olá Sergio, tudo bem?
Para resolver esse erro, você pode tentar as seguintes soluções:
brew install watchman
Se você já tiver o watchman instalado, verifique se ele está rodando executando o seguinte comando:
watchman --no-pretty get-sockname
Se o comando acima retornar o endereço do socket do watchman, então o watchman está rodando. Se não, você pode tentar iniciá-lo manualmente com o seguinte comando:
watchman --no-pretty start
watchman watch-del-all
Espero que isso ajude! Se o erro persistir, não hesite em perguntar novamente.