Closed carlosOpenbci closed 7 years ago
I did:
npm install
and got error:
Carlos@Carlos-PC MINGW64 ~/openbci/OpenBCI_NodeJS (ganglion) $ npm install n > usb@1.2.0 install C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download: https://github.com/tessel/node-usb/releases/download/1.2.0/usb_bindings-v1.2.0-node-v51-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for usb@1.2.0 and node@7.1.0 (node-v51 ABI) (falling back to source compile with node-gyp) C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" clean ) else (node "" clean ) C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding\usb_bindings.node --module_name=usb_bindings --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding ) else (node "" configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding\usb_bindings.node --module_name=usb_bindings --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding ) gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:111:15) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\usb\\src\\binding\\usb_bindings.node" "--module_name=usb_bindings" "--module_path=C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\usb\\src\\binding" gyp ERR! cwd C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb gyp ERR! node -v v7.1.0 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'node-gyp.cmd configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding\usb_bindings.node --module_name=usb_bindings --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:106:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:885:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) node-pre-gyp ERR! System Windows_NT 6.1.7601 node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\usb\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb node-pre-gyp ERR! node -v v7.1.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.30 node-pre-gyp ERR! not ok Failed to execute 'node-gyp.cmd configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding\usb_bindings.node --module_name=usb_bindings --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\usb\src\binding' (1) > bluetooth-hci-socket@0.5.1 install C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\bluetooth-hci-socket > node-gyp rebuild C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\bluetooth-hci-socket>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild ) gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:111:15) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\bluetooth-hci-socket gyp ERR! node -v v7.1.0 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok > serialport@4.0.1 install C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download: https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.1/serialport-v4.0.1-node-v51-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.1 and node@7.1.0 (node-v51 ABI) (falling back to source compile with node-gyp) C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" clean ) else (node "" clean ) C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release\serialport.node --module_name=serialport --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release ) else (node "" configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release\serialport.node --module_name=serialport --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release ) gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:111:15) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\serialport\\build\\Release\\serialport.node" "--module_name=serialport" "--module_path=C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\serialport\\build\\Release" gyp ERR! cwd C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport gyp ERR! node -v v7.1.0 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'node-gyp.cmd configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release\serialport.node --module_name=serialport --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:106:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:885:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) node-pre-gyp ERR! System Windows_NT 6.1.7601 node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Carlos\\openbci\\OpenBCI_NodeJS\\node_modules\\serialport\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport node-pre-gyp ERR! node -v v7.1.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.29 node-pre-gyp ERR! not ok Failed to execute 'node-gyp.cmd configure --fallback-to-build --module=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release\serialport.node --module_name=serialport --module_path=C:\Users\Carlos\openbci\OpenBCI_NodeJS\node_modules\serialport\build\Release' (1) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules\noble\node_modules\xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.2.0 (node_modules\usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.2.0 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 (node_modules\bluetooth-hci-socket): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR! node v7.1.0 npm ERR! npm v3.10.9 npm ERR! code ELIFECYCLE npm ERR! serialport@4.0.1 install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the serialport@4.0.1 install script 'node-pre-gyp install --fallback-to-build'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the serialport package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-pre-gyp install --fallback-to-build npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs serialport npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls serialport npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! C:\Users\Carlos\openbci\OpenBCI_NodeJS\npm-debug.log
Next steps taken:
npm install -g node-pre-gyp
I did:
and got error:
Next steps taken: