node.js Setup Wizard ended prematurely

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

    I had this error on Windows 7 x64 (node-v0.10.28-x64.msi) and was able to install by choosing not to install the "Online documentation shortcuts" during the Custom Setup part of the installation. Select "Entire feature will be unavailable".

    enter image description here

    None of the other solutions worked for me, but I did install as admin and log the output. The logs were not helpful (reported a FatalError, not much else).

    Credit where credit's due - I found the answer here: https://github.com/joyent/node/issues/4516

提交回复
热议问题