-
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
When running wml start
nothing happen
#17
Comments
Having the same. Ubuntu 16.04, watchman v. 4.9.1 |
I had the same problem. In my case i had a bad npm environment and i installed wml with sudo. If you did this you have to use sudo also when you add links:
Better solution is use node version manager. Then you don't need to install packages with sudo. |
Same problem on ubuntu, works perfectly on mac |
Solved it by installing the latest version of watchman |
what version of watchman did you install? becasue i still just have a cursor flashing... |
I'm facing thee same issue in windows 10 |
I am facing the same issue. I did not try installing watchman again. I am using bionic beaver |
Pleasse how do we fix it on windows 10? |
fixed using npm-link https://medium.com/dailyjs/how-to-use-npm-link-7375b6219557 on Windows 10. But this is problematic because npm-link which uses symbolic linking doesn't work with the metro bundler facebook/metro#1. |
I moved from node 9 to 10(using nvm) and installed wml again. now wml opens up super fast. |
Hmm, thanks @pmontu for the reply. I'm using node version 12.4.0 on Windows 10 and it's still not working with the metro bundler. Are you using Windows 10 please? |
I've tried with node 8.16.0, 10.16.0 and 12.4.0 but it doesn't do anything when I write |
Hi @MirceaTheOldMan, after countless futile attempts to fix this problem on windows 10, I've finally decided to work on Mac OS. And it works fine there. Now, I want to work on a library to fix that for windows 10. I'll like some interested persons to collaborate with me on this. Since facebook metro hasn't said they plan working on symlinks and wix/wml hasn't said anything too, I think something needs to done for windows 10 users. |
I am having the exact same issue. Can run all commands fine except start. The problem seems to lie in watchman for windows 10. |
I've tested |
I found a partial solution for "Windows":
Note: |
That's lot of steps to install a package but really grateful for your effort. I hope will find a more simpler way to achieve this. |
add the wml/src dir to watchman list will do, like this |
I having this issue in Windows 10. wml start just results in a blinking cursor. No changes are detected. The software does nothing. Since this issue has been open for about two years, I guess I'm not hopeful of anyone caring enough to fix..? I sure wish I knew how myself. |
Thanks @wushq5 ! I started using wml start but there was blank screen with cursor blinking. |
Wow, great
…On Sat, Dec 28, 2019, 04:26 Krunal Dholakia ***@***.***> wrote:
add the wml/src dir to watchman list will do, like this
watchman watch
/Users/rcrabwu/.nvm/versions/node/v8.9.0/lib/node_modules/wml/src
Thanks @wushq5 <https://github.com/wushq5> !
->First I downloaded latest version of watchman and added it to path
environment variable.
-> Installed wml using npm globally
->Then added link to my node_module ( "wml add ..\common .***@***.***\common
")
I started using wml start but there was blank screen with cursor blinking.
Last I tried adding wml src folder as per your direction like this
-> watchman watch C:\Users%user%\AppData\Roaming\npm\node_modules\wml\src
That solved issue for me on Windows 10.
☺☺☺
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFE6MDXJDGQNVPOAQOWGQDQ23INZANCNFSM4EAOPL5A>
.
|
same problem windows 10 latest version of watchman installed with chocco |
Yes, it can work, And If not do that, the error log is this on my pc, which I use the wml in F:\wml:
|
If there's no source file in
find where your |
I had trouble finding where my installation was. I had installed wml globally as well, so I used |
I use to work with wml start on my old mac, then switch to a new one, now
wml start
doesnt do nothing. Anyway to print debug log or something that can lead to the problem?The text was updated successfully, but these errors were encountered: