node.js Setup Wizard ended prematurely

2020-01-26 09:52发布

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".

What could it be? Thanks.

标签: node.js
15条回答
Explosion°爆炸
2楼-- · 2020-01-26 10:05

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

查看更多
我欲成王,谁敢阻挡
3楼-- · 2020-01-26 10:05

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.

查看更多
走好不送
4楼-- · 2020-01-26 10:10

I had the same problem with node 7.1.0-x64 Windows 7 64-bit.

I found that there was

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\_V2Providers\{1e2e15d7-3760-470e-8699-b9db5248edd5}

in the register on my computer. After I had deleted this entry, node installation passed fine.

This video show all the steps to follow.

查看更多
男人必须洒脱
5楼-- · 2020-01-26 10:11

I saw the same error because I was trying to install a x86.msi to a 64-bit Win7. Then I changed to the correct x64.msi. It still does not work. I guess it might be permission issue, so I copy the .msi to the C:\Program Files, and install from there, and it succeed.

查看更多
够拽才男人
6楼-- · 2020-01-26 10:14

I was having the same issue, I ran the msi from an admin command prompt with the logging option:

node-v0.12.4-x64.msi /lxv C:\Nodejs.log

Inspecting the log showed the following error:

Product: Node.js -- Error 1714. The older version of Node.js cannot be removed. Contact your technical support group. System Error 1612.

Node.js was not listed under Program and Features though, so I ran the Program Install and Uninstall troubleshooter tool (select Run now) at the following site:

https://support.microsoft.com/en-us/mats/program_install_and_uninstall

Stepping through the wizard, selecting the 'trouble with uninstalling' option. The tool then listed 'Node.js' as an installed program. Selecting Node.js and finishing the wizard successfully removed Node.js.

I then ran the msi again from an admin command prompt and the node install succeeded.

查看更多
虎瘦雄心在
7楼-- · 2020-01-26 10:15

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

It worked.

查看更多
登录 后发表回答