On Fri, Apr 24, 2020 at 1:02 PM Patricia Shanahan <p...@acm.org> wrote: > > On 4/24/2020 6:52 AM, Matt Sicker wrote: > > That happened to me on my first run. Try restarting it. > > Thanks. I've tried restarting several times, both with and without > restarting Ubuntu. No luck.
I've pushed what may be a fix to this problem. Please pull the latest and try again. I've now install 20.04 so I won't need to guess at what commands might work for you. A smaller set of commands that will get you up and running from a clean install is as follows: sudo apt install -y curl git subversion curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt install -y nodejs sudo npm install -g yarn sudo snap install --classic code git clone https://github.com/rubys/whimsy-board-agenda-nodejs.git cd whimsy-board-agenda-nodejs yarn install yarn dev I am seeing an error "TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js" which does not affect the ability to see an agenda, but I will look into fixing it. This afternoon, I will try to collect up commands that will install and configure the current (Ruby based) production server. - Sam Ruby