-
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
wml watchman doesn't do anything on macOS #48
Comments
I have the same issue, get resolved by adding WML/src dir to the watchman list. watchman watch /Users/rcrabwu/.nvm/versions/node/v14.17.1/lib/node_modules/wml/src |
Still not working for me watchman watch /Users/{username}/.nvm/versions/node/v14.17.1/lib/node_modules/wml/src failed to validate command: Could not resolve /Users/rcrabwu/.nvm/versions/node/v14.17.1/lib/node_modules/wml/src to the canonical watch path: open: /Users/rcrabwu/.nvm/versions/node/v14.17.1/lib/node_modules/wml/src: No such file or director is there anything to do with nvm? I don't have nvm installed. but watchman watch /usr/local/lib/node_modules/wml/src didn't work either. |
Problem Solved! Thanks for the direction @hamzaazad I have tried these steps to resolve the issues
|
I was having the same problem and just running Should this command be added to the README? |
This should be automatic, but this repo seems to be no longer maintained. I created something new called papapackage. It automatically finds and watches all your projects, you don't need to add anything! |
In my case this command slove the problem
|
I install yarn global dir # -> /Users/{username}/.config/yarn/global
# npm can run `npm prefix -g` Then execute this command to solve the problem: watchman watch /Users/{username}/.config/yarn/global/node_modules/wml/src |
@beyoursun 's answer fixes the problem in macOS Monterrey 12.6. Thanks! |
I have added links by using wml add, the links are also enabled when I run wml start. But when I run wml start it is not doing anything.
The text was updated successfully, but these errors were encountered: