Hi. I was very keen on trying this visualization out.
I cloned your repo. Since you do not have any further instructions, I assume that we need to "make build" and then "make run" to use the app. Unfortunately, on make build it throws error as follows:
mkdir -p ./public
./node_modules/jade/bin/jade < ./src/index.jade > ./public/index.html
/bin/sh: 1: ./node_modules/jade/bin/jade: not found
make[1]: *** [public/index.html] Error 127
make[1]: Leaving directory `/home/sivaraman/lab/kd-tree-visualization'
npm ERR! Linux 3.13.0-77-generic
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.41
npm ERR! npm v2.5.0
npm ERR! code ELIFECYCLE
npm ERR! kd-tree-visualization@0.1.0 install: make npm-install
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the kd-tree-visualization@0.1.0 install script 'make npm-install'.
npm ERR! This is most likely a problem with the kd-tree-visualization package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make npm-install
npm ERR! You can get their info via:
npm ERR! npm owner ls kd-tree-visualization
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/sivaraman/lab/kd-tree-visualization/npm-debug.log
Am I doing something wrong? Could you highlight the steps needed to take after the repo is cloned?
Thanks.
Hi. I was very keen on trying this visualization out.
I cloned your repo. Since you do not have any further instructions, I assume that we need to "make build" and then "make run" to use the app. Unfortunately, on
make buildit throws error as follows:Am I doing something wrong? Could you highlight the steps needed to take after the repo is cloned?
Thanks.