Node.js 节点JS蓝牙模块安装错误

Node.js 节点JS蓝牙模块安装错误,node.js,npm,bluetooth,Node.js,Npm,Bluetooth,我在安装NPM蓝牙模块时收到错误。我已经安装了node gyp,但仍然收到错误: 132 verbose stack Error: node-bluetooth@1.2.6 install: `node-gyp configure build` 132 verbose stack Exit status 1 132 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\n

我在安装NPM蓝牙模块时收到错误。我已经安装了node gyp,但仍然收到错误:

132 verbose stack Error: node-bluetooth@1.2.6 install: `node-gyp configure build`
132 verbose stack Exit status 1
132 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
132 verbose stack     at EventEmitter.emit (events.js:210:5)
132 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
132 verbose stack     at ChildProcess.emit (events.js:210:5)
132 verbose stack     at maybeClose (internal/child_process.js:1021:16)
132 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
133 verbose pkgid node-bluetooth@1.2.6
134 verbose cwd C:\Users\Dr Padma srinivas\AppData\Roaming\npm-cache\_logs
135 verbose Windows_NT 10.0.18362
136 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "node-bluetooth"
137 verbose node v12.13.0
138 verbose npm  v6.12.0
139 error code ELIFECYCLE
140 error errno 1
141 error node-bluetooth@1.2.6 install: `node-gyp configure build`
141 error Exit status 1
142 error Failed at the node-bluetooth@1.2.6 install script.
142 error This is probably not a problem with npm. There is likely additional logging output above.
143 verbose exit [ 1, true ]
132详细堆栈错误:节点-bluetooth@1.2.6install:`node gyp configure build`
132详细堆栈退出状态1
132 EventEmitter上的详细堆栈。(C:\Program Files\nodejs\node\u modules\npm\node\u modules\npm lifecycle\index.js:332:16)
132 EventEmitter.emit上的详细堆栈(events.js:210:5)
132子进程的详细堆栈。(C:\Program Files\nodejs\node\U modules\npm\node\U modules\npm lifecycle\lib\spawn.js:55:14)
132 ChildProcess.emit上的详细堆栈(events.js:210:5)
132 maybeClose的详细堆栈(internal/child_process.js:1021:16)
132 Process.ChildProcess.\u handle.onexit处的详细堆栈(internal/child\u Process.js:283:5)
133冗余pkgid节点-bluetooth@1.2.6
134详细cwd C:\Users\Dr Padma srinivas\AppData\Roaming\npm cache\\ U日志
135详细窗口\u NT 10.0.18362
136详细argv“C:\\Program Files\\nodejs\\node.exe”“C:\\Program Files\\nodejs\\node\u modules\\npm\\bin\\npm cli.js”“i”“node bluetooth”
137详细节点v12.13.0
138详细的npm v6.12.0
139错误代码ELIFECYCLE
140错误1
141错误节点-bluetooth@1.2.6install:`node gyp configure build`
141错误退出状态1
142节点上的错误失败-bluetooth@1.2.6安装脚本。
142错误这可能不是npm的问题。上面可能还有其他日志输出。
143详细退出[1,true]

欢迎来到SO!“上面可能还有其他日志输出”--您检查了上面的输出了吗?你能把这句话说出来吗?上面是从生成的实际日志文件中得到的。我无法在这里复制它。