Skip to content

Need a packaging guide #5629

Closed Answered by arcanis
cyqsimon asked this question in Q&A
Jul 31, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

I'll make sure it's very clear in the next documentation, but the global Yarn (ie, the one used by distros) must remain Yarn 1.22. Modern releases of Yarn are installed on a per-project basis (just like any other dependency), not global to the system anymore (otherwise we'd break them for each major). Having a system one is still required, but only to act as an intermediary that runs the proper Yarn version for the current project.

I don't think distros should change the status of Yarn right now - in the future the system yarn binary will be intended to be provided as part of the Node releases themselves (as part of https://nodejs.org/api/corepack.html) rather than npm, but it's not fully…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@manisandro
Comment options

Answer selected by cyqsimon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #5628 on July 31, 2023 10:12.