当前位置:   article > 正文

yarn 报错 TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string ..._the "path" argument must be of type string. receiv

the "path" argument must be of type string. received type boolean (true)

今天想改一下yarn缓存地址
一不小心执行了yarn config set global-folder然后yarn的所有操作都变成了
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type boolean (true)
错误1
错误2这下完犊子了,咋整呢
1.找到yarn的配置文件
win+R输入%homepath%回车
2.打开.yarnrc文件
看到红框里的true没有,这就是这次报错的元凶
在这里插入图片描述
将其删除,使用yarn cache dir查看默认路径在哪(我的在%homepath%\AppData\Local\Yarn\Data
将其下的所有文件更改到其他为

#yarn config set global-folder "新的路径"

#yarn config set cache-folder "新的缓存路径"

#实例
yarn config set global-folder "G:\nodejs\Yarn\Data"

#实例
yarn config set cache-folder "G:\nodejs\Yarn\Cache"
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

重新执行yarn global dir
在这里插入图片描述
好耶!完美解决,

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/198192?site
推荐阅读
相关标签
  

闽ICP备14008679号