-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
AtomShell installation fails on Windows 10 #148
Comments
I think this happens when you don't have added the julia dir to your |
Thanks a lot! |
Yeah, definitely. |
A step on the way perhaps: I put together a little hack to deps/install.jl which also would work for those of us who use a binary built with cygwin. In that case, 7z.exe is not present. But of course, electron.exe is not runnable from Windows when unpacked in this way (ehem). The windows binary version seems to work when the arguments are made from a vector of strings like below. It may not work in the borderline case when there is a space in the Julia path. There's a named argument for that in Cmd constructor now, but not for the method which takes a vector of strings.
|
I believe this issue can be closed if PR#177 is accepted and a new version is pushed. |
Just saw, that this is still open. It can be closed by now! |
w = Window()
in Julia 0.7.0 fails with the hint that Electron is not installed.But installation of Electron also fails :-(
Anybody also experiencing this problem?
The text was updated successfully, but these errors were encountered: