fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

Install will not work #84

Closed RandomGamer055 closed 7 years ago

RandomGamer055 commented 7 years ago

213 error Windows_NT 10.0.10586 214 error argv "C:\Program Files\nodejs\node.exe" "C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "node-protobuf" 215 error node v4.5.0 216 error npm v3.10.6 217 error code ELIFECYCLE 218 error node-protobuf@1.3.3 install: node-gyp rebuild 218 error Exit status 1 219 error Failed at the node-protobuf@1.3.3 install script 'node-gyp rebuild'. 219 error Make sure you have the latest version of node.js and npm installed. 219 error If you do, this is most likely a problem with the node-protobuf package, 219 error not with npm itself. 219 error Tell the author that this fails on your system: 219 error node-gyp rebuild 219 error You can get information on how to open an issue for this project with: 219 error npm bugs node-protobuf 219 error Or if that isn't available, you can get their info via: 219 error npm owner ls node-protobuf 219 error There is likely additional logging output above. 220 verbose exit [ 1, true ]

RandomGamer055 commented 7 years ago

please help me i have been working on trying to get this to work for many hours or all night i am geting a huge headache i have the node-gyp rebuild and the node-protobuf but it still does not work :(

fuwaneko commented 7 years ago

Please, provide full error log.

RandomGamer055 commented 7 years ago

0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli 'node-protobuf' ] 2 info using npm@3.10.6 3 info using node@v4.5.0 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData node-protobuf 8 silly fetchNamedPackageData node-protobuf 9 silly mapToRegistry name node-protobuf 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry data Result { 12 silly mapToRegistry raw: 'node-protobuf', 12 silly mapToRegistry scope: null, 12 silly mapToRegistry escapedName: 'node-protobuf', 12 silly mapToRegistry name: 'node-protobuf', 12 silly mapToRegistry rawSpec: '', 12 silly mapToRegistry spec: 'latest', 12 silly mapToRegistry type: 'tag' } 13 silly mapToRegistry uri https://registry.npmjs.org/node-protobuf 14 verbose request uri https://registry.npmjs.org/node-protobuf 15 verbose request no auth needed 16 info attempt registry request try #1 at 3:43:17 AM 17 verbose request id a6199572089f64d8 18 verbose etag "9XHFCEZNIXQA9CDRHIK0647ZY" 19 http request GET https://registry.npmjs.org/node-protobuf 20 http 304 https://registry.npmjs.org/node-protobuf 21 verbose headers { date: 'Sun, 04 Sep 2016 10:42:00 GMT', 21 verbose headers via: '1.1 varnish', 21 verbose headers 'cache-control': 'max-age=300', 21 verbose headers etag: '"9XHFCEZNIXQA9CDRHIK0647ZY"', 21 verbose headers age: '0', 21 verbose headers connection: 'keep-alive', 21 verbose headers 'x-served-by': 'cache-sea1927-SEA', 21 verbose headers 'x-cache': 'HIT', 21 verbose headers 'x-cache-hits': '1', 21 verbose headers 'x-timer': 'S1472985720.685559,VS0,VE23', 21 verbose headers vary: 'Accept-Encoding' } 22 silly get cb [ 304, 22 silly get { date: 'Sun, 04 Sep 2016 10:42:00 GMT', 22 silly get via: '1.1 varnish', 22 silly get 'cache-control': 'max-age=300', 22 silly get etag: '"9XHFCEZNIXQA9CDRHIK0647ZY"', 22 silly get age: '0', 22 silly get connection: 'keep-alive', 22 silly get 'x-served-by': 'cache-sea1927-SEA', 22 silly get 'x-cache': 'HIT', 22 silly get 'x-cache-hits': '1', 22 silly get 'x-timer': 'S1472985720.685559,VS0,VE23', 22 silly get vary: 'Accept-Encoding' } ] 23 verbose etag https://registry.npmjs.org/node-protobuf from cache 24 verbose get saving node-protobuf to C:\Users\Daniel C\AppData\Roaming\npm-cache\registry.npmjs.org\node-protobuf.cache.json 25 verbose correctMkdir C:\Users\Daniel C\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 26 silly install normalizeTree 27 silly loadCurrentTree Finishing 28 silly loadIdealTree Starting 29 silly install loadIdealTree 30 silly cloneCurrentTree Starting 31 silly install cloneCurrentTreeToIdealTree 32 silly cloneCurrentTree Finishing 33 silly loadShrinkwrap Starting 34 silly install loadShrinkwrap 35 silly loadShrinkwrap Finishing 36 silly loadAllDepsIntoIdealTree Starting 37 silly install loadAllDepsIntoIdealTree 38 silly resolveWithNewModule node-protobuf@1.3.3 checking installable status 39 silly cache add args [ 'node-protobuf', null ] 40 verbose cache add spec node-protobuf 41 silly cache add parsed spec Result { 41 silly cache add raw: 'node-protobuf', 41 silly cache add scope: null, 41 silly cache add escapedName: 'node-protobuf', 41 silly cache add name: 'node-protobuf', 41 silly cache add rawSpec: '', 41 silly cache add spec: 'latest', 41 silly cache add type: 'tag' } 42 silly addNamed node-protobuf@latest 43 verbose addNamed "latest" is being treated as a dist-tag for node-protobuf 44 info addNameTag [ 'node-protobuf', 'latest' ] 45 silly mapToRegistry name node-protobuf 46 silly mapToRegistry using default registry 47 silly mapToRegistry registry https://registry.npmjs.org/ 48 silly mapToRegistry data Result { 48 silly mapToRegistry raw: 'node-protobuf', 48 silly mapToRegistry scope: null, 48 silly mapToRegistry escapedName: 'node-protobuf', 48 silly mapToRegistry name: 'node-protobuf', 48 silly mapToRegistry rawSpec: '', 48 silly mapToRegistry spec: 'latest', 48 silly mapToRegistry type: 'tag' } 49 silly mapToRegistry uri https://registry.npmjs.org/node-protobuf 50 verbose addNameTag registry:https://registry.npmjs.org/node-protobuf not in flight; fetching 51 verbose get https://registry.npmjs.org/node-protobuf not expired, no request 52 silly addNameTag next cb for node-protobuf with tag latest 53 silly addNamed node-protobuf@1.3.3 54 verbose addNamed "1.3.3" is a plain semver version for node-protobuf 55 silly cache afterAdd node-protobuf@1.3.3 56 verbose afterAdd C:\Users\Daniel C\AppData\Roaming\npm-cache\node-protobuf\1.3.3\package\package.json not in flight; writing 57 verbose correctMkdir C:\Users\Daniel C\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 58 verbose afterAdd C:\Users\Daniel C\AppData\Roaming\npm-cache\node-protobuf\1.3.3\package\package.json written 59 silly fetchNamedPackageData fsevents 60 silly mapToRegistry name fsevents 61 silly mapToRegistry using default registry 62 silly mapToRegistry registry https://registry.npmjs.org/ 63 silly mapToRegistry data Result { 63 silly mapToRegistry raw: 'fsevents', 63 silly mapToRegistry scope: null, 63 silly mapToRegistry escapedName: 'fsevents', 63 silly mapToRegistry name: 'fsevents', 63 silly mapToRegistry rawSpec: '', 63 silly mapToRegistry spec: 'latest', 63 silly mapToRegistry type: 'tag' } 64 silly mapToRegistry uri https://registry.npmjs.org/fsevents 65 verbose request uri https://registry.npmjs.org/fsevents 66 verbose request no auth needed 67 info attempt registry request try #1 at 3:43:19 AM 68 verbose etag "1IUUBBNAFSLRNOMEHDGNJ1LTJ" 69 http request GET https://registry.npmjs.org/fsevents 70 http 304 https://registry.npmjs.org/fsevents 71 verbose headers { date: 'Sun, 04 Sep 2016 10:42:02 GMT', 71 verbose headers via: '1.1 varnish', 71 verbose headers 'cache-control': 'max-age=300', 71 verbose headers etag: '"1IUUBBNAFSLRNOMEHDGNJ1LTJ"', 71 verbose headers age: '292', 71 verbose headers connection: 'keep-alive', 71 verbose headers 'x-served-by': 'cache-sea1927-SEA', 71 verbose headers 'x-cache': 'HIT', 71 verbose headers 'x-cache-hits': '6', 71 verbose headers 'x-timer': 'S1472985722.901668,VS0,VE0', 71 verbose headers vary: 'Accept-Encoding' } 72 silly get cb [ 304, 72 silly get { date: 'Sun, 04 Sep 2016 10:42:02 GMT', 72 silly get via: '1.1 varnish', 72 silly get 'cache-control': 'max-age=300', 72 silly get etag: '"1IUUBBNAFSLRNOMEHDGNJ1LTJ"', 72 silly get age: '292', 72 silly get connection: 'keep-alive', 72 silly get 'x-served-by': 'cache-sea1927-SEA', 72 silly get 'x-cache': 'HIT', 72 silly get 'x-cache-hits': '6', 72 silly get 'x-timer': 'S1472985722.901668,VS0,VE0', 72 silly get vary: 'Accept-Encoding' } ] 73 verbose etag https://registry.npmjs.org/fsevents from cache 74 verbose get saving fsevents to C:\Users\Daniel C\AppData\Roaming\npm-cache\registry.npmjs.org\fsevents.cache.json 75 verbose correctMkdir C:\Users\Daniel C\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 76 silly resolveWithNewModule fsevents@1.0.14 checking installable status 77 silly loadAllDepsIntoIdealTree Finishing 78 silly loadIdealTree Finishing 79 silly currentTree POGOServer@0.5.0 79 silly currentTree +-- abbrev@1.0.9 79 silly currentTree +-- amdefine@1.0.0 79 silly currentTree +-- ansi-regex@2.0.0 79 silly currentTree +-- ansi-styles@2.2.1 79 silly currentTree +-- anymatch@1.3.0 79 silly currentTree +-- aproba@1.0.4 79 silly currentTree +-- are-we-there-yet@1.1.2 79 silly currentTree +-- arr-diff@2.0.0 79 silly currentTree +-- arr-flatten@1.0.1 79 silly currentTree +-- array-find-index@1.0.1 79 silly currentTree +-- array-index@1.0.0 79 silly currentTree +-- array-uniq@1.0.3 79 silly currentTree +-- array-unique@0.2.1 79 silly currentTree +-- arrify@1.0.1 79 silly currentTree +-- ascli@1.0.0 79 silly currentTree +-- asn1@0.2.3 79 silly currentTree +-- assert-plus@0.2.0 79 silly currentTree +-- async-each@1.0.1 79 silly currentTree +-- async@2.0.1 79 silly currentTree +-- aws-sign2@0.6.0 79 silly currentTree +-- aws4@1.4.1 79 silly currentTree +-- babel-cli@6.14.0 79 silly currentTree | +-- chalk@1.1.1 79 silly currentTree | -- glob@5.0.15 79 silly currentTree +-- babel-code-frame@6.11.0 79 silly currentTree +-- babel-core@6.14.0 79 silly currentTree +-- babel-generator@6.14.0 79 silly currentTree +-- babel-helper-bindify-decorators@6.8.0 79 silly currentTree +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0 79 silly currentTree +-- babel-helper-call-delegate@6.8.0 79 silly currentTree +-- babel-helper-define-map@6.9.0 79 silly currentTree +-- babel-helper-explode-assignable-expression@6.8.0 79 silly currentTree +-- babel-helper-explode-class@6.8.0 79 silly currentTree +-- babel-helper-function-name@6.8.0 79 silly currentTree +-- babel-helper-get-function-arity@6.8.0 79 silly currentTree +-- babel-helper-hoist-variables@6.8.0 79 silly currentTree +-- babel-helper-optimise-call-expression@6.8.0 79 silly currentTree +-- babel-helper-regex@6.9.0 79 silly currentTree +-- babel-helper-remap-async-to-generator@6.11.2 79 silly currentTree +-- babel-helper-replace-supers@6.14.0 79 silly currentTree +-- babel-helpers@6.8.0 79 silly currentTree +-- babel-messages@6.8.0 79 silly currentTree +-- babel-plugin-check-es2015-constants@6.8.0 79 silly currentTree +-- babel-plugin-syntax-async-functions@6.13.0 79 silly currentTree +-- babel-plugin-syntax-class-constructor-call@6.13.0 79 silly currentTree +-- babel-plugin-syntax-class-properties@6.13.0 79 silly currentTree +-- babel-plugin-syntax-decorators@6.13.0 79 silly currentTree +-- babel-plugin-syntax-do-expressions@6.13.0 79 silly currentTree +-- babel-plugin-syntax-exponentiation-operator@6.13.0 79 silly currentTree +-- babel-plugin-syntax-export-extensions@6.13.0 79 silly currentTree +-- babel-plugin-syntax-function-bind@6.13.0 79 silly currentTree +-- babel-plugin-syntax-object-rest-spread@6.13.0 79 silly currentTree +-- babel-plugin-syntax-trailing-function-commas@6.13.0 79 silly currentTree +-- babel-plugin-transform-async-to-generator@6.8.0 79 silly currentTree +-- babel-plugin-transform-class-constructor-call@6.8.0 79 silly currentTree +-- babel-plugin-transform-class-properties@6.11.5 79 silly currentTree +-- babel-plugin-transform-decorators@6.13.0 79 silly currentTree +-- babel-plugin-transform-do-expressions@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-arrow-functions@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-block-scoping@6.14.0 79 silly currentTree +-- babel-plugin-transform-es2015-classes@6.14.0 79 silly currentTree +-- babel-plugin-transform-es2015-computed-properties@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-destructuring@6.9.0 79 silly currentTree +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-for-of@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-function-name@6.9.0 79 silly currentTree +-- babel-plugin-transform-es2015-literals@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-modules-amd@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-modules-commonjs@6.14.0 79 silly currentTree +-- babel-plugin-transform-es2015-modules-systemjs@6.14.0 79 silly currentTree +-- babel-plugin-transform-es2015-modules-umd@6.12.0 79 silly currentTree +-- babel-plugin-transform-es2015-object-super@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-parameters@6.11.4 79 silly currentTree +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-spread@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-sticky-regex@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-template-literals@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0 79 silly currentTree +-- babel-plugin-transform-es2015-unicode-regex@6.11.0 79 silly currentTree +-- babel-plugin-transform-exponentiation-operator@6.8.0 79 silly currentTree +-- babel-plugin-transform-export-extensions@6.8.0 79 silly currentTree +-- babel-plugin-transform-function-bind@6.8.0 79 silly currentTree +-- babel-plugin-transform-object-rest-spread@6.8.0 79 silly currentTree +-- babel-plugin-transform-regenerator@6.14.0 79 silly currentTree +-- babel-plugin-transform-strict-mode@6.11.3 79 silly currentTree +-- babel-polyfill@6.13.0 79 silly currentTree +-- babel-preset-es2015@6.14.0 79 silly currentTree +-- babel-preset-stage-0@6.5.0 79 silly currentTree +-- babel-preset-stage-1@6.13.0 79 silly currentTree +-- babel-preset-stage-2@6.13.0 79 silly currentTree +-- babel-preset-stage-3@6.11.0 79 silly currentTree +-- babel-register@6.14.0 79 silly currentTree +-- babel-runtime@6.11.6 79 silly currentTree +-- babel-template@6.14.0 79 silly currentTree +-- babel-traverse@6.14.0 79 silly currentTree +-- babel-types@6.14.0 79 silly currentTree +-- babylon@6.9.1 79 silly currentTree +-- balanced-match@0.4.2 79 silly currentTree +-- bcrypt-pbkdf@1.0.0 79 silly currentTree |-- tweetnacl@0.14.3 79 silly currentTree +-- bignumber.js@2.3.0 79 silly currentTree +-- bin-version-check@2.1.0 79 silly currentTree | +-- minimist@1.2.0 79 silly currentTree | -- semver@4.3.6 79 silly currentTree +-- bin-version@1.0.4 79 silly currentTree +-- binary-extensions@1.5.0 79 silly currentTree +-- bindings@1.2.1 79 silly currentTree +-- bl@1.1.2 79 silly currentTree |-- readable-stream@2.0.6 79 silly currentTree +-- block-stream@0.0.9 79 silly currentTree +-- bluebird-retry@0.8.0 79 silly currentTree +-- bluebird@3.4.3 79 silly currentTree +-- boom@2.10.1 79 silly currentTree +-- brace-expansion@1.1.6 79 silly currentTree +-- braces@1.8.5 79 silly currentTree +-- buffer-shims@1.0.0 79 silly currentTree +-- builtin-modules@1.1.1 79 silly currentTree +-- bytebuffer@5.0.1 79 silly currentTree +-- camelcase-keys@2.1.0 79 silly currentTree +-- camelcase@2.1.1 79 silly currentTree +-- caseless@0.11.0 79 silly currentTree +-- chalk@1.1.3 79 silly currentTree +-- chokidar@1.6.0 79 silly currentTree +-- cliui@3.2.0 79 silly currentTree +-- code-point-at@1.0.0 79 silly currentTree +-- colors@1.1.2 79 silly currentTree +-- colour@0.7.1 79 silly currentTree +-- combined-stream@1.0.5 79 silly currentTree +-- commander@2.9.0 79 silly currentTree +-- concat-map@0.0.1 79 silly currentTree +-- console-control-strings@1.1.0 79 silly currentTree +-- convert-source-map@1.3.0 79 silly currentTree +-- core-js@2.4.1 79 silly currentTree +-- core-util-is@1.0.2 79 silly currentTree +-- cryptiles@2.0.5 79 silly currentTree +-- crypto-js@3.1.6 79 silly currentTree +-- cuint@0.2.2 79 silly currentTree +-- currently-unhandled@0.4.1 79 silly currentTree +-- cycle@1.0.3 79 silly currentTree +-- d@0.1.1 79 silly currentTree +-- dashdash@1.14.0 79 silly currentTree | -- assert-plus@1.0.0 79 silly currentTree +-- debug@2.2.0 79 silly currentTree +-- decamelize@1.2.0 79 silly currentTree +-- deep-equal@0.2.2 79 silly currentTree +-- delayed-stream@1.0.0 79 silly currentTree +-- delegates@1.0.0 79 silly currentTree +-- detect-indent@3.0.1 79 silly currentTree |-- minimist@1.2.0 79 silly currentTree +-- ecc-jsbn@0.1.1 79 silly currentTree +-- error-ex@1.3.0 79 silly currentTree +-- es5-ext@0.10.12 79 silly currentTree +-- es6-iterator@2.0.0 79 silly currentTree +-- es6-symbol@3.1.0 79 silly currentTree +-- escape-string-regexp@1.0.5 79 silly currentTree +-- esutils@2.0.2 79 silly currentTree +-- expand-brackets@0.1.5 79 silly currentTree +-- expand-range@1.8.2 79 silly currentTree +-- extend@3.0.0 79 silly currentTree +-- extglob@0.3.2 79 silly currentTree +-- extsprintf@1.0.2 79 silly currentTree +-- eyes@0.1.8 79 silly currentTree +-- filename-regex@2.0.0 79 silly currentTree +-- fill-range@2.2.3 79 silly currentTree +-- find-up@1.1.2 79 silly currentTree | -- path-exists@2.1.0 79 silly currentTree +-- find-versions@1.2.1 79 silly currentTree +-- for-in@0.1.5 79 silly currentTree +-- for-own@0.1.4 79 silly currentTree +-- forever-agent@0.6.1 79 silly currentTree +-- form-data@1.0.1 79 silly currentTree +-- fs-extra@0.30.0 79 silly currentTree +-- fs-readdir-recursive@0.1.2 79 silly currentTree +-- fs.realpath@1.0.0 79 silly currentTree +-- fstream@1.0.10 79 silly currentTree +-- gauge@2.6.0 79 silly currentTree +-- generate-function@2.0.0 79 silly currentTree +-- generate-object-property@1.2.0 79 silly currentTree +-- get-stdin@4.0.1 79 silly currentTree +-- getpass@0.1.6 79 silly currentTree |-- assert-plus@1.0.0 79 silly currentTree +-- glob-base@0.3.0 79 silly currentTree +-- glob-parent@2.0.0 79 silly currentTree +-- glob@7.0.6 79 silly currentTree +-- globals@8.18.0 79 silly currentTree +-- gpsoauthnode@0.0.5 79 silly currentTree +-- graceful-fs@4.1.6 79 silly currentTree +-- graceful-readlink@1.0.1 79 silly currentTree +-- har-validator@2.0.6 79 silly currentTree +-- has-ansi@2.0.0 79 silly currentTree +-- has-color@0.1.7 79 silly currentTree +-- has-unicode@2.0.1 79 silly currentTree +-- hawk@3.1.3 79 silly currentTree +-- hoek@2.16.3 79 silly currentTree +-- home-or-tmp@1.0.0 79 silly currentTree +-- hosted-git-info@2.1.5 79 silly currentTree +-- http-signature@1.1.1 79 silly currentTree +-- i@0.3.5 79 silly currentTree +-- indent-string@2.1.0 79 silly currentTree | -- repeating@2.0.1 79 silly currentTree +-- inflight@1.0.5 79 silly currentTree +-- inherits@2.0.1 79 silly currentTree +-- invariant@2.2.1 79 silly currentTree +-- invert-kv@1.0.0 79 silly currentTree +-- is-arrayish@0.2.1 79 silly currentTree +-- is-binary-path@1.0.1 79 silly currentTree +-- is-buffer@1.1.4 79 silly currentTree +-- is-builtin-module@1.0.0 79 silly currentTree +-- is-dotfile@1.0.2 79 silly currentTree +-- is-equal-shallow@0.1.3 79 silly currentTree +-- is-extendable@0.1.1 79 silly currentTree +-- is-extglob@1.0.0 79 silly currentTree +-- is-finite@1.0.1 79 silly currentTree +-- is-fullwidth-code-point@1.0.0 79 silly currentTree +-- is-glob@2.0.1 79 silly currentTree +-- is-my-json-valid@2.13.1 79 silly currentTree +-- is-number@2.1.0 79 silly currentTree +-- is-posix-bracket@0.1.1 79 silly currentTree +-- is-primitive@2.0.0 79 silly currentTree +-- is-property@1.0.2 79 silly currentTree +-- is-typedarray@1.0.0 79 silly currentTree +-- is-utf8@0.2.1 79 silly currentTree +-- isarray@1.0.0 79 silly currentTree +-- isexe@1.1.2 79 silly currentTree +-- isobject@2.1.0 79 silly currentTree +-- isstream@0.1.2 79 silly currentTree +-- jodid25519@1.0.2 79 silly currentTree +-- js-tokens@2.0.0 79 silly currentTree +-- jsbn@0.1.0 79 silly currentTree +-- jsesc@0.5.0 79 silly currentTree +-- json-schema@0.2.2 79 silly currentTree +-- json-stringify-safe@5.0.1 79 silly currentTree +-- json5@0.4.0 79 silly currentTree +-- jsonfile@2.3.1 79 silly currentTree +-- jsonpointer@2.0.0 79 silly currentTree +-- jsprim@1.3.0 79 silly currentTree +-- jwt-decode@2.1.0 79 silly currentTree +-- kind-of@3.0.4 79 silly currentTree +-- klaw@1.3.0 79 silly currentTree +-- lcid@1.0.0 79 silly currentTree +-- load-json-file@1.1.0 79 silly currentTree +-- lodash@4.15.0 79 silly currentTree +-- log-symbols@1.0.2 79 silly currentTree +-- long@3.2.0 79 silly currentTree +-- loose-envify@1.2.0 79 silly currentTree |-- js-tokens@1.0.3 79 silly currentTree +-- loud-rejection@1.6.0 79 silly currentTree +-- map-obj@1.0.1 79 silly currentTree +-- meow@3.7.0 79 silly currentTree | -- minimist@1.2.0 79 silly currentTree +-- micromatch@2.3.11 79 silly currentTree +-- mime-db@1.23.0 79 silly currentTree +-- mime-types@2.1.11 79 silly currentTree +-- minimatch@3.0.3 79 silly currentTree +-- minimist@0.0.8 79 silly currentTree +-- mkdirp@0.5.1 79 silly currentTree +-- ms@0.7.1 79 silly currentTree +-- mute-stream@0.0.6 79 silly currentTree +-- mysql@2.11.1 79 silly currentTree | +-- isarray@0.0.1 79 silly currentTree |-- readable-stream@1.1.14 79 silly currentTree +-- nan@2.4.0 79 silly currentTree +-- ncp@1.0.1 79 silly currentTree +-- node-gyp@3.4.0 79 silly currentTree +-- node-pogo-protos@1.4.0 79 silly currentTree +-- node-pogo-signature@2.0.3 79 silly currentTree +-- node-uuid@1.4.7 79 silly currentTree +-- nopt@3.0.6 79 silly currentTree +-- normalize-package-data@2.3.5 79 silly currentTree +-- normalize-path@2.0.1 79 silly currentTree +-- npmlog@3.1.2 79 silly currentTree +-- number-is-nan@1.0.0 79 silly currentTree +-- oauth-sign@0.8.2 79 silly currentTree +-- object-assign@4.1.0 79 silly currentTree +-- object.omit@2.0.0 79 silly currentTree +-- once@1.3.3 79 silly currentTree +-- optimist@0.3.7 79 silly currentTree +-- optjs@3.2.2 79 silly currentTree +-- os-homedir@1.0.1 79 silly currentTree +-- os-locale@1.4.0 79 silly currentTree +-- os-tmpdir@1.0.1 79 silly currentTree +-- osenv@0.1.3 79 silly currentTree +-- output-file-sync@1.1.2 79 silly currentTree +-- parse-glob@3.0.4 79 silly currentTree +-- parse-json@2.2.0 79 silly currentTree +-- path-array@1.0.1 79 silly currentTree +-- path-exists@1.0.0 79 silly currentTree +-- path-is-absolute@1.0.0 79 silly currentTree +-- path-type@1.1.0 79 silly currentTree +-- pcrypt@1.0.0 79 silly currentTree +-- pify@2.3.0 79 silly currentTree +-- pinkie-promise@2.0.1 79 silly currentTree +-- pinkie@2.0.4 79 silly currentTree +-- pkginfo@0.4.0 79 silly currentTree +-- pogo-asset-downloader@0.3.1 79 silly currentTree +-- pogobuf@1.6.0 79 silly currentTree +-- pokemongo-protobuf@1.12.0 79 silly currentTree +-- pokename@0.3.0 79 silly currentTree +-- preserve@0.2.0 79 silly currentTree +-- private@0.1.6 79 silly currentTree +-- process-nextick-args@1.0.7 79 silly currentTree +-- prompt@1.0.0 79 silly currentTree +-- protobufjs@5.0.1 79 silly currentTree | -- glob@5.0.15 79 silly currentTree +-- punycode@1.3.2 79 silly currentTree +-- qs@6.2.1 79 silly currentTree +-- querystring@0.2.0 79 silly currentTree +-- randomatic@1.1.5 79 silly currentTree +-- read-pkg-up@1.0.1 79 silly currentTree +-- read-pkg@1.1.0 79 silly currentTree +-- read@1.0.7 79 silly currentTree +-- readable-stream@2.1.5 79 silly currentTree +-- readdirp@2.1.0 79 silly currentTree +-- rebuild@0.1.2 79 silly currentTree +-- redent@1.0.0 79 silly currentTree +-- regenerate@1.3.1 79 silly currentTree +-- regenerator-runtime@0.9.5 79 silly currentTree +-- regex-cache@0.4.3 79 silly currentTree +-- regexpu-core@2.0.0 79 silly currentTree +-- regjsgen@0.2.0 79 silly currentTree +-- regjsparser@0.1.5 79 silly currentTree +-- repeat-element@1.1.2 79 silly currentTree +-- repeat-string@1.5.4 79 silly currentTree +-- repeating@1.1.3 79 silly currentTree +-- request@2.74.0 79 silly currentTree +-- revalidator@0.1.8 79 silly currentTree +-- rimraf@2.5.4 79 silly currentTree +-- s2-geometry@1.2.9 79 silly currentTree +-- semver-regex@1.0.0 79 silly currentTree +-- semver-truncate@1.1.2 79 silly currentTree +-- semver@5.3.0 79 silly currentTree +-- set-blocking@2.0.0 79 silly currentTree +-- set-immediate-shim@1.0.1 79 silly currentTree +-- shebang-regex@1.0.0 79 silly currentTree +-- signal-exit@3.0.0 79 silly currentTree +-- slash@1.0.0 79 silly currentTree +-- sntp@1.0.9 79 silly currentTree +-- source-map-support@0.2.10 79 silly currentTree |-- source-map@0.1.32 79 silly currentTree +-- source-map@0.5.6 79 silly currentTree +-- spdx-correct@1.0.2 79 silly currentTree +-- spdx-expression-parse@1.0.3 79 silly currentTree +-- spdx-license-ids@1.2.2 79 silly currentTree +-- sqlstring@2.0.1 79 silly currentTree +-- sshpk@1.10.0 79 silly currentTree | -- assert-plus@1.0.0 79 silly currentTree +-- stack-trace@0.0.9 79 silly currentTree +-- string_decoder@0.10.31 79 silly currentTree +-- string-width@1.0.2 79 silly currentTree +-- stringstream@0.0.5 79 silly currentTree +-- strip-ansi@3.0.1 79 silly currentTree +-- strip-bom@2.0.0 79 silly currentTree +-- strip-indent@1.0.1 79 silly currentTree +-- supports-color@2.0.0 79 silly currentTree +-- tar@2.2.1 79 silly currentTree +-- to-fast-properties@1.0.2 79 silly currentTree +-- tough-cookie@2.3.1 79 silly currentTree +-- trim-newlines@1.0.0 79 silly currentTree +-- tunnel-agent@0.4.3 79 silly currentTree +-- tweetnacl@0.13.3 79 silly currentTree +-- url@0.11.0 79 silly currentTree +-- user-home@1.1.1 79 silly currentTree +-- util-deprecate@1.0.2 79 silly currentTree +-- utile@0.3.0 79 silly currentTree |-- async@0.9.2 79 silly currentTree +-- v8flags@2.0.11 79 silly currentTree +-- validate-npm-package-license@3.0.1 79 silly currentTree +-- verror@1.3.6 79 silly currentTree +-- which@1.2.10 79 silly currentTree +-- wide-align@1.1.0 79 silly currentTree +-- window-size@0.1.4 79 silly currentTree +-- winston@2.1.1 79 silly currentTree | +-- async@1.0.0 79 silly currentTree | +-- colors@1.0.3 79 silly currentTree | -- pkginfo@0.3.1 79 silly currentTree +-- wordwrap@0.0.3 79 silly currentTree +-- wrap-ansi@2.0.0 79 silly currentTree +-- wrappy@1.0.2 79 silly currentTree +-- xtend@4.0.1 79 silly currentTree +-- xxhashjs@0.2.1 79 silly currentTree +-- y18n@3.2.1 79 silly currentTree-- yargs@3.32.0 80 silly idealTree POGOServer@0.5.0 80 silly idealTree +-- abbrev@1.0.9 80 silly idealTree +-- amdefine@1.0.0 80 silly idealTree +-- ansi-regex@2.0.0 80 silly idealTree +-- ansi-styles@2.2.1 80 silly idealTree +-- anymatch@1.3.0 80 silly idealTree +-- aproba@1.0.4 80 silly idealTree +-- are-we-there-yet@1.1.2 80 silly idealTree +-- arr-diff@2.0.0 80 silly idealTree +-- arr-flatten@1.0.1 80 silly idealTree +-- array-find-index@1.0.1 80 silly idealTree +-- array-index@1.0.0 80 silly idealTree +-- array-uniq@1.0.3 80 silly idealTree +-- array-unique@0.2.1 80 silly idealTree +-- arrify@1.0.1 80 silly idealTree +-- ascli@1.0.0 80 silly idealTree +-- asn1@0.2.3 80 silly idealTree +-- assert-plus@0.2.0 80 silly idealTree +-- async-each@1.0.1 80 silly idealTree +-- async@2.0.1 80 silly idealTree +-- aws-sign2@0.6.0 80 silly idealTree +-- aws4@1.4.1 80 silly idealTree +-- babel-cli@6.14.0 80 silly idealTree | +-- chalk@1.1.1 80 silly idealTree | -- glob@5.0.15 80 silly idealTree +-- babel-code-frame@6.11.0 80 silly idealTree +-- babel-core@6.14.0 80 silly idealTree +-- babel-generator@6.14.0 80 silly idealTree +-- babel-helper-bindify-decorators@6.8.0 80 silly idealTree +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0 80 silly idealTree +-- babel-helper-call-delegate@6.8.0 80 silly idealTree +-- babel-helper-define-map@6.9.0 80 silly idealTree +-- babel-helper-explode-assignable-expression@6.8.0 80 silly idealTree +-- babel-helper-explode-class@6.8.0 80 silly idealTree +-- babel-helper-function-name@6.8.0 80 silly idealTree +-- babel-helper-get-function-arity@6.8.0 80 silly idealTree +-- babel-helper-hoist-variables@6.8.0 80 silly idealTree +-- babel-helper-optimise-call-expression@6.8.0 80 silly idealTree +-- babel-helper-regex@6.9.0 80 silly idealTree +-- babel-helper-remap-async-to-generator@6.11.2 80 silly idealTree +-- babel-helper-replace-supers@6.14.0 80 silly idealTree +-- babel-helpers@6.8.0 80 silly idealTree +-- babel-messages@6.8.0 80 silly idealTree +-- babel-plugin-check-es2015-constants@6.8.0 80 silly idealTree +-- babel-plugin-syntax-async-functions@6.13.0 80 silly idealTree +-- babel-plugin-syntax-class-constructor-call@6.13.0 80 silly idealTree +-- babel-plugin-syntax-class-properties@6.13.0 80 silly idealTree +-- babel-plugin-syntax-decorators@6.13.0 80 silly idealTree +-- babel-plugin-syntax-do-expressions@6.13.0 80 silly idealTree +-- babel-plugin-syntax-exponentiation-operator@6.13.0 80 silly idealTree +-- babel-plugin-syntax-export-extensions@6.13.0 80 silly idealTree +-- babel-plugin-syntax-function-bind@6.13.0 80 silly idealTree +-- babel-plugin-syntax-object-rest-spread@6.13.0 80 silly idealTree +-- babel-plugin-syntax-trailing-function-commas@6.13.0 80 silly idealTree +-- babel-plugin-transform-async-to-generator@6.8.0 80 silly idealTree +-- babel-plugin-transform-class-constructor-call@6.8.0 80 silly idealTree +-- babel-plugin-transform-class-properties@6.11.5 80 silly idealTree +-- babel-plugin-transform-decorators@6.13.0 80 silly idealTree +-- babel-plugin-transform-do-expressions@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-arrow-functions@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-block-scoping@6.14.0 80 silly idealTree +-- babel-plugin-transform-es2015-classes@6.14.0 80 silly idealTree +-- babel-plugin-transform-es2015-computed-properties@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-destructuring@6.9.0 80 silly idealTree +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-for-of@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-function-name@6.9.0 80 silly idealTree +-- babel-plugin-transform-es2015-literals@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-modules-amd@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-modules-commonjs@6.14.0 80 silly idealTree +-- babel-plugin-transform-es2015-modules-systemjs@6.14.0 80 silly idealTree +-- babel-plugin-transform-es2015-modules-umd@6.12.0 80 silly idealTree +-- babel-plugin-transform-es2015-object-super@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-parameters@6.11.4 80 silly idealTree +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-spread@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-sticky-regex@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-template-literals@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0 80 silly idealTree +-- babel-plugin-transform-es2015-unicode-regex@6.11.0 80 silly idealTree +-- babel-plugin-transform-exponentiation-operator@6.8.0 80 silly idealTree +-- babel-plugin-transform-export-extensions@6.8.0 80 silly idealTree +-- babel-plugin-transform-function-bind@6.8.0 80 silly idealTree +-- babel-plugin-transform-object-rest-spread@6.8.0 80 silly idealTree +-- babel-plugin-transform-regenerator@6.14.0 80 silly idealTree +-- babel-plugin-transform-strict-mode@6.11.3 80 silly idealTree +-- babel-polyfill@6.13.0 80 silly idealTree +-- babel-preset-es2015@6.14.0 80 silly idealTree +-- babel-preset-stage-0@6.5.0 80 silly idealTree +-- babel-preset-stage-1@6.13.0 80 silly idealTree +-- babel-preset-stage-2@6.13.0 80 silly idealTree +-- babel-preset-stage-3@6.11.0 80 silly idealTree +-- babel-register@6.14.0 80 silly idealTree +-- babel-runtime@6.11.6 80 silly idealTree +-- babel-template@6.14.0 80 silly idealTree +-- babel-traverse@6.14.0 80 silly idealTree +-- babel-types@6.14.0 80 silly idealTree +-- babylon@6.9.1 80 silly idealTree +-- balanced-match@0.4.2 80 silly idealTree +-- bcrypt-pbkdf@1.0.0 80 silly idealTree |-- tweetnacl@0.14.3 80 silly idealTree +-- bignumber.js@2.3.0 80 silly idealTree +-- bin-version-check@2.1.0 80 silly idealTree | +-- minimist@1.2.0 80 silly idealTree | -- semver@4.3.6 80 silly idealTree +-- bin-version@1.0.4 80 silly idealTree +-- binary-extensions@1.5.0 80 silly idealTree +-- bindings@1.2.1 80 silly idealTree +-- bl@1.1.2 80 silly idealTree |-- readable-stream@2.0.6 80 silly idealTree +-- block-stream@0.0.9 80 silly idealTree +-- bluebird-retry@0.8.0 80 silly idealTree +-- bluebird@3.4.3 80 silly idealTree +-- boom@2.10.1 80 silly idealTree +-- brace-expansion@1.1.6 80 silly idealTree +-- braces@1.8.5 80 silly idealTree +-- buffer-shims@1.0.0 80 silly idealTree +-- builtin-modules@1.1.1 80 silly idealTree +-- bytebuffer@5.0.1 80 silly idealTree +-- camelcase-keys@2.1.0 80 silly idealTree +-- camelcase@2.1.1 80 silly idealTree +-- caseless@0.11.0 80 silly idealTree +-- chalk@1.1.3 80 silly idealTree +-- chokidar@1.6.0 80 silly idealTree +-- cliui@3.2.0 80 silly idealTree +-- code-point-at@1.0.0 80 silly idealTree +-- colors@1.1.2 80 silly idealTree +-- colour@0.7.1 80 silly idealTree +-- combined-stream@1.0.5 80 silly idealTree +-- commander@2.9.0 80 silly idealTree +-- concat-map@0.0.1 80 silly idealTree +-- console-control-strings@1.1.0 80 silly idealTree +-- convert-source-map@1.3.0 80 silly idealTree +-- core-js@2.4.1 80 silly idealTree +-- core-util-is@1.0.2 80 silly idealTree +-- cryptiles@2.0.5 80 silly idealTree +-- crypto-js@3.1.6 80 silly idealTree +-- cuint@0.2.2 80 silly idealTree +-- currently-unhandled@0.4.1 80 silly idealTree +-- cycle@1.0.3 80 silly idealTree +-- d@0.1.1 80 silly idealTree +-- dashdash@1.14.0 80 silly idealTree | -- assert-plus@1.0.0 80 silly idealTree +-- debug@2.2.0 80 silly idealTree +-- decamelize@1.2.0 80 silly idealTree +-- deep-equal@0.2.2 80 silly idealTree +-- delayed-stream@1.0.0 80 silly idealTree +-- delegates@1.0.0 80 silly idealTree +-- detect-indent@3.0.1 80 silly idealTree |-- minimist@1.2.0 80 silly idealTree +-- ecc-jsbn@0.1.1 80 silly idealTree +-- error-ex@1.3.0 80 silly idealTree +-- es5-ext@0.10.12 80 silly idealTree +-- es6-iterator@2.0.0 80 silly idealTree +-- es6-symbol@3.1.0 80 silly idealTree +-- escape-string-regexp@1.0.5 80 silly idealTree +-- esutils@2.0.2 80 silly idealTree +-- expand-brackets@0.1.5 80 silly idealTree +-- expand-range@1.8.2 80 silly idealTree +-- extend@3.0.0 80 silly idealTree +-- extglob@0.3.2 80 silly idealTree +-- extsprintf@1.0.2 80 silly idealTree +-- eyes@0.1.8 80 silly idealTree +-- filename-regex@2.0.0 80 silly idealTree +-- fill-range@2.2.3 80 silly idealTree +-- find-up@1.1.2 80 silly idealTree | -- path-exists@2.1.0 80 silly idealTree +-- find-versions@1.2.1 80 silly idealTree +-- for-in@0.1.5 80 silly idealTree +-- for-own@0.1.4 80 silly idealTree +-- forever-agent@0.6.1 80 silly idealTree +-- form-data@1.0.1 80 silly idealTree +-- fs-extra@0.30.0 80 silly idealTree +-- fs-readdir-recursive@0.1.2 80 silly idealTree +-- fs.realpath@1.0.0 80 silly idealTree +-- fstream@1.0.10 80 silly idealTree +-- gauge@2.6.0 80 silly idealTree +-- generate-function@2.0.0 80 silly idealTree +-- generate-object-property@1.2.0 80 silly idealTree +-- get-stdin@4.0.1 80 silly idealTree +-- getpass@0.1.6 80 silly idealTree |-- assert-plus@1.0.0 80 silly idealTree +-- glob-base@0.3.0 80 silly idealTree +-- glob-parent@2.0.0 80 silly idealTree +-- glob@7.0.6 80 silly idealTree +-- globals@8.18.0 80 silly idealTree +-- gpsoauthnode@0.0.5 80 silly idealTree +-- graceful-fs@4.1.6 80 silly idealTree +-- graceful-readlink@1.0.1 80 silly idealTree +-- har-validator@2.0.6 80 silly idealTree +-- has-ansi@2.0.0 80 silly idealTree +-- has-color@0.1.7 80 silly idealTree +-- has-unicode@2.0.1 80 silly idealTree +-- hawk@3.1.3 80 silly idealTree +-- hoek@2.16.3 80 silly idealTree +-- home-or-tmp@1.0.0 80 silly idealTree +-- hosted-git-info@2.1.5 80 silly idealTree +-- http-signature@1.1.1 80 silly idealTree +-- i@0.3.5 80 silly idealTree +-- indent-string@2.1.0 80 silly idealTree | -- repeating@2.0.1 80 silly idealTree +-- inflight@1.0.5 80 silly idealTree +-- inherits@2.0.1 80 silly idealTree +-- invariant@2.2.1 80 silly idealTree +-- invert-kv@1.0.0 80 silly idealTree +-- is-arrayish@0.2.1 80 silly idealTree +-- is-binary-path@1.0.1 80 silly idealTree +-- is-buffer@1.1.4 80 silly idealTree +-- is-builtin-module@1.0.0 80 silly idealTree +-- is-dotfile@1.0.2 80 silly idealTree +-- is-equal-shallow@0.1.3 80 silly idealTree +-- is-extendable@0.1.1 80 silly idealTree +-- is-extglob@1.0.0 80 silly idealTree +-- is-finite@1.0.1 80 silly idealTree +-- is-fullwidth-code-point@1.0.0 80 silly idealTree +-- is-glob@2.0.1 80 silly idealTree +-- is-my-json-valid@2.13.1 80 silly idealTree +-- is-number@2.1.0 80 silly idealTree +-- is-posix-bracket@0.1.1 80 silly idealTree +-- is-primitive@2.0.0 80 silly idealTree +-- is-property@1.0.2 80 silly idealTree +-- is-typedarray@1.0.0 80 silly idealTree +-- is-utf8@0.2.1 80 silly idealTree +-- isarray@1.0.0 80 silly idealTree +-- isexe@1.1.2 80 silly idealTree +-- isobject@2.1.0 80 silly idealTree +-- isstream@0.1.2 80 silly idealTree +-- jodid25519@1.0.2 80 silly idealTree +-- js-tokens@2.0.0 80 silly idealTree +-- jsbn@0.1.0 80 silly idealTree +-- jsesc@0.5.0 80 silly idealTree +-- json-schema@0.2.2 80 silly idealTree +-- json-stringify-safe@5.0.1 80 silly idealTree +-- json5@0.4.0 80 silly idealTree +-- jsonfile@2.3.1 80 silly idealTree +-- jsonpointer@2.0.0 80 silly idealTree +-- jsprim@1.3.0 80 silly idealTree +-- jwt-decode@2.1.0 80 silly idealTree +-- kind-of@3.0.4 80 silly idealTree +-- klaw@1.3.0 80 silly idealTree +-- lcid@1.0.0 80 silly idealTree +-- load-json-file@1.1.0 80 silly idealTree +-- lodash@4.15.0 80 silly idealTree +-- log-symbols@1.0.2 80 silly idealTree +-- long@3.2.0 80 silly idealTree +-- loose-envify@1.2.0 80 silly idealTree |-- js-tokens@1.0.3 80 silly idealTree +-- loud-rejection@1.6.0 80 silly idealTree +-- map-obj@1.0.1 80 silly idealTree +-- meow@3.7.0 80 silly idealTree | -- minimist@1.2.0 80 silly idealTree +-- micromatch@2.3.11 80 silly idealTree +-- mime-db@1.23.0 80 silly idealTree +-- mime-types@2.1.11 80 silly idealTree +-- minimatch@3.0.3 80 silly idealTree +-- minimist@0.0.8 80 silly idealTree +-- mkdirp@0.5.1 80 silly idealTree +-- ms@0.7.1 80 silly idealTree +-- mute-stream@0.0.6 80 silly idealTree +-- mysql@2.11.1 80 silly idealTree | +-- isarray@0.0.1 80 silly idealTree |-- readable-stream@1.1.14 80 silly idealTree +-- nan@2.4.0 80 silly idealTree +-- ncp@1.0.1 80 silly idealTree +-- node-gyp@3.4.0 80 silly idealTree +-- node-pogo-protos@1.4.0 80 silly idealTree +-- node-pogo-signature@2.0.3 80 silly idealTree +-- node-protobuf@1.3.3 80 silly idealTree +-- node-uuid@1.4.7 80 silly idealTree +-- nopt@3.0.6 80 silly idealTree +-- normalize-package-data@2.3.5 80 silly idealTree +-- normalize-path@2.0.1 80 silly idealTree +-- npmlog@3.1.2 80 silly idealTree +-- number-is-nan@1.0.0 80 silly idealTree +-- oauth-sign@0.8.2 80 silly idealTree +-- object-assign@4.1.0 80 silly idealTree +-- object.omit@2.0.0 80 silly idealTree +-- once@1.3.3 80 silly idealTree +-- optimist@0.3.7 80 silly idealTree +-- optjs@3.2.2 80 silly idealTree +-- os-homedir@1.0.1 80 silly idealTree +-- os-locale@1.4.0 80 silly idealTree +-- os-tmpdir@1.0.1 80 silly idealTree +-- osenv@0.1.3 80 silly idealTree +-- output-file-sync@1.1.2 80 silly idealTree +-- parse-glob@3.0.4 80 silly idealTree +-- parse-json@2.2.0 80 silly idealTree +-- path-array@1.0.1 80 silly idealTree +-- path-exists@1.0.0 80 silly idealTree +-- path-is-absolute@1.0.0 80 silly idealTree +-- path-type@1.1.0 80 silly idealTree +-- pcrypt@1.0.0 80 silly idealTree +-- pify@2.3.0 80 silly idealTree +-- pinkie-promise@2.0.1 80 silly idealTree +-- pinkie@2.0.4 80 silly idealTree +-- pkginfo@0.4.0 80 silly idealTree +-- pogo-asset-downloader@0.3.1 80 silly idealTree +-- pogobuf@1.6.0 80 silly idealTree +-- pokemongo-protobuf@1.12.0 80 silly idealTree +-- pokename@0.3.0 80 silly idealTree +-- preserve@0.2.0 80 silly idealTree +-- private@0.1.6 80 silly idealTree +-- process-nextick-args@1.0.7 80 silly idealTree +-- prompt@1.0.0 80 silly idealTree +-- protobufjs@5.0.1 80 silly idealTree | -- glob@5.0.15 80 silly idealTree +-- punycode@1.3.2 80 silly idealTree +-- qs@6.2.1 80 silly idealTree +-- querystring@0.2.0 80 silly idealTree +-- randomatic@1.1.5 80 silly idealTree +-- read-pkg-up@1.0.1 80 silly idealTree +-- read-pkg@1.1.0 80 silly idealTree +-- read@1.0.7 80 silly idealTree +-- readable-stream@2.1.5 80 silly idealTree +-- readdirp@2.1.0 80 silly idealTree +-- rebuild@0.1.2 80 silly idealTree +-- redent@1.0.0 80 silly idealTree +-- regenerate@1.3.1 80 silly idealTree +-- regenerator-runtime@0.9.5 80 silly idealTree +-- regex-cache@0.4.3 80 silly idealTree +-- regexpu-core@2.0.0 80 silly idealTree +-- regjsgen@0.2.0 80 silly idealTree +-- regjsparser@0.1.5 80 silly idealTree +-- repeat-element@1.1.2 80 silly idealTree +-- repeat-string@1.5.4 80 silly idealTree +-- repeating@1.1.3 80 silly idealTree +-- request@2.74.0 80 silly idealTree +-- revalidator@0.1.8 80 silly idealTree +-- rimraf@2.5.4 80 silly idealTree +-- s2-geometry@1.2.9 80 silly idealTree +-- semver-regex@1.0.0 80 silly idealTree +-- semver-truncate@1.1.2 80 silly idealTree +-- semver@5.3.0 80 silly idealTree +-- set-blocking@2.0.0 80 silly idealTree +-- set-immediate-shim@1.0.1 80 silly idealTree +-- shebang-regex@1.0.0 80 silly idealTree +-- signal-exit@3.0.0 80 silly idealTree +-- slash@1.0.0 80 silly idealTree +-- sntp@1.0.9 80 silly idealTree +-- source-map-support@0.2.10 80 silly idealTree |-- source-map@0.1.32 80 silly idealTree +-- source-map@0.5.6 80 silly idealTree +-- spdx-correct@1.0.2 80 silly idealTree +-- spdx-expression-parse@1.0.3 80 silly idealTree +-- spdx-license-ids@1.2.2 80 silly idealTree +-- sqlstring@2.0.1 80 silly idealTree +-- sshpk@1.10.0 80 silly idealTree | -- assert-plus@1.0.0 80 silly idealTree +-- stack-trace@0.0.9 80 silly idealTree +-- string_decoder@0.10.31 80 silly idealTree +-- string-width@1.0.2 80 silly idealTree +-- stringstream@0.0.5 80 silly idealTree +-- strip-ansi@3.0.1 80 silly idealTree +-- strip-bom@2.0.0 80 silly idealTree +-- strip-indent@1.0.1 80 silly idealTree +-- supports-color@2.0.0 80 silly idealTree +-- tar@2.2.1 80 silly idealTree +-- to-fast-properties@1.0.2 80 silly idealTree +-- tough-cookie@2.3.1 80 silly idealTree +-- trim-newlines@1.0.0 80 silly idealTree +-- tunnel-agent@0.4.3 80 silly idealTree +-- tweetnacl@0.13.3 80 silly idealTree +-- url@0.11.0 80 silly idealTree +-- user-home@1.1.1 80 silly idealTree +-- util-deprecate@1.0.2 80 silly idealTree +-- utile@0.3.0 80 silly idealTree |-- async@0.9.2 80 silly idealTree +-- v8flags@2.0.11 80 silly idealTree +-- validate-npm-package-license@3.0.1 80 silly idealTree +-- verror@1.3.6 80 silly idealTree +-- which@1.2.10 80 silly idealTree +-- wide-align@1.1.0 80 silly idealTree +-- window-size@0.1.4 80 silly idealTree +-- winston@2.1.1 80 silly idealTree | +-- async@1.0.0 80 silly idealTree | +-- colors@1.0.3 80 silly idealTree | -- pkginfo@0.3.1 80 silly idealTree +-- wordwrap@0.0.3 80 silly idealTree +-- wrap-ansi@2.0.0 80 silly idealTree +-- wrappy@1.0.2 80 silly idealTree +-- xtend@4.0.1 80 silly idealTree +-- xxhashjs@0.2.1 80 silly idealTree +-- y18n@3.2.1 80 silly idealTree-- yargs@3.32.0 81 silly generateActionsToTake Starting 82 silly install generateActionsToTake 83 silly generateActionsToTake Finishing 84 silly diffTrees action count 1 85 silly diffTrees add node-protobuf@1.3.3 86 silly decomposeActions action count 8 87 silly decomposeActions fetch node-protobuf@1.3.3 88 silly decomposeActions extract node-protobuf@1.3.3 89 silly decomposeActions test node-protobuf@1.3.3 90 silly decomposeActions preinstall node-protobuf@1.3.3 91 silly decomposeActions build node-protobuf@1.3.3 92 silly decomposeActions install node-protobuf@1.3.3 93 silly decomposeActions postinstall node-protobuf@1.3.3 94 silly decomposeActions finalize node-protobuf@1.3.3 95 silly executeActions Starting 96 silly install executeActions 97 silly doSerial global-install 0 98 silly doParallel fetch 1 99 verbose correctMkdir C:\Users\Daniel C\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 100 verbose lock using C:\Users\Daniel C\AppData\Roaming\npm-cache_locks\staging-102f289b8063095a.lock for C:\Users\Daniel C\Desktop\dev\node_modules.staging 101 silly doParallel extract 1 102 silly extract node-protobuf@1.3.3 103 verbose unbuild node_modules.staging\node-protobuf-5032fedc 104 silly gentlyRm C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc is being purged from base C:\Users\Daniel C\Desktop\dev 105 verbose gentlyRm don't care about contents; nuking C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc 106 verbose tar unpack C:\Users\Daniel C\AppData\Roaming\npm-cache\node-protobuf\1.3.3\package.tgz 107 verbose tar unpacking to C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc 108 silly gentlyRm C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc is being purged 109 verbose gentlyRm don't care about contents; nuking C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc 110 silly gunzTarPerm modes [ '777', '666' ] 111 silly gunzTarPerm extractEntry package.json 112 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 113 silly gunzTarPerm extractEntry .npmignore 114 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ] 115 silly gunzTarPerm extractEntry README.md 116 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ] 117 silly gunzTarPerm extractEntry Gruntfile.js 118 silly gunzTarPerm modified mode [ 'Gruntfile.js', 420, 438 ] 119 silly gunzTarPerm extractEntry protobuf.js 120 silly gunzTarPerm modified mode [ 'protobuf.js', 420, 438 ] 121 silly gunzTarPerm extractEntry binding.gyp 122 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ] 123 silly gunzTarPerm extractEntry CHANGES.md 124 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 438 ] 125 silly gunzTarPerm extractEntry .gitattributes 126 silly gunzTarPerm modified mode [ '.gitattributes', 420, 438 ] 127 silly gunzTarPerm extractEntry .clang-format 128 silly gunzTarPerm modified mode [ '.clang-format', 420, 438 ] 129 silly gunzTarPerm extractEntry generate-descriptors.sh 130 silly gunzTarPerm modified mode [ 'generate-descriptors.sh', 493, 511 ] 131 silly gunzTarPerm extractEntry lp.sh 132 silly gunzTarPerm modified mode [ 'lp.sh', 420, 438 ] 133 silly gunzTarPerm extractEntry src/common.h 134 silly gunzTarPerm modified mode [ 'src/common.h', 420, 438 ] 135 silly gunzTarPerm extractEntry src/init.cpp 136 silly gunzTarPerm modified mode [ 'src/init.cpp', 420, 438 ] 137 silly gunzTarPerm extractEntry src/native.cpp 138 silly gunzTarPerm modified mode [ 'src/native.cpp', 420, 438 ] 139 silly gunzTarPerm extractEntry src/native.cpp.orig 140 silly gunzTarPerm modified mode [ 'src/native.cpp.orig', 420, 438 ] 141 silly gunzTarPerm extractEntry src/native.h 142 silly gunzTarPerm modified mode [ 'src/native.h', 420, 438 ] 143 silly gunzTarPerm extractEntry src/parse.cpp 144 silly gunzTarPerm modified mode [ 'src/parse.cpp', 420, 438 ] 145 silly gunzTarPerm extractEntry src/parse.h 146 silly gunzTarPerm modified mode [ 'src/parse.h', 420, 438 ] 147 silly gunzTarPerm extractEntry src/serialize.cpp 148 silly gunzTarPerm modified mode [ 'src/serialize.cpp', 420, 438 ] 149 silly gunzTarPerm extractEntry src/serialize.h 150 silly gunzTarPerm modified mode [ 'src/serialize.h', 420, 438 ] 151 silly gunzTarPerm extractEntry .travis.yml 152 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ] 153 silly gunzTarPerm extractEntry test/test.js 154 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ] 155 silly gunzTarPerm extractEntry test/perf/perfTest.js 156 silly gunzTarPerm modified mode [ 'test/perf/perfTest.js', 420, 438 ] 157 silly gunzTarPerm extractEntry test/perf/points.js 158 silly gunzTarPerm modified mode [ 'test/perf/points.js', 420, 438 ] 159 silly gunzTarPerm extractEntry test/perf/perfTest.desc 160 silly gunzTarPerm modified mode [ 'test/perf/perfTest.desc', 420, 438 ] 161 silly gunzTarPerm extractEntry test/perf/perfTest.proto 162 silly gunzTarPerm modified mode [ 'test/perf/perfTest.proto', 420, 438 ] 163 silly gunzTarPerm extractEntry test/perf/points.desc 164 silly gunzTarPerm modified mode [ 'test/perf/points.desc', 420, 438 ] 165 silly gunzTarPerm extractEntry test/perf/points.proto 166 silly gunzTarPerm modified mode [ 'test/perf/points.proto', 420, 438 ] 167 silly gunzTarPerm extractEntry test/test.desc 168 silly gunzTarPerm modified mode [ 'test/test.desc', 420, 438 ] 169 silly gunzTarPerm extractEntry test/test.proto 170 silly gunzTarPerm modified mode [ 'test/test.proto', 420, 438 ] 171 silly gunzTarPerm extractEntry test/testUnknown.desc 172 silly gunzTarPerm modified mode [ 'test/testUnknown.desc', 420, 438 ] 173 silly gunzTarPerm extractEntry test/testUnknown.proto 174 silly gunzTarPerm modified mode [ 'test/testUnknown.proto', 420, 438 ] 175 silly gentlyRm C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc\node_modules is being purged 176 verbose gentlyRm don't care about contents; nuking C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc\node_modules 177 silly doParallel preinstall 1 178 silly preinstall node-protobuf@1.3.3 C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc 179 info lifecycle node-protobuf@1.3.3~preinstall: node-protobuf@1.3.3 180 silly lifecycle node-protobuf@1.3.3~preinstall: no script for preinstall, continuing 181 silly doReverseSerial remove 0 182 silly doSerial move 0 183 silly doSerial finalize 1 184 silly finalize C:\Users\Daniel C\Desktop\dev\node_modules\node-protobuf 185 silly doSerial build 1 186 silly build node-protobuf@1.3.3 187 info linkStuff node-protobuf@1.3.3 188 silly linkStuff node-protobuf@1.3.3 has C:\Users\Daniel C\Desktop\dev\node_modules as its parent node_modules 189 verbose linkBins node-protobuf@1.3.3 190 verbose linkMans node-protobuf@1.3.3 191 silly doSerial global-link 0 192 silly doParallel update-linked 0 193 silly doSerial install 1 194 silly install node-protobuf@1.3.3 C:\Users\Daniel C\Desktop\dev\node_modules.staging\node-protobuf-5032fedc 195 info lifecycle node-protobuf@1.3.3~install: node-protobuf@1.3.3 196 verbose lifecycle node-protobuf@1.3.3~install: unsafe-perm in lifecycle true 197 verbose lifecycle node-protobuf@1.3.3~install: PATH: C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;C:\Users\Daniel C\Desktop\dev\node_modules\node-protobuf\node_modules.bin;C:\Users\Daniel C\Desktop\dev\node_modules.bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Users\Daniel C\AppData\Roaming\npm 198 verbose lifecycle node-protobuf@1.3.3~install: CWD: C:\Users\Daniel C\Desktop\dev\node_modules\node-protobuf 199 silly lifecycle node-protobuf@1.3.3~install: Args: [ '/d /s /c', 'node-gyp rebuild' ] 200 silly lifecycle node-protobuf@1.3.3~install: Returned: code: 1 signal: null 201 info lifecycle node-protobuf@1.3.3~install: Failed to exec install script 202 verbose unlock done using C:\Users\Daniel C\AppData\Roaming\npm-cache_locks\staging-102f289b8063095a.lock for C:\Users\Daniel C\Desktop\dev\node_modules.staging 203 silly rollbackFailedOptional Starting 204 silly rollbackFailedOptional Finishing 205 silly runTopLevelLifecycles Starting 206 silly runTopLevelLifecycles Finishing 207 silly install printInstalled 208 warn optional Skipping failed optional dependency /chokidar/fsevents: 209 warn notsup Not compatible with your operating system or architecture: fsevents@1.0.14 210 verbose stack Error: node-protobuf@1.3.3 install: node-gyp rebuild 210 verbose stack Exit status 1 210 verbose stack at EventEmitter. (C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:255:16) 210 verbose stack at emitTwo (events.js:87:13) 210 verbose stack at EventEmitter.emit (events.js:172:7) 210 verbose stack at ChildProcess. (C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14) 210 verbose stack at emitTwo (events.js:87:13) 210 verbose stack at ChildProcess.emit (events.js:172:7) 210 verbose stack at maybeClose (internal/child_process.js:829:16) 210 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 211 verbose pkgid node-protobuf@1.3.3 212 verbose cwd C:\Users\Daniel C\Desktop\dev 213 error Windows_NT 10.0.10586 214 error argv "C:\Program Files\nodejs\node.exe" "C:\Users\Daniel C\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "node-protobuf" 215 error node v4.5.0 216 error npm v3.10.6 217 error code ELIFECYCLE 218 error node-protobuf@1.3.3 install: node-gyp rebuild 218 error Exit status 1 219 error Failed at the node-protobuf@1.3.3 install script 'node-gyp rebuild'. 219 error Make sure you have the latest version of node.js and npm installed. 219 error If you do, this is most likely a problem with the node-protobuf package, 219 error not with npm itself. 219 error Tell the author that this fails on your system: 219 error node-gyp rebuild 219 error You can get information on how to open an issue for this project with: 219 error npm bugs node-protobuf 219 error Or if that isn't available, you can get their info via: 219 error npm owner ls node-protobuf 219 error There is likely additional logging output above. 220 verbose exit [ 1, true ]

RandomGamer055 commented 7 years ago

theres the whole thing.

xXBentRealityXx commented 7 years ago

I have the same error

fuwaneko commented 7 years ago

Just to clarify, do you have Visual Studio installed? Also try updating (or installing if you didn't do it) Python to latest 2.7 branch (3.x is not supported). You can also consult with node-gyp documentation on how to properly setup for installing native addons on Windows. Other than that I can't really help you. Log doesn't show anything specific, unfortunately.

fuwaneko commented 7 years ago

Closing, try v1.4.1 and make sure to use latest npm (npm i -g npm@latest).