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

Document how to install yarn #1485

Open
francoisthire opened this issue May 25, 2024 · 2 comments
Open

Document how to install yarn #1485

francoisthire opened this issue May 25, 2024 · 2 comments
Labels
type: documentation Improvements or additions to documentation

Comments

@francoisthire
Copy link

The README does not say how to install yarn. I am not familiar with the JS environment, and it took me a while to understand many errors I had.

So to install yarn, I need npm. Apparently the best is to use nvm, and the version that seems to work is 20 (18 might work). With 16 or before I run into multiple errors.

Hence:

nvm install 22
corepack enable

seems what is necessary to have make deps working.

@smorimoto
Copy link
Collaborator

Node.js 16 is already EOL, and you need to use the latest LTS (Node.js 22), but corepack is not required to use yarn. (It's included in the project.)

@smorimoto smorimoto added the type: documentation Improvements or additions to documentation label May 26, 2024
@francoisthire
Copy link
Author

Whay do you think about mentioning something in the README about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants