-
Notifications
You must be signed in to change notification settings - Fork 44
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
Install failing on Windows due to fsevents #21
Comments
@williamluke4 thanks for reporting the issue. I haven't used Windows in almost 10 years, so I'm not sure how much I can help here. But it does look like the issue lies in the creation of the symlink. Unfortunately, I have no idea how symlinks would work with Windows. |
I should mention that you can just manually create the symlink and everything should work just fine. |
If anyone with a Windows computer is interested in helping, please submit a PR. |
Don't have a windows computer but perhaps this could provide some answers https://stackoverflow.com/a/5549583 Something like: cmd /d mklink c:\path\to\build\contract\JSON\folder c:\path\to\client\lib\contract\folder |
@lightswarm124 thanks, I think we'll need someone with an actual Windows machine to test out a |
We can probably use this package: https://github.com/charlesguse/run-script-os We'll use a |
#29 Fix Submitted but needs testing on Mac and Linux |
The text was updated successfully, but these errors were encountered: