Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Product: Aptana Studio -- Error 4155. Failed to correctly acquire installer_nodejs_windows.msi

I’ve installed the latest official node.js but I’m getting an installer error that it can't acquire node.js.

Does anyone know if this is a bug and if there’s a workaround? Right now I cant get Aptana to install.

like image 929
Irdial Avatar asked Oct 27 '15 09:10

Irdial


2 Answers

Install this: http://go.aptana.com/installer_nodejs_windows and then run the Aptana installer again.

UPDATE: Link seems to be dead. Go to node.js homepage and download it from there. https://nodejs.org/en/download/

like image 50
Orejano Avatar answered Sep 18 '22 08:09

Orejano


To start work with Aptana Studio, just extract it from archive to your folder by command:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder" 

Launch:

AptanaStudio3.exe 

And enjoy without nodejs_windows.msi

like image 28
R11 Avatar answered Sep 19 '22 08:09

R11