ruby 无法在 Windows 上安装 Aptana Studio 3.6
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25514458/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Cannot install Aptana Studio 3.6 on Windows
提问by Filip Zymek
I'd like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide's up and running (like git/ruby/jdk) and I'd like to install Aptana Studio as well but I can't. After downloading and running installer, it starts properly and after I choose destination dir, it starts downloading prequisities. I have several problems with it:
我想在 Windows 下使用 Aptana Studio 进行 Rails 开发。我目前有不同的开发工具和 ide 正在运行(如 git/ruby/jdk),我也想安装 Aptana Studio,但我不能。下载并运行安装程序后,它正常启动,在我选择目标目录后,它开始下载先决条件。我有几个问题:
- After a while, it tries to install node.js (well, I am not sure why, but let it be) and sometimes it installs it ok, but sometimes it just fails with no error, telling me only that aptana couldn't install prequisities.
- If by a chance node.js is installed, it tries to install msysgit (again, I don't know why, because I have git installed and added to PATH). When installing msysgit is done, all i get is info that "installing msysgit failed" and all I can do is click finish in installer which is telling me that prequisities couldn't be installed.
- 过了一会儿,它尝试安装 node.js(好吧,我不知道为什么,但就这样吧),有时它安装没问题,但有时它只是失败而没有错误,只告诉我aptana无法安装先决条件。
- 如果碰巧安装了 node.js,它会尝试安装 msysgit(同样,我不知道为什么,因为我已经安装了 git 并添加到 PATH)。安装 msysgit 完成后,我得到的只是“安装 msysgit 失败”的信息,我所能做的就是单击安装程序中的完成,这告诉我无法安装先决条件。
I am using Win7 x64, ruby 1.9.3p-545, msysgit 1.8.4, jdk 1.7. Does anyone had simmilar problem and succesfully installed this ide?
我使用的是 Win7 x64、ruby 1.9.3p-545、msysgit 1.8.4、jdk 1.7。有没有人有类似的问题并成功安装了这个ide?
回答by Harry Johnston
Installing Aptana Studio in passive mode bypasses the installation of Git for Windows and Node.js.
以被动模式安装 Aptana Studio 会绕过 Git for Windows 和 Node.js 的安装。
Aptana_Studio_3_Setup_3.6.1 /passive /norestart
(I am unsure whether Aptana Studio will work properly without those "prerequisites", but it appears to.)
(我不确定 Aptana Studio 是否可以在没有这些“先决条件”的情况下正常工作,但似乎可以。)
If you want a global installation in a specific directory, the command line is
如果要在特定目录中进行全局安装,则命令行为
Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:\apps\AptanaStudio
回答by Orejano
I had the same problem. I solved by installing NodeJS from this link: http://go.aptana.com/installer_nodejs_windowsand Git latest version from https://git-scm.com/downloads.
我有同样的问题。我通过从此链接安装 NodeJS 解决了:http: //go.aptana.com/installer_nodejs_windows和来自https://git-scm.com/downloads 的Git 最新版本。
Finally I was able to run the Aptana installer with no problems.
最后,我能够毫无问题地运行 Aptana 安装程序。
回答by José Miguel Flores Huillcahua
I have some issue, the fix is:
我有一些问题,解决方法是:
- Uninstall any nodejs version.
- Install https://nodejs.org/dist/v0.10.36/x64/node-v0.10.36-x64.msi.
- Install Aptana.
- Code...
- 卸载任何 nodejs 版本。
- 安装https://nodejs.org/dist/v0.10.36/x64/node-v0.10.36-x64.msi。
- 安装 Aptana。
- 代码...
greetings!
你好!
回答by valueweaver
Most of us will run into this problem. This can be solved by installing NodeJS from http://go.aptana.com/installer_nodejs_windows. My Aptana installation installed the GIT automatically but if you still find trouble then I would suggest to install the GIT latest version yourself and rerun the Aptana installation.
我们大多数人都会遇到这个问题。这可以通过从http://go.aptana.com/installer_nodejs_windows安装 NodeJS 来解决。我的 Aptana 安装自动安装了 GIT,但如果您仍然发现问题,那么我建议您自己安装 GIT 最新版本并重新运行 Aptana 安装。
回答by Biswajit Karmakar
Install NODE.JS on windows before installing aptana
安装 aptana 之前在 windows 上安装 NODE.JS
Try the following link http://blueashes.com/2011/web-development/install-nodejs-on-windows/
尝试以下链接 http://blueashes.com/2011/web-development/install-nodejs-on-windows/
回答by Tim McDaniel
If your issue is related to a failed Windows install, and you are receiving a message related to installer _jsnode_windows.msi CRC error:
如果您的问题与失败的 Windows 安装有关,并且您收到与安装程序相关的消息_jsnode_windows.msi CRC error:
Aptana Studio (Aptana Studio 3, build: 3.6.1.201410201044) currently requires
Nodejs 0.5.XX-0.11.xx
Aptana Studio (Aptana Studio 3, build: 3.6.1.201410201044) 当前需要
Nodejs 0.5.XX-0.11.xx
Even though the current release of nodejs seems to be 5.X.X. Apparently there will be a new release in Nov 2015 that corrects this defect.
尽管当前的 nodejs 版本似乎是5.X.X. 显然 2015 年 11 月将有一个新版本来纠正这个缺陷。
Pre-installing x0.10.36-x64allowed me to proceed with a successful install. If version numbers can be believed, this seems to be an ancient release of nodejs, but hey - I saw a very impressive demo of Aptana Studioand really wanted to install it. :-)
预安装x0.10.36-x64允许我继续成功安装。如果版本号可以认为,这似乎是一个古老的版本nodejs,但嘿-我看到了一个非常令人印象深刻的演示Aptana Studio和真的想安装。:-)
I also pre-installed GITfor windows, but I'm not sure if that was necessary or not.
我还GIT为 Windows预装了,但我不确定是否有必要。
回答by Chandra Kumar
Simply, create the folder you want to extract Aptana Studio to, and then use this command:
只需创建要将 Aptana Studio 解压缩到的文件夹,然后使用以下命令:
Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"
回答by fseydel
It seems having msysgit(Git for Windows) installed is causing the problem.
似乎安装了msysgit( Git for Windows) 导致了这个问题。
In most cases you'll have a pretty recent version of Git for Windowsinstalled. Cited from https://code.google.com/p/tortoisegit/:
在大多数情况下,您将安装Windows版Git 的最新版本。引自https://code.google.com/p/tortoisegit/:
There was a security issue in Git, see here. Git for Windows < 1.9.5 is affected - so you should update, TortoiseGit itself is not affected (using the default configuration; only if libgit2 is manually enabled for checkout/fetching). TortoiseGit 1.8.13.0 includes all fixes.
Git 中存在安全问题,请参见此处。适用于 Windows < 1.9.5 的 Git 受到影响 - 所以你应该更新,TortoiseGit 本身不受影响(使用默认配置;仅当 libgit2 被手动启用以进行检出/提取时)。TortoiseGit 1.8.13.0 包括所有修复。
But it seems Aptana Studio Installerwon't accept any pre-installed version of Git for Windows!
但似乎Aptana Studio 安装程序不接受任何预安装的Git for Windows版本!
What you need to do:
你需要做什么:
- Uninstall Git for Windows.
- Install Aptana Studio.
Apanta Studio 3.6.1will install Git for Windows 1.8.4-preview20130916. - Download latest version of Git for Windowsfrom http://msysgit.github.io/.
- Install latest version of Git for Windows.
The outdated Git for Windows 1.8.4-preview20130916will be updated to recent version.
- 卸载Windows 版 Git。
- 安装Aptana Studio。
Apanta Studio 3.6.1将安装Git for Windows 1.8.4-preview20130916。 - 从http://msysgit.github.io/下载Windows版Git 的最新版本。
- 为 Windows安装最新版本的Git。
过时的Git for Windows 1.8.4-preview20130916将更新到最新版本。
That's it !!!
就是这样 !!!
回答by Rajeeva
Had the same error initially. so.. pre-installed git and node.js and later installed Aptana, which installed perfectly. Rajeeva.
最初有同样的错误。所以..预装了git和node.js,后来安装了Aptana,完美安装。拉杰娃。
回答by Husam
I had a problem installing Aptana 3.6.1 on my windows machine. It always shows "fail to locate node.js installer missing windows msi" No matter how many times I tried to.
我在 Windows 机器上安装 Aptana 3.6.1 时遇到问题。无论我尝试了多少次,它始终显示“无法找到缺少 windows msi 的 node.js 安装程序”。
Here is how I solved the problem:
这是我解决问题的方法:
Install Git: This link is for windows and will automatically have the file ready to dowload https://git-scm.com/download/win
Instead of installing the latest version, I chose a little earlier version (also 3) but it's 3.2.2 instead of 3.61 (the current one on the Aptana page) : http://www.filehorse.com/download-aptana/11489/
安装 Git:此链接适用于 Windows,将自动准备好下载文件 https://git-scm.com/download/win
我没有安装最新版本,而是选择了一个更早的版本(也是 3),但它是 3.2.2 而不是 3.61(Aptana 页面上的当前版本):http: //www.filehorse.com/download-aptana/11489 /

