Javascript 产品:Aptana Studio -- 错误 4155。无法正确获取 installer_nodejs_windows.msi
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33364694/
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
Product: Aptana Studio -- Error 4155. Failed to correctly acquire installer_nodejs_windows.msi
提问by Irdial
I've installed the latest official node.js but I'm getting an installer error that it can't acquire node.js.
我已经安装了最新的官方 node.js,但出现安装程序错误,提示它无法获取 node.js。
Does anyone know if this is a bug and if there's a workaround? Right now I cant get Aptana to install.
有谁知道这是否是一个错误以及是否有解决方法?现在我无法安装 Aptana。
回答by Orejano
Install this: http://go.aptana.com/installer_nodejs_windowsand then run the Aptana installer again.
安装这个:http: //go.aptana.com/installer_nodejs_windows然后再次运行 Aptana 安装程序。
UPDATE: Link seems to be dead. Go to node.js homepage and download it from there. https://nodejs.org/en/download/
更新:链接似乎已死。转到 node.js 主页并从那里下载它。 https://nodejs.org/en/download/
回答by R11
To start work with Aptana Studio
, just extract it from archive to your folder by command:
要开始使用Aptana Studio
,只需通过命令将其从存档中提取到您的文件夹:
Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"
Launch:
发射:
AptanaStudio3.exe
And enjoy without nodejs_windows.msi
享受没有 nodejs_windows.msi
回答by Mark McBride
Issue appears to be with the installer itself. I can't get Aptana installed on any new systems including ones that had it previously installed.
问题似乎与安装程序本身有关。我无法在任何新系统上安装 Aptana,包括以前安装过的系统。
You can use this install Aptana without node.js or git
您可以在没有 node.js 或 git 的情况下使用此安装 Aptana
Aptana_Studio_3_Setup_3.6.1 /passive /norestart
回答by Antony Fuentes Artavia
(May 29 2017)
(2017 年 5 月 29 日)
Just go download and install Nodejs from this URL:
只需从这个 URL 下载并安装 Nodejs:
http://titanium-studio.s3.amazonaws.com/nodejs/node-v0.10.13-x86.msi
http://titanium-studio.s3.amazonaws.com/nodejs/node-v0.10.13-x86.msi
After I did that Aptana installed properly for me!
在我为我正确安装了 Aptana 之后!
EDIT:
编辑:
Another issue that I had is that Aptana couldn't start due to the following issue:
Failed to load the JNI shared library C:/JDK/bin/client/jvm.dll
. That was because I had Java JDK 64 bits, but Aptana is x86 so it would complain about it until you install Java 32 bits.
我遇到的另一个问题是 Aptana 由于以下问题而无法启动:
Failed to load the JNI shared library C:/JDK/bin/client/jvm.dll
. 那是因为我有 Java JDK 64 位,但 Aptana 是 x86,所以它会抱怨它,直到您安装 Java 32 位。
回答by Mitch Stewart
I tried Orejano's suggestion and the install succeeded. The installer did not revert my current version, instead installed another Node.js app published by Joyent, Inc (https://www.joyent.com/services/nodejs-support).
我尝试了 Orejano 的建议,安装成功。安装程序没有恢复我当前的版本,而是安装了 Joyent, Inc ( https://www.joyent.com/services/nodejs-support)发布的另一个 Node.js 应用程序。
回答by NiteshLama
I too had the same problem while installing Aptana. Go to my computer
and in the search button write installer_nodejs_windows.msi
. It leads you to one search which is something like windows installer
. Please click it and install the node that has been already provided to you rather than installing it by yourself. In this way, after a series of installation, set up the aptana and proceed accordingly. It gets installed.
我在安装 Aptana 时也遇到了同样的问题。转到my computer
并在搜索按钮中写入installer_nodejs_windows.msi
。它会引导您进行类似于windows installer
. 请点击安装已经提供给您的节点,不要自行安装。这样,经过一系列的安装后,设置aptana并进行相应的操作。它被安装。
回答by user5524873
I installed an earlier version of Aptana Studio from http://www.filehorse.com/download-aptana/19350/. I then updated with no problems.
我从http://www.filehorse.com/download-aptana/19350/安装了早期版本的 Aptana Studio 。然后我更新没有问题。
回答by Dan Albeit
You can always just install eclipse and download the "Eclipse Plug-In Version." I had the same problem and this was a quick work around.
您始终可以只安装 eclipse 并下载“Eclipse Plug-In Version”。我遇到了同样的问题,这是一个快速的解决方法。