-
Notifications
You must be signed in to change notification settings - Fork 21
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
Find workaround for symlinks on windows platform ... #128
Comments
I've taken a quick look at the issue, and am willing to investigate further in a while. The first results are unclear, I can just comment out the body of So, I can't say for sure why it works without the symlink. Will come back to this in a couple of days, unless someone beats me to it. I can say, the correct solution for each platform shoud be spawning node, with extra |
@smeijer Interesting. If we could avoid creating those symlinks it would be awesome. |
@smeijer Any status update on this one? |
I'm following this as well, since I seem to be running into the same issue. I think I mostly understood what you guys discussed in the previous issue, so I'm willing to take a look at the problem if time is an issue. |
Sorry guys. I totally forgot about this one. I can take a look at it tomorrow. @apendua, do you prefer me to use a specific branch for this issue? |
@smeijer Yes please. Create a new branch from @rlgreen91 Thanks for being ready to help. Can you please coordinate your effrots with @smeijer? Whould be great if you could solve this guys! |
Sounds good. @smeijer just let me know when you create the branch, so I can fork with confidence. |
@apendua, I lost the entire day of making this thing work. I was pretty sure it had to work as I expected, and at the end it turned out it did indeed work. I just cannot get the current That's why I have committed the changes against @rlgreen91, If you are willing to validate that this is indeed the required change, then please do. Admin rights are no longer required for either installation or for a test run. I'll wait a while with the PR for you to be able to confirm that it's working. |
@smeijer Thanks for spending your time on this one. Maybe it's a good idea to do the PR against @rlgreen91 When you confirm this update work for you, we should be ready to publish the new version. |
@apendua, I'll see what I can do. The last commit of @pociej had a little to do with it. But that errors I already fixed. There was a lot more going on, exceptions happening but not being reported, while the same tests succeeded after a reinstall of gagarin. There was also a bug in the cleanup part. But I don't have the logs with me a.t.m. So I'll come back to this with more detailed information. For your info, this commit added a bug regarding to using an |
@rlgreen91 Can you help us by confirming that the solution implemented by @smeijer works for you? |
Even running gagarin in an elevated prompt is not working for me. Windows 10 64bit, node 6.1.0, npm 3.8.9, gagarin 0.4.12.
|
@Madsn This particular error means that |
@apendua everything else is working as expected, so I would expect so. I'm able to start up the application by simply typing |
@apendua tried manually adding |
Sorry I've been out of the loop. I'll start with validating the changes On Sat, May 14, 2016 at 8:59 AM Mikkel Madsen [email protected]
|
... because we don't want to force users to run within the administrator console.
A detailed explanation of the problem can be found here:
#126 (comment)
The text was updated successfully, but these errors were encountered: