Joystream / Joystream/joystream
Upgrade monorepo's package manager
@Lezek123 is already working on this.
Since Jan 10, 2022.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.