eisman / neo4jd3

Neo4j graph visualization using D3.js
https://eisman.github.io/neo4jd3/
MIT License
1.38k stars 424 forks source link

cannot open in http://localhost:8080 #1

Closed selaphy closed 7 years ago

selaphy commented 8 years ago

when i input the commend "gulp", I get the error "events,js 141 throw er;// unhandled error event" and Error; Gem undefined is not installed. How can I fix this problem.

eisman commented 8 years ago

The project uses gulp-ruby-sass to convert neo4jd3.scss to neo4jd3.css, so you will need to install ruby and the sass gem (gem install sass). I have updated the README file to make it clear.

Please, let me know if you have any other problem.