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 guide #67

Open
pllearns opened this issue Feb 13, 2020 · 8 comments
Open

Update guide #67

pllearns opened this issue Feb 13, 2020 · 8 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pllearns
Copy link

Need to update the guide for cli commands across platforms.

@pllearns pllearns added enhancement New feature or request help wanted Extra attention is needed labels Feb 13, 2020
@pllearns pllearns mentioned this issue Feb 14, 2020
@TrigerT
Copy link

TrigerT commented Apr 17, 2020

You should install yarn not via the default repo
follow the steps on stackoverflow thread here:
https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install

then, install nodeJS and go back to the installation guide on README file

@pllearns
Copy link
Author

Thanks @TrigerT , we can update, also are you using linux (ubuntu)?

@TrigerT
Copy link

TrigerT commented Apr 17, 2020

yes
I'm using Debian 10.

@hamdrew
Copy link

hamdrew commented Jun 4, 2020

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:

  1. NodeJS 14 (or whatever version you want to specify)
  2. Yarn 1 (yarn 2 can break builds, so good to specify version here too)

This is just from my experience documenting READMEs. Happy to submit a PR if you'd like

@pllearns
Copy link
Author

pllearns commented Jun 5, 2020

@hamdrew I saw your other comment before this one, go ahead and submit a PR with "fixes #67" and I can take a look at and review. Thanks for making the effort!

@hamdrew
Copy link

hamdrew commented Jun 5, 2020

@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?

@hilobrain
Copy link

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.

@hilobrain
Copy link

Nevermind, I got it to work.
I did the following:

install nodjs
install yarn
npm install in main .git directory
npm install @xyo-network/app-xyo-nodjs@alpha -g (from their archivist setup guide)
xyolo -i
xyolo -r

It seems to be running now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants