mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-07-01 10:40:12 -04:00
[GH-ISSUE #8] drop build docs missing steps #2
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 @lockenkop on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-docs/issues/8
System
fetch
yarn link {droplet_dir}
building drop
yarn build
Same error in a alpine:latest container
@DecDuck commented on GitHub (Aug 6, 2025):
I think we might be missing
git submodule update --init --recursive@lockenkop commented on GitHub (Aug 6, 2025):
That did it.
getting another error now
This error is the same between my arch machine and alpine:latest container
build log
@DecDuck commented on GitHub (Aug 6, 2025):
Does the file its complaining about exist on disk?
droplet generates a bunch of really small optional packages that ship individual binaries for each system architecture + OS. You may have to build these and link them the same way as the main package (
@drop-oss/droplet)@lockenkop commented on GitHub (Aug 6, 2025):
The last few lines of
droplet.linux-x64-musl.nodeThis is some binary i guess?
alot of unexpected characters in there from my guess. But i don't really know where i should look further.
All files it is reading and finding unexpected characters in are present on disk
@DecDuck commented on GitHub (Aug 6, 2025):
Yep, this is a binary.
In droplet there should be a collection of folders named with binary triplets, that each have a package.json. I think you need to compile the one you want, use
yarn artifactsto move the binary, and then link it to the Drop project.drop build docs missing stepsto [GH-ISSUE #8] drop build docs missing steps