NodeJs Error - Failed to load gRPC binary module because it was not installed for the current system Expected directory?
Solution 1:
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?
Solution 2:
npm rebuild worked for me :)
Thanx to everyone who replied
(Using n with node v8.15.1 and npm 6.4.1)