-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Regarding cloning repo for the 1st time: README may be incorrect/outdated #19
Comments
If we want to update the docs to only suggest But maybe we want to try and fix |
It looks like the first command has an extra argument: - ni dev
+ ni (
And nr dev So these lines should be correct. If we improve the instruction, I saw several ones were able to solve the issue by removing |
ohh that makes a lot of sense. then it seems it's not broken at all, just a missing |
So I just checked in the whole repo, and the dev command is in fact correct in all the README and doc. However I agree that we can include some steps to help when the setup is not working, and to maybe point out the This is an alternative to #20, and in my opinion the better one. @jesi-rgb let me know if #21 makes sense to you and if it would be enough to understand what to do to solve the issue. 😊 |
@IonianPlayboy Just my two cents here: The repository is a pnpm monorepo, and as such My thinking on this is that people who know about and use For this reason, I'm in favor of dropping all mentions of |
I agree with @Sporiff here (and others that said the same before). Let's drop mentions of |
Alright, I'll make the following changes later this evening:
Do we want to unistall |
The PR has been reopened and updated: |
Done in #20 |
Problem spinning up the repo
I tried to spin up the repo and followed the README with the steps mentioned.
I run into some issues where pnpm was not happy with the configuration
The docs suggest using
ni
to just use the right tool automatically, but all my problems were solved when simply using pnpm.Tangent: pnpm
To update pnpm to version 9, I ran this
since the suggested
pnpm self-update
simply returns an error, couldn't figure out why.Actual working flow
So, after downloading the repo and
cd
ing into it, you canDisclaimer
I'm new to this environment so this information may be wrong/out of order. Please suggest any edits if you see errors!
Leaving this here for future reference. Thanks so much!
The text was updated successfully, but these errors were encountered: