Closed cdanielsen closed 7 years ago
I'd start with a clean repo and try manually following the steps in the bootstrap script (install node/SQLite/redis, make a .env, install npm dependencies, initialize the database, etc.). That should help isolate what went awry.
Attempting to clone repo and install dev environment via bootstrap.sh with the following hardware:
After cloning repo, running bootstrap.sh results in a hang on editing the env file step:
Rerunning script results in the following:
An npm list does seem to indicate
pg
is installed, but there are some error messages that seem to indicate the script is looking forpackage.json
in the lib directory?Replacing stock
.env
file with the following......and running
sequelize db:migrate
manually results in the following:Finally, running
npm run dev
results in the following:I'm not sure if my older machine is the issue or if it's the script, but I think I'm at kind of an impasse. Thought this might be useful feedback for some possible updates if it indicates something that doesn't look right.