解决库不兼容的问题

时间:2018-09-13 11:48:57

标签: node.js npm

我使用npm install命令编译并构建了一个库。我使用npm -v检查了npm版本,它给出了6.4.1。当我的Node.js代码尝试使用该库时,它使我遵循错误

Error: The module '/xxx.node'
    was compiled against a different Node.js version using
    NODE_MODULE_VERSION 57. This version of Node.js requires
    NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
    the module (for instance, using `npm rebuild` or `npm install`).

此问题的根本原因是什么?我的NPM版本或NodeJS版本是否有问题?

0 个答案:

没有答案