awesomepandapig
awesomepandapig
This works great and fixes the issues I was having! One note though on line 162 it's supposed to read `if(config.auto_submit == 'true')` but it instead reads `if(config.auto_submit`. Because of...
I followed your steps and the issue remains
I'm not sure what you are talking about. Building fails without the dependencies installed, and the issue I am having is with installing the dependencies.
Building works but then when I try to run the actual commands they still fail because they are missing better-sqlite3 Here's the output I get from running `make run-dev-env`: ```...