ksylor / git-live-view

View the status of a local git repository and see changes happen in real time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies missing

jorgecarleitao opened this issue · comments

Hey, ksylor,

Have been trying to run this on a mac, by

  1. Install node.js from scratch
  2. git clone https://github.com/ksylor/git-live-view.git
  3. cd git-live-view && npm install
  4. npm run watch -- repo=./

I was able to run it, but not without first installing a couple of extra dependencies:

  • react-scripts
  • nodemon
  • react
  • react-dom

Oh interesting! those are all listed as dependencies of either the server package.json or the client package.json - I wonder if my post install hook to install client scripts didn't work? Let me see what I can figure out, thanks!

hey,

I have some dependencies issue.
Also nodegit, babel-eslin missing.
The installation procedure should probably be updated. I assume some dependencies has been updated since two years ;)