bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

problems building #173

Open ehwest opened 7 years ago

ehwest commented 7 years ago

I'm trying to build this on a ubuntu docker container, and after installing linode/lamp, there still seem to be a lot of missing dependencies. Total train wreck.

node_modules/.bin/bower update make: execvp: node_modules/.bin/bower: Not a directory make: *** [bower_components] Error 127

bower seems to be at the center of my problems. Got a lot further by cloning beweets version. Had to add make, git, node, npm, and then bower. But bower is still a problem, and can't report meaningful guidance as to what to do next.

make node_modules/.bin/jshint src/*.js /bin/sh: 1: node_modules/.bin/jshint: not found

Maybe just make a list of all the dependencies and how to install each one?

Can you provide a copy of a working index.html file, having all of the libraries and dependencies included as an example?