全球安装包在哪里?

Where are THE GLOBAL INSTALLED packages?

我已经卸载了所有东西

我已经在 windows 中卸载了 chocolatey、node、npm 和 yarn 我已经删除了缓存文件夹。但它仍然给出相同的错误。 其余的全局安装文件夹在哪里? 我还有很多旧的全局安装包。

查看Striped版本错误...

yarn global list

yarn global v1.22.0
warning Pattern ["colors@latest"] is trying to unpack in the same destination "C:\Users\myUser\AppData\Local\Yarn\Cache\v6\npm-colors-1.4.0-c50491479d4c1bdaed2c9ced32cf7c7dc2360f78-integrity\node_modules\colors" as pattern ["colors@^1.1.2","colors@^1.1.2","colors@^1.1.2"]. This could result in non-deterministic behavior, skipping.

warning url-loader@1.1.2: Invalid bin field for "url-loader".

info "@vue/cli@4.2.2" has binaries:
   - vue

你有什么建议吗?

使用 yarn global dir 发现位置。

全局安装文件在C:\Users\myUser\AppData\Local\Yarn\Data\global

Check docs for a more detailed answer.