Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error

后端 未结 7 1827
一生所求
一生所求 2020-12-05 09:29

I am getting an error:

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

When trying to install Aptana_Studio_

相关标签:
7条回答
  • 2020-12-05 10:11

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

    0 讨论(0)
  • 2020-12-05 10:12

    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"
    
    0 讨论(0)
  • 2020-12-05 10:12

    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.

    0 讨论(0)
  • 2020-12-05 10:13

    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.

    0 讨论(0)
  • 2020-12-05 10:19

    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/

    0 讨论(0)
  • 2020-12-05 10:20

    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)

    0 讨论(0)
提交回复
热议问题