You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My worker.js have require files which use grpc lib, and an error occurs when I start to run my program
Error: Failed to load /path-to-my-work-space/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown/grpc_node.node. Module did not self-register: '/path-to-my-work-space/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown/grpc_node.node'. at Object.Module._extensions..node (internal/modules/cjs/loader.js:1183:18)\n at Module.load (internal/modules/cjs/loader.js:977:32)\n at Function.Module._load (internal/modules/cjs/loader.js:877:14)\n at Module.require (internal/modules/cjs/loader.js:1019:19)\n at require (internal/modules/cjs/helpers.js:77:18)\n at Object. (/path-to-my-work-space/node_modules/grpc/src/grpc_extension.js:32:13)\n at Module._compile (internal/modules/cjs/loader.js:1133:30)\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)\n at Module.load (internal/modules/cjs/loader.js:977:32)\n at Function.Module._load (internal/modules/cjs/loader.js:877:14)\n at Module.require (internal/modules/cjs/loader.js:1019:19)\n at require (internal/modules/cjs/helpers.js:77:18)\n at Object. (/path-to-my-work-space/node_modules/grpc/src/client_interceptors.js:144:12)\n at Module._compile (internal/modules/cjs/loader.js:1133:30)\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)\n at Module.load (internal/modules/cjs/loader.js:977:32)
any ideas? Is it possible that this error is related to the C++ addon using by grpc lib?
The text was updated successfully, but these errors were encountered:
My worker.js have require files which use grpc lib, and an error occurs when I start to run my program
any ideas? Is it possible that this error is related to the C++ addon using by grpc lib?
The text was updated successfully, but these errors were encountered: