ponder-sh / ponder

A backend framework for crypto apps

Home Page:https://ponder.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Alpine Support

nitaliano opened this issue · comments

Issue
I've been trying to setup Ponder inside of docker using node alpine and it's been crashing on startup with this error Cannot find module '@ast-grep/napi-linux-x64-musl' it's an issue with ast-grep. Workaround for the time being is to just use an OS that uses glibc over msul libc.

Fix
This was fixed in this PR ast-grep/ast-grep#944 and should be available for use in 0.19.2 and then I think alpine would work no problem if Ponder can update to it 🙏