I'm trying to revive an old project that had examp...
# general
b
I'm trying to revive an old project that had examples tests written with the first go integration test sdk. How do I get around the
Failed to load gRPC binary module because it was not installed for the current system
try running npm rebuild
errors?
It looks like this was a weird error where I had moved an old node_modules into /tmp and it was picking that up.