Within a \projects directory I followed the instructions on the dagre-d3 Github page and typed $ npm install dagre-d3
. Then I entered the $ make
command as per the build instructions. Nothing happened. The error message make: ** No targets specified and no makefile found. Stop.
shows. I made create a Makefile from the Github repository and when $ make
is run the error is make: ** No rule to make target 'browser.js', needed by 'build/dagre-d3.js'. Stop.
.
I've never used npm before but my guess is that the code author left out some file using .npmignore