-
Notifications
You must be signed in to change notification settings - Fork 23
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 guide #67
Comments
You should install yarn not via the default repo then, install nodeJS and go back to the installation guide on README file |
Thanks @TrigerT , we can update, also are you using linux (ubuntu)? |
yes |
FWIW, the project built successfully for me on NodeJS 14 using Yarn 1.22 on macos. This particular issue seems related to an older version of Ubuntu (17.x) that probably had older versions of NodeJS and Yarn on it. NodeJS is pretty notorious at breaking builds between major versions. Instead of documenting this specific scenario, it might be more worthwhile to document system requirements with links to documentation on how to install it. Something like this: System and Developer Requirements:
This is just from my experience documenting READMEs. Happy to submit a PR if you'd like |
@pllearns Thank you! It would benefit if I could get a run-through of how to set up the app as it sits currently, as the current instructions and my own efforts haven't led to a successful run yet. What's the best way I could contact you or someone on the team? |
I am on it as well now, not finding the readme file that useful as it does not contain a lot of information. The yarn install has succesfully ran but xyolo isn't recognized yet unfortunately. |
Nevermind, I got it to work. install nodjs It seems to be running now. |
Need to update the guide for cli commands across platforms.
The text was updated successfully, but these errors were encountered: