Open sudheesh001 opened 7 years ago
Hi @sudheesh001, thanks for trying out Deepstream. We've moved the official/permanent home for this project to here: https://github.com/mitmedialab/deepstream-1 so if you could report your issue on that repo it would be better. I'll be taking this one offline eventually. Second, let me bring @dwanderton into the conversation, as he was the lead developer for a good portion of the project and may have a quick answer before I look into it.
Hey @gordonmangum
I've been trying to build the application. After having the required dependencies there are a few errors that prevent the application to startup. Here is the error that I receive. Is there a missing
settings.json
file?Also on a side note, I was wondering, I don't think it's a good idea to push the
node_modules/*
directory, i've had a small issue setting things up, deleting this folder and fetching it back by doingnpm install
seems like a better idea, that also means that thepackage.json
needs to be modified to follow the standard format that we get fromnpm init
in thedeepstream
directory to make it look more as follows:I would love to help 😄