reimakesgames
HOBBY
3 days ago
mise bun@1.2.19 install
mise node@22.18.0 install
mise bun@1.2.19 download bun-linux-x64-baseline.zip
mise node@22.18.0 download node-v22.18.0-linux-x64.tar.gz
mise bun@1.2.19 extract bun-linux-x64-baseline.zip
gpg: Signature made Thu Jul 31 21:47:23 2025 UTC
gpg: using EDDSA key 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356
gpg: Can't check signature: No public key
mise ERROR gpg failed
gpg: Signature made Thu Jul 31 21:47:23 2025 UTC
gpg: using EDDSA key 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356
gpg: Can't check signature: No public key
mise bun@1.2.19 bun -v
mise bun@1.2.19 1.2.19
mise bun@1.2.19 ✓ installed
mise ERROR failed to install core:node@22.18.0
mise ERROR gpg exited with non-zero status: exit code 2
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
0 Replies
3 days ago
Seems like the mise
version is out of date.
https://github.com/Dokploy/dokploy/issues/2291
3 days ago
Yeah, seems like Railpack needs to update it's mise version (????)
3 days ago
I would say to use a Dockerfile for now
3 days ago
I'm checking mise related issues to confirm where this is a upstream error
3 days ago
you can try using another node version
3 days ago
found something, can you try setting a MISE_NODE_VERIFY=false
env var?
3 days ago
Nice, I will tell the team about this issue