maierfelix / POGOserver

Pokemon GO server emulator
GNU General Public License v3.0
459 stars 197 forks source link

error #310

Open ghost opened 7 years ago

ghost commented 7 years ago

542 error Windows_NT 10.0.10586 543 error argv "D:\Program Files\nodejs\node.exe" "D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "node-protobuf" 544 error node v6.4.0 545 error npm v3.10.3 546 error code ELIFECYCLE 547 error node-protobuf@1.4.1 install: node-gyp rebuild 547 error Exit status 1 548 error Failed at the node-protobuf@1.4.1 install script 'node-gyp rebuild'. 548 error Make sure you have the latest version of node.js and npm installed. 548 error If you do, this is most likely a problem with the node-protobuf package, 548 error not with npm itself. 548 error Tell the author that this fails on your system: 548 error node-gyp rebuild 548 error You can get information on how to open an issue for this project with: 548 error npm bugs node-protobuf 548 error Or if that isn't available, you can get their info via: 548 error npm owner ls node-protobuf 548 error There is likely additional logging output above. 549 verbose exit [ 1, true ]

DracoMilesX commented 7 years ago

Have you followed the protobuf wiki? https://github.com/maierfelix/POGOserver/wiki/Windows-Protobuf-How-To

You don't have protobuf (correctly) installed which is why it gives this error