嘗試安裝的Aptana Studio的3.6.1,我得到這個:安裝錯誤:installer_nodejs_windows.msi
Failed to correctly acquire installer_nodejs_windows.msi file. CRC error.
運行Windows 10的64位
嘗試安裝的Aptana Studio的3.6.1,我得到這個:安裝錯誤:installer_nodejs_windows.msi
Failed to correctly acquire installer_nodejs_windows.msi file. CRC error.
運行Windows 10的64位
我收到了同樣的錯誤, 錯誤4155.失敗正確獲取installer_nodejs_windows.msi文件:CRC錯誤。 MSI(c)(50!54)[13:38:35:815]:產品:Aptana Studio - 錯誤4155.無法正確獲取installer_nodejs_windows.msi文件:CRC錯誤。
當我們等待響應和修復時,Aptana Studio 2.0.5安裝時沒有錯誤。我將使用它,直到版本3.6.1的Windows 10安裝問題得到修復。
嘗試下載該節點V5.4.0-x64.msi
https://nodejs.org/en/blog/release/v5.4.0/
然後下載節點v0.10.13-x86.msi
https://nodejs.org/en/blog/release/v0.10.13/
希望這有助於。
對於那些試圖安裝Node-V5.4.0-x64.msi
但不知道如何從他們的網頁
https://nodejs.org/dist/v5.4.0/
其他DIST
https://nodejs.org/dist/
轉到您的安裝文件與任何命令行界面(CLI 得到它 /終端)並使用參數/passive
和/norestart
運行它。
例如:c:\<aptanaPath>\aptana.exe /passive /norestart
。