programing

Windows에 Aptana Studio 3.6을 설치할 수 없습니다.

nasanasas 2021. 1. 9. 10:10
반응형

Windows에 Aptana Studio 3.6을 설치할 수 없습니다.


Windows에서 Rails 개발을 위해 Aptana Studio를 사용하고 싶습니다. 현재 다른 개발 도구 및 IDE가 실행 중이며 (예 : git / ruby ​​/ jdk) Aptana Studio도 설치하고 싶지만 할 수 없습니다. 설치 프로그램을 다운로드하고 실행하면 제대로 시작되고 대상 디렉토리를 선택하면 필수 항목을 다운로드하기 시작합니다. 몇 가지 문제가 있습니다.

  1. 잠시 후 node.js를 설치하려고 시도합니다 (글쎄, 이유는 모르겠지만 그대로 두십시오). 때로는 정상적으로 설치하지만 때로는 오류없이 실패하여 aptana를 설치할 수 없다는 메시지 만 표시합니다. 전제 조건.
  2. 우연히 node.js가 설치되면 msysgit을 설치하려고 시도합니다 (다시 git이 설치되어 PATH에 추가 되었기 때문에 이유를 모르겠습니다). msysgit 설치가 완료되면 "msysgit 설치가 실패했습니다"라는 정보 만 알 수 있으며 설치 프로그램에서 완료를 클릭하면 필수 항목을 설치할 수 없다는 메시지가 표시됩니다.

Win7 x64, ruby ​​1.9.3p-545, msysgit 1.8.4, jdk 1.7을 사용하고 있습니다. 누구든지 simmilar 문제가 있었고 성공적으로이 IDE를 설치 했습니까?


수동 모드에서 Aptana Studio를 설치하면 Windows 및 Node.js 용 Git 설치를 우회합니다.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(이러한 "전제 조건"없이는 Aptana Studio가 제대로 작동할지 확신 할 수 없지만 그렇게 보입니다.)

특정 디렉토리에 전역 설치를 원하는 경우 명령 줄은 다음과 같습니다.

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:\apps\AptanaStudio

나는 같은 문제가 있었다. http://go.aptana.com/installer_nodejs_windowshttps://git-scm.com/downloads의 Git 최신 버전에서 NodeJS를 설치하여 해결했습니다 .

마침내 문제없이 Aptana 설치 프로그램을 실행할 수있었습니다.


몇 가지 문제가 있습니다. 수정 사항은 다음과 같습니다.

  1. nodejs 버전을 제거하십시오.
  2. https://nodejs.org/dist/v0.10.36/x64/node-v0.10.36-x64.msi를 설치합니다 .
  3. Aptana를 설치합니다.
  4. 암호...

인사말!


우리 대부분은이 문제에 부딪 힐 것입니다. http://go.aptana.com/installer_nodejs_windows 에서 NodeJS를 설치하면이 문제를 해결할 수 있습니다 . 내 Aptana 설치는 GIT를 자동으로 설치했지만 여전히 문제가 있으면 GIT 최신 버전을 직접 설치하고 Aptana 설치를 다시 실행하는 것이 좋습니다.


aptana를 설치하기 전에 Windows에 NODE.JS를 설치하십시오.

다음 링크를 시도하십시오 http://blueashes.com/2011/web-development/install-nodejs-on-windows/


문제가 Windows 설치 실패와 관련되어 있고 설치 프로그램과 관련된 메시지가 표시되는 경우 _jsnode_windows.msi CRC error:

Aptana Studio (Aptana Studio 3, 빌드 : 3.6.1.201410201044)에는 현재 Nodejs 0.5.XX-0.11.xx

현재 nodejs 릴리스는 5.X.X. 2015 년 11 월에이 결함을 수정하는 새 릴리스가있을 것입니다.

사전 설치 x0.10.36-x64를 통해 성공적인 설치를 진행할 수있었습니다. 버전 번호를 믿을 수 있다면 이것은의 고대 릴리스 인 것 같지만 nodejs,의 매우 인상적인 데모를 보았고 Aptana Studio실제로 설치하고 싶었습니다. :-)

나는 또한 GIT윈도우 용으로 사전 설치 되었지만 그것이 필요한지 아닌지 확실하지 않습니다.


간단히 Aptana Studio를 추출 할 폴더를 만든 다음 다음 명령을 사용하십시오.

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"

msysgit ( Git for Windows )이 설치되어있어 문제가 발생하는 것 같습니다 .

대부분의 경우 최신 버전의 Windows 용 Git이 설치되어 있습니다. https://code.google.com/p/tortoisegit/ 에서 인용 :

Git에 보안 문제가 있습니다 . 여기를 참조 하십시오 . Windows 용 Git <1.9.5가 영향을받습니다. 따라서 업데이트해야합니다. TortoiseGit 자체는 영향을받지 않습니다 (기본 구성 사용, libgit2가 체크 아웃 / 가져 오기를 위해 수동으로 활성화 된 경우에만). TortoiseGit 1.8.13.0에는 모든 수정 사항이 포함되어 있습니다.

But it seems Aptana Studio Installer won't accept any pre-installed version of Git for Windows!

What you need to do:

  1. Uninstall Git for Windows.
  2. Install Aptana Studio.
    Apanta Studio 3.6.1 will install Git for Windows 1.8.4-preview20130916.
  3. Download latest version of Git for Windows from http://msysgit.github.io/.
  4. Install latest version of Git for Windows.
    The outdated Git for Windows 1.8.4-preview20130916 will be updated to recent version.

That's it !!!


I had this issue and it was because of limited internet connection to source. You can use a proxy (VPN) but the better solution is download manually NodeJs from the source https://nodejs.org/download/ and Git, too.

after installation manually, aptana will check if they installed or not.


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.

Here is how I solved the problem:

  1. Install Git: This link is for windows and will automatically have the file ready to dowload https://git-scm.com/download/win

  2. 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/


You have to use portable git not installer.Extract the folder to Program Files and rename the folder name from PortableGit to Git.


Had the same error initially. so.. pre-installed git and node.js and later installed Aptana, which installed perfectly. Rajeeva.


I'm using Win 8.1, and have installed Aptana easily, and use for PHP programming without any issues. And just experimented with Ruble enhancement to the UI. All seems to work just fine.

3.6.0.201407100658


Right click the installer and choose "Run as administrator". I suspect it needs administrator account to download and install Node JS during installation.

ReferenceURL : https://stackoverflow.com/questions/25514458/cannot-install-aptana-studio-3-6-on-windows

반응형