node.js Setup Wizard ended prematurely

前端 未结 16 1684
陌清茗
陌清茗 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:58

    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.

提交回复
热议问题