wix-incubator / wml

An alternative to symlinks that actually copies changed files from source to destination folders
MIT License
776 stars 43 forks source link

wml watchman doesn't do anything #43

Open hosseinalipour opened 4 years ago

hosseinalipour commented 4 years ago

I use windows 10. it just starts and does nothing.

egislook commented 4 years ago

Same here

egislook commented 4 years ago

if u do not add anything to the list then when u do wml start ull not see anything I had the same issue before but I added watchman to my paths and now it works perfectly

EsunR commented 3 years ago

same question too

kopax-polyconseil commented 3 years ago

Hello, I have followed the documentation to install wml and I can see when I do wml ls the enabled link. I have checked the directory and synthax is correct.

Within my root directory, I have a new .watchmanconfig with an empty object.

I now run wml start, update my project, and I don't see the change within the linked dependency.

Any clue why this would happen? I am on linux debian

Sunhat commented 3 years ago

Hi there, I've set this up for an existing project. It's awful that Facebook don't support npm link or watchman on Windows 10.

I have a junior developer working on Windows. Our solution was to use Ubuntu (WSL) and install nvm, node, watchman and use Ubuntu exclusively for watching these files