丢失文件bind.gyp

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.

猜你喜欢

转载自blog.csdn.net/d_o_n_g2/article/details/82017117