简体   繁体   English

我怎样才能完全删除纱线?

[英]how can I delete yarn completely?

I don't know why my yarn is appearing all these problems.我不知道为什么我的纱线会出现所有这些问题。 I could not uninstall it.我无法卸载它。 Every time I uninstall it and reinstall, it always kind of taking what I deleted previously.How can I avoid all these errors and get a workable yarn?每次我卸载它并重新安装时,它总是会占用我之前删除的内容。我怎样才能避免所有这些错误并获得可行的纱线?

在此处输入图像描述

You can simply run你可以简单地运行

npm uninstall -g yarn to uninstall the yarn from your dependencies npm uninstall -g yarn从依赖项中卸载纱线

and then run然后运行

npm cache clean --force npm 缓存清理 --force

to clean the cache and then try清理缓存,然后尝试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM