gpt4 book ai didi

node.js - 错误 : Cannot find module 'nan'

转载 作者:搜寻专家 更新时间:2023-10-31 23:04:37 27 4
gpt4 key购买 nike

我正在开发 native Node.js 插件并关注 nan docs

我将 nan 包含到 binding.gyp 中,例如: "include_dirs" : [ "<!(node -e \"require('nan')\")" ]

nan 也在 npm 依赖项中。

但是当我在另一个 Node 模块中安装包时,node-gyp 失败并出现错误

> nnb@1.0.2 install /Users/Shopgate/sandbox/stress/node_modules/nnb
> node-gyp rebuild

module.js:338
throw err;
^
Error: Cannot find module 'nan'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at [eval]:1:1
at Object.exports.runInThisContext (vm.js:74:17)
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:460:26)
at evalScript (node.js:431:25)
at startup (node.js:90:7)
gyp: Call to 'node -e "require('nan')"' returned exit status 1. while trying to load binding.gyp

最佳答案

在我的例子中,这是因为 package-lock 文件中缺少一些依赖项。我通过删除它并再次运行 $ npm install 解决了这个问题。

关于node.js - 错误 : Cannot find module 'nan' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34464673/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com