node.js – 在Electron中使用gRPC

node.js – 在Electron中使用gRPC,第1张

概述我试图在电子应用程序中要求grpc,但我收到以下错误: Error: dlopen(/srv/node_modules/grpc/src/node/extension_binary/grpc_node.node, 1): Symbol not found: _GENERAL_NAME_free Referenced from: /srv/node_modules/grpc/src/node/e 我试图在电子应用程序中要求grpc,但我收到以下错误:

Error: dlopen(/srv/node_modules/grpc/src/node/extension_binary/grpc_node.node,1): Symbol not found: _GENERAL_name_free  Referenced from: /srv/node_modules/grpc/src/node/extension_binary/grpc_node.node  Expected in: flat namespace

我正在使用OSX SIErra 10.12.1,节点6.8.1,电子1.4.4和grpc 1.0.1-pre1.

我升级了xcode命令行工具并进行了brew安装openssl –force.

我建立了二进制文件:

LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include ./node_modules/.bin/electron-rebuild

并手动:

LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include HOME=~/.electron-gyp node-pre-gyp rebuild --target=1.4.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell

但是当我运行应用程序时,我仍然得到错误.

解决方法 像这样重建grpc模块

npm install --save-dev electron-rebuild(On Mac & linux)./node_modules/.bin/electron-rebuild(On windows).\node_modules\.bin\electron-rebuild.cmd

这将重建GRPC,你很高兴.

总结

以上是内存溢出为你收集整理的node.js – 在Electron中使用gRPC全部内容,希望文章能够帮你解决node.js – 在Electron中使用gRPC所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1213692.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存