NodeJs Error – Failed to load gRPC binary module because it was not installed for the current system Expected directory?

It seems like you have some verion conflict

Expected directory: node-v57-linux-x64-glibc
Found: [node-v59-linux-x64-glibc]

Have you tried running npm rebuild in your app folder?

Leave a Comment