I create binding.gyp file manually under the path c:\users\leon\appdata\roaming\npm\node_modules\node-gyp with following content:
{
"targets": [
{
"target_name": "binding",
"sources": [ "build/Release/binding.node" ]
}
]
}.
After that, I run node-gyp rebuild command and the issue is solved.
丢失文件bind.gyp
手动创建binding.gyp文件解决node-gyp问题
最新推荐文章于 2025-10-18 08:08:23 发布
1453

被折叠的 条评论
为什么被折叠?



