Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error

本小妞迷上赌 提交于 2019-11-27 19:59:58
joshgoldeneagle

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/

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.

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"

This is a cut and paste from an earlier entry and it worked for me.

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.

Right click the Aptana Studio setup file and click "Run as Administrator". Worked for me.

Its is most probably the lack of admin rights that is preventing Aptana setup from making changes to your computer by installing nodejs, git, etc prerequisites.

shivam srivastava

The latest node.js versions wouldn't work for my Aptana, but an older version did which I found here,

I have solved this issue using following steps

  1. Rename installation file as aptana.exe
  2. Copy and paste aptana.exe into c drive
  3. Open cmd with Run as administrator
  4. In cmd write command C:/aptana.exe /passive /norestart (Put space before /passive and /norestart)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!