Joystream / Joystream/joystream

Upgrade monorepo's package manager

Open
#3,017 0 comments 0 reactions 1 assignee View on GitHub

@Lezek123 is already working on this.

Since Jan 10, 2022.

estimate-9h
Dominant language
Rust
Stars
1.4k
Forks
116
PR merge metrics
No merged PRs in 30d

Description

Currently we're using a very outdated yarn v1 to manage TS dependencies in our monorepo. This has caused some issues in the past with undeterministic / invalid package resolutions etc.

Some of the more up-to-date alternatives include:

  • npm v7/v8 (which supports workspaces)
  • yarn v2/v3

More research is required in order to determine the most suitable one.

Risks:
There could be some major differences in how workspaces work, packages are resolved etc. in different packages managers, which may require lots of adjustments to the monorepo and the scripts that rely on yarn/npm.

┆Issue is synchronized with this Asana task by Unito

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.