RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Not working on Raspberry Pi Zero #68

Closed Janaka-Steph closed 3 years ago

Janaka-Steph commented 4 years ago

Hello,

I wanted to run a web app that uses this library on a Raspberry Pi Zero but I have issues. I got a Illegal instruction error. Apparently it is because of grpc. So this past night I runned npm rebuild --build-from-source=grpc, but still got an error ...node_modules/grpc/src/node/extension_binary/node-v64-linux-arm-glibc/grpc_node.node: undefined symbol: __atomic_store_8. I don't think there is a good solution for this, I am just writing this issue in case someone faces it.

cavanmflynn commented 4 years ago

I attempted to drop grpc in favor of @grpc/grpc-js about a month ago, but it introduced more issues than grpc. I can re-attempt as grpc-js becomes more stable.

cavanmflynn commented 3 years ago

@Janaka-Steph Closing this as grpc was replaced by @grpc/grpc-js in v0.11.1-beta.1.