tutorial run react instalar example create cli app android npm react-native react-native-android

android - run - Error: Watchman no se encontró en PATH en Windows



react native tutorial (2)

Por lo general, esto sucede cuando el vigilante no se está ejecutando. Cree un archivo .watchmanconfig vacío en la carpeta raíz de su proyecto o inicialice un repositorio git o hg en su proyecto.

por lo que debe crear un archivo .watchmanconfig vacío o / inicializar su carpeta con la instalación npm

Estoy aprendiendo la programación de react-native para desarrollar aplicaciones de Android. Estaba obteniendo un error al unable to resolve module al ejecutar la aplicación en tiempo de ejecución. Encontré un enlace para esto y me sugirieron que ejecutara este comando. react-native start --reset-cache que a su vez requiere watchman en el sistema. Instalé watchman luego de que no puedo comenzar a react-native

reaccionar-inicio nativo

D:/React Native/Example 1/ExampleOne>react-native start Scanning 560 folders for symlinks in D:/React Native/Example 1/ExampleOne/node_m odules (27ms) ┌────────────────────────────────────────────────────────────────────────────┐ │ Running packager on port 8081. │ │ │ │ Keep this packager running while developing on any JS projects. Feel │ │ free to close this tab and run your own packager instance if you │ │ prefer. │ │ │ │ https://github.com/facebook/react-native │ │ │ └────────────────────────────────────────────────────────────────────────────┘ Looking for JS files in D:/React Native/Example 1/ExampleOne Loading dependency graph...Watchman: Watchman was not found in PATH. See https ://facebook.github.io/watchman/docs/install.html for installation instructions React packager ready. jest-haste-map: Watchman crawl failed. Retrying once with node crawler. Usually this happens when watchman isn''t running. Create an empty `.watchmanco nfig` file in your project''s root folder or initialize a git or hg repository in your project. Error: Watchman was not found in PATH. See https://facebook.github.io/watchma n/docs/install.html for installation instructions Watchman: Watchman was not found in PATH. See https://facebook.github.io/watch man/docs/install.html for installation instructions ERROR Watchman was not found in PATH. See https://facebook.github.io/watchman /docs/install.html for installation instructions {"code":"ENOENT","errno":"ENOENT","syscall":"spawn watchman","path":"watchman"," spawnargs":["--no-pretty","get-sockname"]} Error: Watchman was not found in PATH. See https://facebook.github.io/watchman/ docs/install.html for installation instructions at exports._errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:359:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9) See http://facebook.github.io/react-native/docs/troubleshooting.html for common problems and solutions. D:/React Native/Example 1/ExampleOne>

He instalado watchman éxito y cuando intento ejecutar el comando watchman , está sucediendo

Aquí es donde está instalado mi watchman . También he agregado esto en mi PATH de mi máquina de Windows. D:/React Native/Example 1/ExampleOne/node_modules/watchman

PATH es D: / React Native / Example 1 / ExampleOne / node_modules / watchman

No estoy seguro de cuál podría ser la causa de este problema. ¿Está mi camino equivocado o estoy señalando el directorio incorrecto del watchman ? ¿Alguien puede sugerirme cómo puedo resolver esto? Gracias por adelantado


Simplemente puede deshacerse de este problema desinstalando el paquete watchman npm. Intenta desinstalarlo de manera global y local npm uninstall -g watchman npm uninstall watchman