Node.js install fails on Windows 10 1803

后端 未结 4 1746
天命终不由人
天命终不由人 2021-01-29 05:22

I finished my PC today and I wanted to install node.js on it. But for some weird reason, it is saying \"Copying files\" and then after a few seconds, it says \"Rolling back\".

4条回答
  •  盖世英雄少女心
    2021-01-29 05:52

    I was facing same problems in win 10 system but i was able to install it by doing following steps:

    --- Disable ur antivirus it might be blocking node event tracer

    --- Disable installation of all components as shown in image below

    installation file image

    -- complete installation

    -- After installation again go to setup and enable components one by one and install , leave out performance counter

    -- After all components are installed code to cmd and do node -v u will see it works

提交回复
热议问题