NodeJS - Error: The specified procedure could not be found

Posted age

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NodeJS - Error: The specified procedure could not be found相关的知识,希望对你有一定的参考价值。

用node.js调C++动态库的时候,遇到这个错误。整了好久,搞清楚是ffi的版本和node.js版本不匹配。

最终:

node版本是0.10.12(高版本貌似有问题)。

ffi版本是1.3.2(开始为2.0.0)。

执行:npm install [email protected]

谢天谢地,OK了。

 

以上是关于NodeJS - Error: The specified procedure could not be found的主要内容,如果未能解决你的问题,请参考以下文章

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

IDEA错误:Cannot start compilation: the output path is not specified for module "Test". Speci

Error:Can‘t find Python executable “/path/to/executable/python2.7“, you can set the PYTHON env varia

NodeJs:fs.appendFileSync 不接受数据参数节点 v14 中的数字类型