We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7652ef7 commit 02e70cbCopy full SHA for 02e70cb
packages/grpc-native-core/src/grpc_extension.js
@@ -37,7 +37,7 @@ try {
37
var foundNames = fs.readdirSync(searchPath);
38
if (foundNames.indexOf(searchName) === -1) {
39
var message = `Failed to load gRPC binary module because it was not installed for the current system
40
-Expected: ${searchName}
+Expected directory: ${searchName}
41
Found: [${foundNames.join(', ')}]
42
This problem can often be fixed by running "npm rebuild" on the current system
43
Original error: ${e.message}`;
0 commit comments