mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[GH-ISSUE #1100] Unable to build locally when following setup instructions #1764
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jackrosenberg on GitHub (Jul 20, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1100
I am unable to build/run Pangolin locally when following the steps on https://docs.fossorial.io/development. All steps succeed except for
npm run dev. Anything i'm overlooking?branch: dev (
86a46566)Node.js v20.19.3
npm -v: 10.9.2
go version go1.24.4 linux/amd64
Os: NixOs
@miloschwartz commented on GitHub (Jul 21, 2025):
Hey take a look at server/db/README.md. Need to update the contributors guide with this
@jackrosenberg commented on GitHub (Jul 21, 2025):
Ah thanks!