Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error

Tags:

node.js

aptana

I am getting an error:

Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error.

When trying to install Aptana_Studio_3_Setup_3.6.1. I also installed node-v4.2.1-x64.msi (restarted the system) and Git-2.6.2-64-bit, but still not able to install and getting the above error. Please advise.

enter image description here

like image 247
Kalyan Dey Avatar asked Oct 28 '15 18:10

Kalyan Dey


3 Answers

I wasn't able to locate installer_nodejs_windows.msi on my PC, so I downloaded it separately from here: http://go.aptana.com/installer_nodejs_windows

After installing Node JS for Windows, I was able to successfully install Aptana.

Note: Above link no longer seems to be working. Looks like you can download Node JS separately from here: https://nodejs.org/download/release/v0.10.13/

like image 85
joshgoldeneagle Avatar answered Oct 25 '22 10:10

joshgoldeneagle


The current version of Aptana requires a Node version between 0.8.X and 0.11.X. I recommend a 0.10.X version of Node.

The next release (in November) will allow compatibility with Node 4.2.1.

like image 44
Ingo Muschenetz Avatar answered Oct 25 '22 08:10

Ingo Muschenetz


Basically, create the folder you want to extract Aptana to, and then use this command:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"
like image 6
Chandra Kumar Avatar answered Oct 25 '22 09:10

Chandra Kumar