Quentin Fulsher

Results 4 issues of Quentin Fulsher

I'm trying to run fanbox on 64 bit windows, it seems that it cannot find a module. Here is the full stack trace: ``` App threw an error during load...

I recently built and ran the server with the instructions in the readme. I'm not sure if this is a bug or not but the `./gradlew run` command goes until...

enhancement

The current scripts for the `npm run build` command use `rm` and `cp` which don't exist in `cmd.exe`. I've been able to make the build work by utilizing [shx](https://github.com/shelljs/shx). I...

question