wxt-dev/wxt

2 tests for yarn doesn't pass on windows `by default`

已關閉

#2,371 建立於 2026年5月12日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (511 個分叉)user submission
contribution welcomegood first issuepending-triage

倉庫指標

星標
 (9,861 顆星)
PR 合併指標
 (平均合併 11天 22小時) (30 天內合併 51 個 PR)

描述

Describe the bug

If somebody(like me) doesn't have yarn installed globally.

For packages/wxt those 2 tests doesn't pass:

To fix it, i need to install yarn globally (Only sad reaction)

To make better DX, we can place yarn as a devDeps inside this package. But the big problem is:

And it seems not supported anymore: Latest version have over 2 years: https://www.npmjs.com/package/yarn

There's no move in repo: https://github.com/yarnpkg/yarn/commits/master/

I think good idea is to get rid of this package and those tests.

PS: OKK yarn drops support for version 1 and changed repo: https://github.com/yarnpkg/berry/releases

IT'S berry right now???

Used Package Manager

yarn

Validations

貢獻者指南