-
Notifications
You must be signed in to change notification settings - Fork 140
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
./install.sh on Ubuntu 18.04 #719
Comments
* removed cdnify * jslint fixes to grunt.js * updated node.js, used by build tools, from 8 to 12 * 'npm install' no longer attempts to run as sudo (this used to be necessary sometimes, but npm local installation feels more reliable these days) * 'bower install' can now run as root, for folks building on their root-only webservers. #719 * remove yarn.lock; most things support npm and mixing in yarn is a bad idea
Hey, sorry for lagging on this! It's been a while since I've run the server; things are a little out of date. Just pushed a few updates that got things working again for me on my Ubuntu 19.10 machine. The problem above was that install.sh wasn't expecting to be run as root, but there were a few other things I ran into too. Let me know if this helps! You might also be interested in running the upcoming the 1.2.0 beta version, https://gitlab.com/erosson/swarm-elm . It's a mostly-feature-complete rewrite that I hope will eventually replace what's on www.swarmsim.com . |
Thank you!! After trying to run the install command on a fresh Digital Ocean droplet of 19.10, I was still having one issue. But I seem to have figured it out, and it's working now. I was getting this error when the script was trying to install
... (and then much later in the script output) ...
Running Thank you again! Very excited to play around with this 😸 |
I realize that the
install.sh
script specifies that it's only been tested on Ubuntu 17.10, so if you don't have time to address this, I understand.I was having issues using
install.sh
and/ornpm install
to get the project up and running on my Ubuntu 16.10 droplet, so I spun up a brand new 18.04 Digital Ocean droplet just to test out Swarm. Without doing anything else, I cloned the repo and executedinstall.sh
. The issues I'm seeing are similar to those I was seeing on the 16.10 droplet.Rather than risk incorrectly dissecting and interpreting any of it, I'll just share the entire output:
P.S. Thank you for your time :) Love the game, I've spent countless hours on it
The text was updated successfully, but these errors were encountered: