Closed ImAbhishekTomar closed 5 years ago
Hi @IAmAbhishekTomar
This is already known issue #171 #173 which already got a fix
Try updating to actual repo state with git pull
and running again.
Thanks for report
Thanks for prompt support but after using "npm run env:set -- dev && npm start -- -c" error changed.
New Error
INFO
16:06
Starting Metro Bundler on port 19005.
INFO
16:06
Your JavaScript transform cache is empty, rebuilding (this may take a minute).
ERROR
16:06
jest-haste-map: Watchman crawl failed. Retrying once with node crawler.
Usually this happens when watchman isn't running. Create an empty `.watchmanconfig` file in your project's root folder or initialize a git or hg repository in your project.
Error: Watchman error: resolve_projpath: path `/Users/jack/Desktop/root/AppDevelopment/KittenUI/react-native-ui-kitten/src/framework/theme`: open: /Users/jack/Desktop/root/AppDevelopment/KittenUI/react-native-ui-kitten/src/framework/theme: No such file or directory. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.html.
INFO
16:06
Tunnel ready.
ERROR
16:06
events.js:174
throw er; // Unhandled 'error' event
^
Error: resolve_projpath: path `/Users/jack/Desktop/root/AppDevelopment/KittenUI/react-native-ui-kitten/src/framework/theme`: open: /Users/jack/Desktop/root/AppDevelopment/KittenUI/react-native-ui-kitten/src/framework/theme: No such file or directory
at BunserBuf.<anonymous> (/Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/fb-watchman/index.js:95:23)
at BunserBuf.emit (events.js:189:13)
at BunserBuf.process (/Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/bser/index.js:292:10)
at /Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/bser/index.js:247:12
at process._tickCallback (internal/process/next_tick.js:61:11)
Emitted 'error' event at:
at Client.client.on.error (/Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/jest-haste-map/build/lib/WatchmanWatcher.js:103:10)
at Client.emit (events.js:189:13)
at BunserBuf.<anonymous> (/Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/fb-watchman/index.js:107:12)
at BunserBuf.emit (events.js:189:13)
at /Users/jack/Desktop/root/AppDevelopment/KittenUI/kittenTricks-master/node_modules/bser/index.js:249:12
at process._tickCallback (internal/process/next_tick.js:61:11)
after using "npm run env:set -- dev
It looks like you've tried running an start:dev
script. You don't need using this in case you wan't debug UI Kitten components changes. We use this script locally in our team. Please see this comment
Hello Team,
I have clone your demo app and trying to start on my local system using VS Code but this is showing error.... expo web browser client is open after execut NPM START but the EXPO client is stop after few second, please help.
ERROR :
ERROR LOG