node.js Setup Wizard ended prematurely

前端 未结 16 1679
陌清茗
陌清茗 2020-11-29 08:21

I can\'t install node.js (0.8.9). I\'m doing it via Setup Wizard and each time at the end of installation I get message \"Node.js Setup Wizard ended prematurely\".

W

相关标签:
16条回答
  • 2020-11-29 08:47

    I wasn't able to install it the regular way, but I ended up successfully installing it using Chocolatey (a Machine Package Manager built with Windows in mind) and then the nodejs package.

    0 讨论(0)
  • 2020-11-29 08:49

    I had a similar problem and it turned out that a file had gone corrupted in the Nodejs directory, by going to the folder "Program files" and giving the folder "nodejs" a new name, I was able to reinstall it properly.

    I might add that I couldn´t delete the folder Nodejs because there was a corrupted file in the folder.

    0 讨论(0)
  • 2020-11-29 08:49

    Most of the times this issue is coming because of the antivirus program which we've installed. First scan the setup file using the antivirus program to make sure it's a virus free file and then stop the antivirus program for few minutes and try to install nodeJS.

    0 讨论(0)
  • 2020-11-29 08:50

    I also faced it turns out its a problem of windows event log service. First check if Windows Event Log service is on or not. If not started then to fix it, rename or delete the C:\Windows\System32\LogFiles\WMI\RtBackup folder in safemode.

    Hope it helps

    0 讨论(0)
  • 2020-11-29 08:51

    Running command prompt with administrative rights and then running msi worked for me.

    0 讨论(0)
  • 2020-11-29 08:52

    I also faced this issue multiple(2) times. Finally I disabled AVAST ANTIVIRUS program & tried to install Node.js again.

    It worked.

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