无法从Windows 10卸载Node.js

问题描述

enter image description here

在从程序和功能中卸载node.js时遇到此问题。

解决方法

您可以尝试运行npm cache clean --force

然后清理这些目录

  • C:\ Program Files(x86)\ Nodejs
  • C:\ Program Files \ Nodejs
  • C:\ Users {User} \ AppData \ Roaming \ npm(或%appdata%\ npm)
  • C:\ Users {User} \ AppData \ Roaming \ npm-cache(或%appdata%\ npm-cache)
  • C:\ Users {User} .npmrc(并且可能也检查没有。前缀的情况)
  • C:\ Users {User} \ AppData \ Local \ Temp \ npm-*

从环境变量中删除它
尝试重新启动


,或者您可以阅读此博客以其他几种方法here