我正在使用node.js在脱机计算机上处理解析器。我必须使用'node-crc'模块,该模块使用node-gyp自行构建。基本上,我将库安装在一台在线计算机上,并将它创建的node_modules转移到了离线库中(模块是“ node-crc”,“ bindings”,“ file-uri-to-path”)。尝试加载模块时出现此错误:
Parser\node_modules\bindings\bindings.js:121
throw e;
Error: The handle is invalid.
\node_modules\node-crc\build\Release\crc.node
at Object.Module._extensions..node (internal/modules/cjs/loader.js:718:18)
...
可能我的离线计算机上没有安装任何东西。我该怎么办?