我刚刚安装了节点 12。我错误地安装了所有 python 东西,现在很难摆脱它。这就像一个恶意软件...
我尝试从环境变量、程序和功能中删除
npm -g uninstall node-gyp
Run Code Online (Sandbox Code Playgroud)
但它仍然作为恶意软件保留在我的开始菜单中,只有好的防病毒软件才能删除......

我缺少什么?为了摆脱这个恶意软件我还应该做什么..?我无法使用 Angular cli
谢谢。
小智 2
我也无意中点击了复选框。确实很烦人!
这是安装不需要的工具的行:
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); choco upgrade -y python2 visualstudio2017-workload-vctools; Read-Host ''Type ENTER to exit'' ' -Verb RunAs
Run Code Online (Sandbox Code Playgroud)
https://github.com/nodejs/node/blob/master/tools/msvs/install_tools/install_tools.bat
我可以在Windows 设置的“应用程序和工具”部分再次手动卸载这些工具。可以通过删除相应的符号链接来删除开始菜单条目本身C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Node.js