-
Notifications
You must be signed in to change notification settings - Fork 43
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
[error]... directory X is not watched #1
Comments
First of all - Amazing work! A better solution is adding this command to This is caused by the react-native packager starting the watchman, but watchman is not being stopped even after closing the packager process, which causes a conflict between the old watched folder and the new wml-watched folder. If you want I can make a PR another option is to specifically remove the watched folder (instead of all). But I like the |
OK apparently this only sometimes works -_- |
Merge latest updates
Avoid duplicate key warnings on key
…ui-issue-845 bugfix/agenda-ui-issue-845: Change calendarOffset to fix ui issue aff…
…racket Touchable Opacity Closing Bracked in Menu.js Fixed
Not work for me var error = new Error(obj.error);
^
Error: watchman::RootResolveError: failed to resolve root: unable to resolve roo |
I don't know why this happens, but if you get something like this:
Running this should fix it:
I'll try finding an actual solution when I get the time.
The text was updated successfully, but these errors were encountered: