Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Contributing file #851

Open
clauBv23 opened this issue Jul 9, 2023 · 0 comments
Open

Update Contributing file #851

clauBv23 opened this issue Jul 9, 2023 · 0 comments

Comments

@clauBv23
Copy link

clauBv23 commented Jul 9, 2023

In the contributing file says that should use pnpm version 7

Heads up: we use pnpm instead of yarn or npm. It might be new for you but I promise it's worth the hassle - it's
really good at making big monorepos deterministic. Please ensure that you are running pnpm version 7.

meanwhile, in the package.json file, it is forced to be bigger than v8.0.0.
"engines": {
"node": ">=14.0.0",
"pnpm": ">=8.0.0"

It also says that npm version shouldn't be newer than v6

NB: due to a [known issue](https://github.com/npm/cli/issues/3210) in the npm version newer than 6 it is not possible to
start the commands. A quick fix is to downgrade the npm version `npm install -g npm@6.14.17`.

due to an issue that is already solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@clauBv23 and others