Jason Mulligan
Jason Mulligan
Fixed with [3b40756](https://github.com/avoidwork/filesize.js/commit/3b407564d14ab237a0287303ae2111d131d328eb); it was the URL from the webstorm ide at that time.
This is 10.0.0.
Hi, There isn't a routes folder. I'm not sure what you're referencing for the steps, but I just double checked the README section and it's fully functional: https://github.com/avoidwork/rozu#how-do-i-run-rozu ![screen shot...
You could change the log level to `debug`, currently defaults to `info` so you'd only see traffic; handled via the `"logging"` key in the `config.json`.
@gwc4github I believe there's 2 different problems happening. 1. bcrypt is failing to compile, and that's required for making accounts 2. it looks like a default assignment is failing; what...
bcrypt requires the `build-essential` package for linux, windows it's the npm module (as a global) `windows-build-tools`. i thought osx worked out of the box, but i've been upgrading the same...
current version of rozo requires 6, via the server stack. you might need to roll backward to a version of rozo that works with your version of node (if you...
ah, yeah that's the app starting and failing to connect to a redis server which is expected :)
look at the config file, it has mongo & redis sections, as well as session & what not.
oh, gotcha. so this is not a packaged in a way that will pull it in and set it up for you. the readme mentions them, but doesn't go into...