Fresh checkout fails to launch due to missing settings.json
#31
Closed
opened 4 years ago by are0h
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Ok, so this time I'm definitely on the
beta-release
branch, and have checked out the code afresh (currently at tagb1.0.1
,2d495ad
). 😅Steps to reproduce
beta-release
branch.npm install
.npm start
.Expected results
Fipamo starts and can be accessed from
http://localhost:2314/@/dashboard
.Actual results
Fipamo fails to start because it can't find
site/settings.json
:It looks like this was introduced in
fdc217d5e5
.