-
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
wlm start doesn't load watchman #38
Comments
Same problem here. Windows 10 |
Same here Windows 10 |
add your wml/src dir to watchman list will do, like this |
I am also having this issue on a brand new install of Windows 10. "wml start" just resolves to a blinking cursor. It doesn't actually notice changes or do anything at all except leave a blinking cursor sitting there. |
This did not solve anything for me. |
how to use it on windows? |
same issues on windows10 |
@wushq5 thanks for your help |
it's sucks. which path do I need to watch by the watchman. it doesn't work. |
For people who late that have this issue:
|
I have tried not to install wml globally, and result was bad. Chao ban va xin cam on, this should be in the README, the most important part is the step However, it's not because I see wml logging that I see file updating, it still seems that wml is not doing anything but logging. Any clue how I can solve the linking problem betweenn a module and a native application? |
In my case, I followed @daominhsangvn 's instructions (MacOS) but since I'm using |
Thanks for this! |
@daominhsangvn Thank you! It works! |
For those of you having trouble finding the path on macOS or Linux, this should help:
|
When I did this wml start throws an error :
|
The issue
wml start does nothing. It is as if it doesn't load watchman. There is just a blank cursor flashing. No changes are copied.
To replicate
Install latest watchman "version": "4.9.4" from https://facebook.github.io/watchman/docs/install.html
install wml npm install -g wml
Configure wml wml add ~/my-package ~/main-project/node_modules/my-package
run wml wml start
and nothing
Thank you for your time
The text was updated successfully, but these errors were encountered: