billyvg / pokemon-go-iv

Returns a list of your pokemon's IV in JSON (Pokemon Go)
MIT License
30 stars 10 forks source link

Installation help: npm install #5

Closed LightAMV closed 8 years ago

LightAMV commented 8 years ago

Just note that I have absolutely no scripting knowledge so I don't know what none of this means, I just simply follow steps.

I have installed the latest version of node and npm, yet when I do "npm install", it gives me this... thing...

I have no idea what this means so please help :\

`npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use                                         @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install th                                        e latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher                                         to avoid a RegExp DoS issue
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie h                                        ttps://nodesecurity.io/advisories/130
npm WARN prefer global npm@3.10.5 should be installed with -g

> nslog@3.0.0 install C:\Users\erdel\Documents\LightAMV\Pokémon GO\IV\pokemon-jo                                        urnal\node_modules\nslog
> node-gyp rebuild

C:\Users\erdel\Documents\LightAMV\Pok▒mon GO\IV\pokemon-journal\node_modules\nsl                                        og>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_module                                        s\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )                                          else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.  [C:\Users\erdel\Documents\LightAMV\Pok▒mon GO\IV\pokemon-journal\node_modules\nslog\build\binding.sln]
gyp ERR! build error
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
gyp ERR! System Windows_NT 10.0.10586
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\erdel\Documents\LightAMV\Pokémon GO\IV\pokemon-journal\node_modules\nslog
gyp ERR! node -v v6.3.1
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
pokemon-journal@0.0.3 C:\Users\erdel\Documents\LightAMV\Pokémon GO\IV\pokemon-journal
+-- asar@0.12.1
| +-- commander@2.9.0
| | `-- graceful-readlink@1.0.1
| +-- glob@6.0.4
| | +-- inflight@1.0.5
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.1
| | `-- once@1.3.3
| +-- minimatch@3.0.2
| | `-- brace-expansion@1.1.6
| |   +-- balanced-match@0.4.2
| |   `-- concat-map@0.0.1
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| +-- mksnapshot@0.3.0
| | +-- decompress-zip@0.3.0
| | | +-- binary@0.3.0
| | | | +-- buffers@0.1.1
| | | | `-- chainsaw@0.1.0
| | | |   `-- traverse@0.3.9
| | | +-- mkpath@0.1.0
| | | +-- nopt@3.0.6
| | | | `-- abbrev@1.0.9
| | | `-- touch@0.0.3
| | |   `-- nopt@1.0.10
| | +-- fs-extra@0.26.7
| | `-- request@2.55.0
| |   +-- aws-sign2@0.5.0
| |   +-- bl@0.9.5
| |   | `-- readable-stream@1.0.34
| |   +-- caseless@0.9.0
| |   +-- combined-stream@0.0.7
| |   | `-- delayed-stream@0.0.5
| |   +-- form-data@0.2.0
| |   | `-- async@0.9.2
| |   +-- har-validator@1.8.0
| |   | `-- bluebird@2.10.2
| |   +-- hawk@2.3.1
| |   +-- http-signature@0.10.1
| |   | +-- asn1@0.1.11
| |   | +-- assert-plus@0.1.5
| |   | `-- ctype@0.5.3
| |   +-- mime-types@2.0.14
| |   | `-- mime-db@1.12.0
| |   +-- oauth-sign@0.6.0
| |   `-- qs@2.4.2
| `-- tmp@0.0.28
|   `-- os-tmpdir@1.0.1
+-- babel-core@6.11.4
| +-- babel-code-frame@6.11.0
| | `-- chalk@1.1.3
| |   `-- supports-color@2.0.0
| +-- babel-generator@6.11.4
| | `-- detect-indent@3.0.1
| |   +-- get-stdin@4.0.1
| |   `-- repeating@1.1.3
| |     `-- is-finite@1.0.1
| +-- babel-runtime@6.11.6
| | +-- core-js@2.4.1
| | `-- regenerator-runtime@0.9.5
| `-- babel-traverse@6.12.0
|   `-- globals@8.18.0
+-- babel-eslint@6.1.2
| `-- babel-traverse@6.12.0
|   +-- babel-code-frame@6.11.0
|   | `-- js-tokens@2.0.0
|   `-- babel-runtime@6.11.6
|     `-- core-js@2.4.1
+-- babel-plugin-transform-decorators-legacy@1.3.4
| +-- babel-runtime@6.11.6
| | `-- core-js@2.4.1
| `-- babel-template@6.9.0
|   `-- babel-traverse@6.12.0
|     +-- babel-code-frame@6.11.0
|     | `-- js-tokens@2.0.0
|     +-- babel-messages@6.8.0
|     +-- debug@2.2.0
|     +-- globals@8.18.0
|     `-- invariant@2.2.1
+-- babel-plugin-transform-remove-console@6.8.0
| `-- babel-runtime@6.11.6
|   `-- core-js@2.4.1
+-- babel-plugin-transform-remove-debugger@6.8.0
| `-- babel-runtime@6.11.6
|   `-- core-js@2.4.1
+-- babel-plugin-webpack-loaders@0.7.1
| +-- babel-traverse@6.12.0
| | +-- babel-code-frame@6.11.0
| | | `-- js-tokens@2.0.0
| | `-- babel-runtime@6.11.6
| |   `-- core-js@2.4.1
| `-- enhanced-resolve@2.2.2
|   +-- graceful-fs@4.1.5
|   `-- tapable@0.2.4
+-- babel-preset-es2015@6.9.0
| +-- babel-plugin-check-es2015-constants@6.8.0
| | `-- babel-runtime@6.11.6
| |   `-- core-js@2.4.1
| +-- babel-plugin-transform-es2015-block-scoping@6.10.1
| | `-- babel-traverse@6.12.0
| |   +-- babel-code-frame@6.11.0
| |   | `-- js-tokens@2.0.0
| |   +-- babel-messages@6.8.0
| |   +-- babylon@6.8.4
| |   +-- debug@2.2.0
| |   +-- globals@8.18.0
| |   `-- invariant@2.2.1
| +-- babel-plugin-transform-es2015-classes@6.9.0
| | `-- babel-traverse@6.12.0
| |   `-- babel-code-frame@6.11.0
| |     `-- js-tokens@2.0.0
| +-- babel-plugin-transform-es2015-computed-properties@6.8.0
| | `-- babel-helper-define-map@6.9.0
| |   `-- babel-types@6.11.1
| |     `-- babel-traverse@6.12.0
| +-- babel-plugin-transform-es2015-parameters@6.11.4
| | `-- babel-traverse@6.12.0
| |   `-- babel-messages@6.8.0
| +-- babel-plugin-transform-es2015-unicode-regex@6.11.0
| | `-- regexpu-core@2.0.0
| |   `-- regjsparser@0.1.5
| |     `-- jsesc@0.5.0
| `-- babel-plugin-transform-regenerator@6.11.4
|   `-- babel-types@6.11.1
|     `-- to-fast-properties@1.0.2
+-- babel-preset-react@6.11.1
| `-- babel-plugin-syntax-flow@6.8.0
|   `-- babel-runtime@6.11.6
|     `-- core-js@2.4.1
+-- babel-preset-react-hmre@1.1.1
| +-- react-transform-hmr@1.0.4
| | `-- global@4.3.0
| |   `-- min-document@2.18.1
| |     `-- dom-walk@0.1.1
| `-- redbox-react@1.2.10
|   `-- error-stack-parser@1.3.6
|     `-- stackframe@0.3.1
+-- babel-preset-react-optimize@1.0.1
| `-- babel-plugin-transform-react-constant-elements@6.9.1
|   `-- babel-runtime@6.11.6
|     `-- core-js@2.4.1
+-- babel-preset-stage-0@6.5.0
| +-- babel-plugin-transform-do-expressions@6.8.0
| | `-- babel-runtime@6.11.6
| |   `-- core-js@2.4.1
| `-- babel-preset-stage-1@6.5.0
|   `-- babel-preset-stage-2@6.11.0
|     `-- babel-preset-stage-3@6.11.0
|       +-- babel-plugin-transform-async-to-generator@6.8.0
|       | +-- babel-helper-remap-async-to-generator@6.11.2
|       | `-- babel-plugin-syntax-async-functions@6.8.0
|       `-- babel-plugin-transform-exponentiation-operator@6.8.0
|         +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0
|         | `-- babel-helper-explode-assignable-expression@6.8.0
|         `-- babel-plugin-syntax-exponentiation-operator@6.8.0
+-- chai@3.5.0
| `-- deep-eql@0.1.3
|   `-- type-detect@0.1.1
+-- concurrently@2.2.0
| `-- chalk@0.5.1
|   `-- has-ansi@0.1.0
|     `-- ansi-regex@0.2.1
+-- css-loader@0.23.1
| +-- cssnano@3.7.3
| | +-- autoprefixer@6.4.0
| | | +-- browserslist@1.3.5
| | | +-- caniuse-db@1.0.30000515
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- postcss-calc@5.3.0
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.2.4
| | |   +-- balanced-match@0.1.0
| | |   `-- reduce-function-call@1.0.1
| | |     `-- balanced-match@0.1.0
| | +-- postcss-colormin@2.2.0
| | | `-- colormin@1.1.1
| | |   +-- color@0.11.3
| | |   | +-- color-convert@1.3.1
| | |   | `-- color-string@0.3.0
| | |   |   `-- color-name@1.1.1
| | |   `-- css-color-names@0.0.4
| | +-- postcss-discard-unused@2.2.1
| | | +-- flatten@1.0.2
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.1
| | | `-- uniqid@3.1.0
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.6
| | | `-- has-own@1.0.0
| | +-- postcss-merge-rules@2.0.10
| | | `-- vendors@1.0.0
| | +-- postcss-minify-params@1.0.4
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.0.5
| | | `-- postcss-selector-parser@2.1.1
| | |   +-- indexes-of@1.0.1
| | |   `-- uniq@1.0.1
| | +-- postcss-normalize-url@3.0.7
| | | +-- is-absolute-url@2.0.0
| | | `-- normalize-url@1.6.0
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.2.2
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | `-- postcss-svgo@2.1.4
| |   +-- is-svg@2.0.1
| |   | `-- html-comment-regex@1.1.1
| |   `-- svgo@0.6.6
| |     +-- coa@1.0.1
| |     +-- colors@1.1.2
| |     +-- csso@2.0.0
| |     | `-- clap@1.1.1
| |     `-- whet.extend@0.9.9
| +-- lodash.camelcase@3.0.1
| | `-- lodash._createcompounder@3.0.0
| |   `-- lodash.deburr@3.2.0
| |     `-- lodash._root@3.0.1
| `-- postcss-modules-local-by-default@1.1.1
|   `-- css-selector-tokenizer@0.6.0
|     +-- cssesc@0.1.0
|     +-- fastparse@1.1.1
|     `-- regexpu-core@1.0.0
|       +-- regenerate@1.3.1
|       +-- regjsgen@0.2.0
|       `-- regjsparser@0.1.5
+-- css-modules-require-hook@4.0.1
| +-- debug@2.2.0
| | `-- ms@0.7.1
| +-- postcss-modules-local-by-default@1.1.1
| | `-- css-selector-tokenizer@0.6.0
| `-- postcss-modules-parser@1.1.0
|   `-- lodash.foreach@3.0.3
|     +-- lodash._arrayeach@3.0.0
|     +-- lodash._baseeach@3.0.4
|     +-- lodash._bindcallback@3.0.1
|     `-- lodash.isarray@3.0.4
+-- devtron@1.3.0
| +-- highlight.js@9.5.0
| `-- humanize-plus@1.8.2
+-- electron-devtools-installer@2.0.0
| `-- request@2.74.0
|   +-- bl@1.1.2
|   | `-- readable-stream@2.0.6
|   |   `-- isarray@1.0.0
|   +-- combined-stream@1.0.5
|   | `-- delayed-stream@1.0.0
|   +-- har-validator@2.0.6
|   | +-- commander@2.9.0
|   | `-- pinkie-promise@2.0.1
|   |   `-- pinkie@2.0.4
|   +-- hawk@3.1.3
|   | +-- boom@2.10.1
|   | +-- cryptiles@2.0.5
|   | +-- hoek@2.16.3
|   | `-- sntp@1.0.9
|   +-- http-signature@1.1.1
|   | +-- assert-plus@0.2.0
|   | +-- jsprim@1.3.0
|   | | +-- extsprintf@1.0.2
|   | | +-- json-schema@0.2.2
|   | | `-- verror@1.3.6
|   | `-- sshpk@1.9.2
|   |   +-- asn1@0.2.3
|   |   +-- assert-plus@1.0.0
|   |   +-- dashdash@1.14.0
|   |   | `-- assert-plus@1.0.0
|   |   +-- ecc-jsbn@0.1.1
|   |   +-- getpass@0.1.6
|   |   | `-- assert-plus@1.0.0
|   |   +-- jodid25519@1.0.2
|   |   +-- jsbn@0.1.0
|   |   `-- tweetnacl@0.13.3
|   +-- mime-types@2.1.11
|   | `-- mime-db@1.23.0
|   `-- node-uuid@1.4.7
+-- electron-packager@7.4.0
| +-- electron-download@2.1.2
| | +-- home-path@1.0.3
| | +-- mv@2.1.1
| | | `-- ncp@2.0.0
| | +-- nugget@1.6.2
| | | +-- pretty-bytes@1.0.4
| | | +-- progress-stream@1.2.0
| | | | +-- speedometer@0.1.4
| | | | `-- through2@0.2.3
| | | |   `-- xtend@2.1.2
| | | |     `-- object-keys@0.4.0
| | | +-- single-line-log@0.4.1
| | | `-- throttleit@0.0.2
| | +-- path-exists@1.0.0
| | `-- rc@1.1.6
| |   +-- deep-extend@0.4.1
| |   `-- ini@1.3.4
| +-- extract-zip@1.5.0
| | +-- debug@0.7.4
| | +-- mkdirp@0.5.0
| | | `-- minimist@0.0.8
| | `-- yauzl@2.4.1
| |   `-- fd-slicer@1.0.1
| |     `-- pend@1.2.0
| +-- fs-extra@0.30.0
| | +-- jsonfile@2.3.1
| | +-- klaw@1.3.0
| | `-- rimraf@2.4.5
| |   `-- glob@6.0.4
| +-- get-package-info@0.0.3
| | +-- bluebird@3.4.1
| | `-- lodash.get@4.4.1
| `-- plist@1.2.0
|   +-- base64-js@0.0.8
|   +-- util-deprecate@1.0.2
|   +-- xmlbuilder@4.0.0
|   | `-- lodash@3.10.1
|   `-- xmldom@0.1.22
+-- electron-prebuilt@1.3.2
| +-- electron-download@2.1.2
| | `-- mkdirp@0.5.1
| |   `-- minimist@0.0.8
| `-- extract-zip@1.5.0
|   +-- concat-stream@1.5.0
|   | `-- readable-stream@2.0.6
|   |   `-- isarray@1.0.0
|   `-- mkdirp@0.5.0
|     `-- minimist@0.0.8
+-- eslint@2.13.1
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | +-- strip-ansi@3.0.1
| | `-- supports-color@2.0.0
| +-- concat-stream@1.5.0
| | +-- readable-stream@2.0.6
| | | +-- core-util-is@1.0.2
| | | +-- isarray@1.0.0
| | | `-- process-nextick-args@1.0.7
| | `-- typedarray@0.0.6
| +-- debug@2.2.0
| +-- doctrine@1.2.2
| | +-- esutils@1.1.6
| | `-- isarray@1.0.0
| +-- es6-map@0.1.4
| | +-- d@0.1.1
| | +-- es5-ext@0.10.12
| | +-- es6-iterator@2.0.0
| | +-- es6-set@0.1.4
| | +-- es6-symbol@3.1.0
| | `-- event-emitter@0.3.4
| +-- escope@3.6.0
| | +-- es6-weak-map@2.0.1
| | `-- esrecurse@4.1.0
| |   `-- estraverse@4.1.1
| +-- espree@3.1.7
| | `-- acorn-jsx@3.0.1
| +-- estraverse@4.2.0
| +-- esutils@2.0.2
| +-- file-entry-cache@1.3.1
| | `-- flat-cache@1.2.1
| |   +-- circular-json@0.3.1
| |   `-- write@0.2.1
| +-- glob@7.0.5
| | +-- fs.realpath@1.0.0
| | `-- minimatch@3.0.2
| +-- globals@9.9.0
| +-- ignore@3.1.3
| +-- imurmurhash@0.1.4
| +-- inquirer@0.12.0
| | +-- ansi-escapes@1.4.0
| | +-- ansi-regex@2.0.0
| | +-- cli-cursor@1.0.2
| | | `-- restore-cursor@1.0.1
| | |   +-- exit-hook@1.1.1
| | |   `-- onetime@1.1.0
| | +-- cli-width@2.1.0
| | +-- figures@1.7.0
| | +-- readline2@1.0.1
| | | +-- code-point-at@1.0.0
| | | | `-- number-is-nan@1.0.0
| | | +-- is-fullwidth-code-point@1.0.0
| | | `-- mute-stream@0.0.5
| | +-- run-async@0.1.0
| | +-- rx-lite@3.1.2
| | +-- string-width@1.0.1
| | `-- through@2.3.8
| +-- is-my-json-valid@2.13.1
| | +-- generate-function@2.0.0
| | +-- generate-object-property@1.2.0
| | | `-- is-property@1.0.2
| | +-- jsonpointer@2.0.0
| | `-- xtend@4.0.1
| +-- is-resolvable@1.0.0
| | `-- tryit@1.0.2
| +-- js-yaml@3.6.1
| | +-- argparse@1.0.7
| | | `-- sprintf-js@1.0.3
| | `-- esprima@2.7.2
| +-- json-stable-stringify@1.0.1
| | `-- jsonify@0.0.0
| +-- levn@0.3.0
| | +-- prelude-ls@1.1.2
| | `-- type-check@0.3.2
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| +-- optionator@0.8.1
| | +-- deep-is@0.1.3
| | +-- fast-levenshtein@1.1.4
| | `-- wordwrap@1.0.0
| +-- path-is-absolute@1.0.0
| +-- path-is-inside@1.0.1
| +-- pluralize@1.2.1
| +-- progress@1.1.8
| +-- require-uncached@1.0.2
| | +-- caller-path@0.1.0
| | | `-- callsites@0.2.0
| | `-- resolve-from@1.0.1
| +-- shelljs@0.6.0
| +-- strip-json-comments@1.0.4
| +-- table@3.7.8
| | +-- bluebird@3.4.1
| | +-- slice-ansi@0.0.4
| | +-- tv4@1.2.7
| | `-- xregexp@3.1.1
| +-- text-table@0.2.0
| `-- user-home@2.0.0
|   `-- os-homedir@1.0.1
+-- eslint-import-resolver-webpack@0.4.0
| `-- is-absolute@0.2.5
|   `-- is-relative@0.2.1
|     `-- is-unc-path@0.1.1
|       `-- unc-path-regex@0.1.2
+-- eslint-plugin-import@1.12.0
| +-- doctrine@1.2.2
| | +-- esutils@1.1.6
| | `-- isarray@1.0.0
| +-- eslint-import-resolver-node@0.2.2
| | `-- resolve@1.1.7
| `-- pkg-dir@1.0.0
|   `-- find-up@1.1.2
|     `-- path-exists@2.1.0
+-- eslint-plugin-jsx-a11y@1.5.5
| +-- damerau-levenshtein@1.0.0
| +-- jsx-ast-utils@1.3.1
| `-- object-assign@4.1.0
+-- eslint-plugin-react@5.2.2
| `-- doctrine@1.2.2
|   +-- esutils@1.1.6
|   `-- isarray@1.0.0
+-- fbjs-scripts@0.7.1
| +-- babel-preset-fbjs@1.0.0
| | +-- babel-plugin-check-es2015-constants@6.8.0
| | | `-- babel-runtime@6.11.6
| | |   `-- core-js@2.4.1
| | +-- babel-plugin-transform-class-properties@6.11.5
| | | `-- babel-helper-function-name@6.8.0
| | |   +-- babel-helper-get-function-arity@6.8.0
| | |   +-- babel-template@6.9.0
| | |   `-- babel-types@6.11.1
| | +-- babel-plugin-transform-es2015-computed-properties@6.8.0
| | | `-- babel-helper-define-map@6.9.0
| | |   `-- babel-helper-function-name@6.8.0
| | +-- babel-plugin-transform-es2015-object-super@6.8.0
| | | `-- babel-helper-replace-supers@6.8.0
| | |   `-- babel-helper-optimise-call-expression@6.8.0
| | `-- babel-plugin-transform-es2015-parameters@6.11.4
| |   `-- babel-helper-call-delegate@6.8.0
| |     `-- babel-helper-hoist-variables@6.8.0
| +-- gulp-util@3.0.7
| | +-- chalk@1.1.3
| | | `-- supports-color@2.0.0
| | +-- dateformat@1.0.12
| | | `-- meow@3.7.0
| | |   +-- camelcase-keys@2.1.0
| | |   +-- loud-rejection@1.6.0
| | |   | +-- currently-unhandled@0.4.1
| | |   | | `-- array-find-index@1.0.1
| | |   | `-- signal-exit@3.0.0
| | |   +-- map-obj@1.0.1
| | |   +-- normalize-package-data@2.3.5
| | |   | +-- hosted-git-info@2.1.5
| | |   | +-- is-builtin-module@1.0.0
| | |   | | `-- builtin-modules@1.1.1
| | |   | +-- semver@5.3.0
| | |   | `-- validate-npm-package-license@3.0.1
| | |   |   +-- spdx-correct@1.0.2
| | |   |   | `-- spdx-license-ids@1.2.2
| | |   |   `-- spdx-expression-parse@1.0.2
| | |   |     `-- spdx-exceptions@1.0.5
| | |   +-- read-pkg-up@1.0.1
| | |   | `-- read-pkg@1.1.0
| | |   |   +-- load-json-file@1.1.0
| | |   |   | +-- parse-json@2.2.0
| | |   |   | | `-- error-ex@1.3.0
| | |   |   | |   `-- is-arrayish@0.2.1
| | |   |   | `-- pify@2.3.0
| | |   |   `-- path-type@1.1.0
| | |   +-- redent@1.0.0
| | |   | +-- indent-string@2.1.0
| | |   | | `-- repeating@2.0.1
| | |   | `-- strip-indent@1.0.1
| | |   `-- trim-newlines@1.0.0
| | +-- fancy-log@1.2.0
| | | `-- time-stamp@1.0.1
| | +-- gulplog@1.0.0
| | | `-- glogg@1.0.0
| | +-- has-gulplog@0.1.0
| | | `-- sparkles@1.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | `-- lodash.isarguments@3.0.9
| | | +-- lodash.restparam@3.6.1
| | | `-- lodash.templatesettings@3.1.1
| | |   `-- lodash._reinterpolate@3.0.0
| | +-- multipipe@0.1.2
| | | `-- duplexer2@0.0.2
| | `-- vinyl@0.5.3
| |   `-- clone-stats@0.0.1
| `-- through2@2.0.1
|   `-- readable-stream@2.0.6
|     `-- isarray@1.0.0
+-- jsdom@9.4.1
| +-- abab@1.0.3
| +-- acorn@2.7.0
| +-- acorn-globals@1.0.9
| | `-- acorn@2.7.0
| +-- array-equal@1.0.0
| +-- cssom@0.3.1
| +-- cssstyle@0.2.36
| +-- escodegen@1.8.0
| | +-- estraverse@1.9.3
| | `-- source-map@0.2.0
| +-- iconv-lite@0.4.13
| +-- nwmatcher@1.3.8
| +-- parse5@1.5.1
| +-- request@2.74.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.4.1
| | +-- bl@1.1.2
| | | `-- readable-stream@2.0.6
| | |   `-- isarray@1.0.0
| | +-- caseless@0.11.0
| | +-- combined-stream@1.0.5
| | +-- extend@3.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@1.0.0-rc4
| | +-- har-validator@2.0.6
| | +-- hawk@3.1.3
| | +-- http-signature@1.1.1
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.11
| | +-- node-uuid@1.4.7
| | +-- oauth-sign@0.8.2
| | +-- qs@6.2.1
| | +-- stringstream@0.0.5
| | `-- tunnel-agent@0.4.3
| +-- sax@1.2.1
| +-- symbol-tree@3.1.4
| +-- tough-cookie@2.3.1
| +-- webidl-conversions@3.0.1
| +-- whatwg-url@3.0.0
| | `-- tr46@0.0.3
| `-- xml-name-validator@2.0.1
+-- material-ui@0.15.3
| +-- inline-style-prefixer@2.0.1
| | +-- bowser@1.4.3
| | `-- hyphenate-style-name@1.0.1
| +-- keycode@2.1.4
| +-- react-addons-create-fragment@15.3.0
| +-- react-addons-transition-group@15.3.0
| +-- react-event-listener@0.2.1
| +-- recompose@0.20.2
| | +-- change-emitter@0.1.2
| | `-- symbol-observable@0.2.4
| +-- simple-assign@0.1.0
| `-- warning@3.0.0
+-- mocha@2.5.3
| +-- commander@2.3.0
| +-- diff@1.4.0
| +-- escape-string-regexp@1.0.2
| +-- glob@3.2.11
| | `-- minimatch@0.3.0
| |   +-- lru-cache@2.7.3
| |   `-- sigmund@1.0.1
| +-- growl@1.9.2
| +-- jade@0.26.3
| | +-- commander@0.6.1
| | `-- mkdirp@0.3.0
| +-- supports-color@1.2.0
| `-- to-iso-string@0.0.2
+-- node-libs-browser@1.0.0
| +-- buffer@4.7.1
| | +-- base64-js@1.1.2
| | +-- ieee754@1.1.6
| | `-- isarray@1.0.0
| `-- crypto-browserify@3.11.0
|   +-- browserify-cipher@1.0.0
|   | +-- browserify-aes@1.0.6
|   | | +-- buffer-xor@1.0.3
|   | | `-- create-hash@1.1.2
|   | +-- browserify-des@1.0.0
|   | | `-- des.js@1.0.0
|   | |   `-- minimalistic-assert@1.0.0
|   | `-- evp_bytestokey@1.0.0
|   +-- browserify-sign@4.0.0
|   | +-- bn.js@4.11.6
|   | +-- browserify-rsa@4.0.1
|   | | `-- randombytes@2.0.3
|   | +-- elliptic@6.3.1
|   | | +-- brorand@1.0.5
|   | | `-- hash.js@1.0.3
|   | `-- parse-asn1@5.0.0
|   |   +-- asn1.js@4.8.0
|   |   `-- pbkdf2@3.0.4
|   |     `-- create-hmac@1.1.4
|   +-- create-hash@1.1.2
|   | +-- cipher-base@1.0.2
|   | +-- ripemd160@1.0.1
|   | `-- sha.js@2.4.5
|   `-- diffie-hellman@5.0.2
|     `-- miller-rabin@4.0.0
+-- pogobuf@1.4.0
| +-- node-pogo-protos@1.1.2
| | `-- protobufjs@5.0.1
| |   +-- ascli@1.0.0
| |   | +-- colour@0.7.1
| |   | `-- optjs@3.2.2
| |   +-- bytebuffer@5.0.1
| |   +-- glob@5.0.15
| |   `-- yargs@3.32.0
| |     +-- camelcase@2.1.1
| |     +-- cliui@3.2.0
| |     | `-- wrap-ansi@2.0.0
| |     +-- os-locale@1.4.0
| |     | `-- lcid@1.0.0
| |     |   `-- invert-kv@1.0.0
| |     +-- window-size@0.1.4
| |     `-- y18n@3.2.1
| `-- request@2.74.0
|   `-- bl@1.1.2
|     `-- readable-stream@2.0.6
|       `-- isarray@1.0.0
+-- postcss@5.1.1
| +-- js-base64@2.1.9
| +-- source-map@0.5.6
| `-- supports-color@3.1.2
|   `-- has-flag@1.0.0
+-- react@15.3.0
| +-- fbjs@0.8.3
| | +-- core-js@1.2.7
| | +-- immutable@3.8.1
| | +-- isomorphic-fetch@2.2.1
| | | +-- node-fetch@1.6.0
| | | | +-- encoding@0.1.12
| | | | `-- is-stream@1.1.0
| | | `-- whatwg-fetch@1.0.0
| | +-- promise@7.1.1
| | | `-- asap@2.0.4
| | `-- ua-parser-js@0.7.10
| `-- loose-envify@1.2.0
|   `-- js-tokens@1.0.3
+-- react-router@2.6.1
| +-- history@2.1.2
| | +-- deep-equal@1.0.1
| | +-- query-string@3.0.3
| | | `-- strict-uri-encode@1.1.0
| | `-- warning@2.1.0
| +-- hoist-non-react-statics@1.2.0
| `-- invariant@2.2.1
+-- react-tap-event-plugin@1.0.0
| `-- fbjs@0.2.1
|   `-- whatwg-fetch@0.9.0
+-- source-map-support@0.4.2
| `-- source-map@0.1.32
|   `-- amdefine@1.0.0
+-- spectron@3.3.0
| +-- dev-null@0.1.1
| +-- electron-chromedriver@1.3.0
| | `-- decompress@3.0.0
| |   +-- buffer-to-vinyl@1.1.0
| |   | +-- file-type@3.8.0
| |   | +-- readable-stream@2.1.4
| |   | | `-- isarray@1.0.0
| |   | +-- uuid@2.0.2
| |   | `-- vinyl@1.2.0
| |   |   `-- replace-ext@0.0.1
| |   +-- decompress-tar@3.1.0
| |   | +-- is-tar@1.0.0
| |   | +-- object-assign@2.1.1
| |   | +-- strip-dirs@1.1.1
| |   | | +-- is-absolute@0.1.7
| |   | | | `-- is-relative@0.1.3
| |   | | +-- is-natural-number@2.1.1
| |   | | `-- sum-up@1.0.3
| |   | +-- through2@0.6.5
| |   | | +-- readable-stream@1.0.34
| |   | | `-- xtend@4.0.1
| |   | `-- vinyl@0.4.6
| |   |   `-- clone@0.2.0
| |   +-- decompress-tarbz2@3.1.0
| |   | +-- is-bzip2@1.0.0
| |   | +-- object-assign@2.1.1
| |   | +-- seek-bzip@1.0.5
| |   | | `-- commander@2.8.1
| |   | +-- through2@0.6.5
| |   | | +-- readable-stream@1.0.34
| |   | | `-- xtend@4.0.1
| |   | `-- vinyl@0.4.6
| |   |   `-- clone@0.2.0
| |   +-- decompress-targz@3.1.0
| |   | +-- is-gzip@1.0.0
| |   | +-- object-assign@2.1.1
| |   | +-- through2@0.6.5
| |   | | +-- readable-stream@1.0.34
| |   | | `-- xtend@4.0.1
| |   | `-- vinyl@0.4.6
| |   |   `-- clone@0.2.0
| |   +-- decompress-unzip@3.4.0
| |   | +-- is-zip@1.0.0
| |   | +-- read-all-stream@3.1.0
| |   | | `-- readable-stream@2.1.4
| |   | |   `-- isarray@1.0.0
| |   | +-- stat-mode@0.2.1
| |   | `-- through2@2.0.1
| |   |   +-- readable-stream@2.0.6
| |   |   | `-- isarray@1.0.0
| |   |   `-- xtend@4.0.1
| |   +-- stream-combiner2@1.1.1
| |   | +-- duplexer2@0.1.4
| |   | `-- readable-stream@2.1.4
| |   |   `-- isarray@1.0.0
| |   +-- vinyl-assign@1.2.1
| |   | `-- readable-stream@2.1.4
| |   |   `-- isarray@1.0.0
| |   `-- vinyl-fs@2.4.3
| |     +-- duplexify@3.4.5
| |     | +-- end-of-stream@1.0.0
| |     | +-- readable-stream@2.1.4
| |     | | `-- isarray@1.0.0
| |     | `-- stream-shift@1.0.0
| |     +-- glob-stream@5.3.2
| |     | +-- glob@5.0.15
| |     | +-- ordered-read-streams@0.3.0
| |     | | `-- readable-stream@2.1.4
| |     | |   `-- isarray@1.0.0
| |     | +-- through2@0.6.5
| |     | | +-- readable-stream@1.0.34
| |     | | `-- xtend@4.0.1
| |     | +-- to-absolute-glob@0.1.1
| |     | | `-- extend-shallow@2.0.1
| |     | `-- unique-stream@2.2.1
| |     +-- gulp-sourcemaps@1.6.0
| |     | +-- convert-source-map@1.3.0
| |     | `-- through2@2.0.1
| |     |   +-- readable-stream@2.0.6
| |     |   | `-- isarray@1.0.0
| |     |   `-- xtend@4.0.1
| |     +-- is-valid-glob@0.3.0
| |     +-- lazystream@1.0.0
| |     | `-- readable-stream@2.1.4
| |     |   `-- isarray@1.0.0
| |     +-- lodash.isequal@4.3.1
| |     +-- merge-stream@1.0.0
| |     | `-- readable-stream@2.1.4
| |     |   `-- isarray@1.0.0
| |     +-- readable-stream@2.1.4
| |     | `-- isarray@1.0.0
| |     +-- strip-bom@2.0.0
| |     | `-- is-utf8@0.2.1
| |     +-- strip-bom-stream@1.0.0
| |     | `-- first-chunk-stream@1.0.0
| |     +-- through2@2.0.1
| |     | +-- readable-stream@2.0.6
| |     | `-- xtend@4.0.1
| |     +-- through2-filter@2.0.0
| |     | +-- through2@2.0.1
| |     | | `-- readable-stream@2.0.6
| |     | |   `-- isarray@1.0.0
| |     | `-- xtend@4.0.1
| |     `-- vali-date@1.0.0
| +-- split@1.0.0
| `-- webdriverio@4.2.3
|   +-- archiver@1.0.0
|   | +-- archiver-utils@1.2.0
|   | | +-- glob@7.0.5
|   | | +-- normalize-path@2.0.1
|   | | `-- readable-stream@2.1.4
|   | |   `-- isarray@1.0.0
|   | +-- buffer-crc32@0.2.5
|   | +-- glob@7.0.5
|   | +-- readable-stream@2.1.4
|   | | `-- isarray@1.0.0
|   | +-- tar-stream@1.5.2
|   | | +-- end-of-stream@1.1.0
|   | | +-- readable-stream@2.1.4
|   | | | `-- isarray@1.0.0
|   | | `-- xtend@4.0.1
|   | `-- zip-stream@1.0.0
|   |   +-- compress-commons@1.0.0
|   |   | +-- crc32-stream@1.0.0
|   |   | | `-- readable-stream@2.1.4
|   |   | |   `-- isarray@1.0.0
|   |   | +-- node-int64@0.4.0
|   |   | `-- readable-stream@2.1.4
|   |   |   `-- isarray@1.0.0
|   |   `-- readable-stream@2.1.4
|   |     `-- isarray@1.0.0
|   +-- babel-runtime@6.11.6
|   | `-- core-js@2.4.1
|   +-- css-parse@2.0.0
|   | `-- css@2.2.1
|   |   +-- source-map@0.1.43
|   |   +-- source-map-resolve@0.3.1
|   |   | +-- atob@1.1.3
|   |   | +-- resolve-url@0.2.1
|   |   | `-- source-map-url@0.3.0
|   |   `-- urix@0.1.0
|   +-- css-value@0.0.1
|   +-- deepmerge@0.2.10
|   +-- ejs@2.5.1
|   +-- glob@7.0.5
|   +-- inquirer@1.1.2
|   | +-- external-editor@1.0.3
|   | | +-- spawn-sync@1.0.15
|   | | | `-- os-shim@0.1.3
|   | | `-- temp@0.8.3
|   | |   `-- rimraf@2.2.8
|   | +-- mute-stream@0.0.6
|   | +-- run-async@2.2.0
|   | | `-- is-promise@2.1.0
|   | `-- rx@4.1.0
|   +-- npm-install-package@1.0.2
|   | `-- noop2@2.0.0
|   +-- q@1.4.1
|   +-- request@2.73.0
|   | `-- tough-cookie@2.2.2
|   +-- rgb2hex@0.1.0
|   +-- url@0.11.0
|   | `-- querystring@0.2.0
|   +-- validator@5.5.0
|   +-- wdio-dot-reporter@0.0.6
|   | `-- babel-runtime@5.8.38
|   `-- wgxpath@1.0.0
+-- webpack@1.13.1
| +-- acorn@3.3.0
| +-- async@1.5.2
| +-- clone@1.0.2
| +-- enhanced-resolve@0.9.1
| | +-- memory-fs@0.2.0
| | `-- tapable@0.1.10
| +-- interpret@0.6.6
| +-- loader-utils@0.2.15
| | +-- big.js@3.1.3
| | +-- emojis-list@2.0.1
| | `-- json5@0.5.0
| +-- memory-fs@0.3.0
| | +-- errno@0.1.4
| | | `-- prr@0.0.0
| | `-- readable-stream@2.1.4
| |   +-- buffer-shims@1.0.0
| |   `-- isarray@1.0.0
| +-- node-libs-browser@0.5.3
| | +-- assert@1.4.1
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.9
| | +-- buffer@3.6.0
| | | `-- isarray@1.0.0
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- constants-browserify@0.0.1
| | +-- crypto-browserify@3.2.8
| | | +-- pbkdf2-compat@2.0.1
| | | +-- ripemd160@0.2.0
| | | `-- sha.js@2.2.6
| | +-- domain-browser@1.1.7
| | +-- events@1.1.1
| | +-- http-browserify@1.7.0
| | | `-- Base64@0.2.1
| | +-- https-browserify@0.0.0
| | +-- os-browserify@0.1.2
| | +-- path-browserify@0.0.0
| | +-- process@0.11.7
| | +-- punycode@1.3.2
| | +-- querystring-es3@0.2.1
| | +-- readable-stream@1.1.14
| | | `-- isarray@0.0.1
| | +-- stream-browserify@1.0.0
| | +-- string_decoder@0.10.31
| | +-- timers-browserify@1.4.2
| | +-- tty-browserify@0.0.0
| | +-- url@0.10.3
| | +-- util@0.10.3
| | `-- vm-browserify@0.0.4
| |   `-- indexof@0.0.1
| +-- optimist@0.6.1
| | +-- minimist@0.0.10
| | `-- wordwrap@0.0.3
| +-- tapable@0.1.10
| +-- uglify-js@2.6.4
| | +-- async@0.2.10
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| |   +-- camelcase@1.2.1
| |   +-- cliui@2.1.0
| |   | +-- center-align@0.1.3
| |   | | +-- align-text@0.1.4
| |   | | | +-- longest@1.0.1
| |   | | | `-- repeat-string@1.5.4
| |   | | `-- lazy-cache@1.0.4
| |   | +-- right-align@0.1.3
| |   | `-- wordwrap@0.0.2
| |   +-- decamelize@1.2.0
| |   `-- window-size@0.1.0
| +-- watchpack@0.2.9
| | +-- async@0.9.2
| | `-- chokidar@1.6.0
| |   +-- anymatch@1.3.0
| |   | +-- arrify@1.0.1
| |   | `-- micromatch@2.3.11
| |   |   +-- arr-diff@2.0.0
| |   |   | `-- arr-flatten@1.0.1
| |   |   +-- array-unique@0.2.1
| |   |   +-- braces@1.8.5
| |   |   | +-- expand-range@1.8.2
| |   |   | | `-- fill-range@2.2.3
| |   |   | |   +-- is-number@2.1.0
| |   |   | |   +-- isobject@2.1.0
| |   |   | |   | `-- isarray@1.0.0
| |   |   | |   `-- randomatic@1.1.5
| |   |   | +-- preserve@0.2.0
| |   |   | `-- repeat-element@1.1.2
| |   |   +-- expand-brackets@0.1.5
| |   |   | `-- is-posix-bracket@0.1.1
| |   |   +-- extglob@0.3.2
| |   |   +-- filename-regex@2.0.0
| |   |   +-- kind-of@3.0.4
| |   |   | `-- is-buffer@1.1.3
| |   |   +-- object.omit@2.0.0
| |   |   | +-- for-own@0.1.4
| |   |   | | `-- for-in@0.1.5
| |   |   | `-- is-extendable@0.1.1
| |   |   +-- parse-glob@3.0.4
| |   |   | +-- glob-base@0.3.0
| |   |   | `-- is-dotfile@1.0.2
| |   |   `-- regex-cache@0.4.3
| |   |     +-- is-equal-shallow@0.1.3
| |   |     `-- is-primitive@2.0.0
| |   +-- async-each@1.0.0
| |   +-- glob-parent@2.0.0
| |   +-- is-binary-path@1.0.1
| |   | `-- binary-extensions@1.5.0
| |   +-- is-glob@2.0.1
| |   | `-- is-extglob@1.0.0
| |   `-- readdirp@2.1.0
| |     +-- readable-stream@2.1.4
| |     | `-- isarray@1.0.0
| |     `-- set-immediate-shim@1.0.1
| `-- webpack-core@0.6.8
|   +-- source-list-map@0.1.6
|   `-- source-map@0.4.4
`-- webpack-merge@0.14.1
  `-- lodash.find@3.2.1
    `-- lodash._basecallback@3.3.1
      `-- lodash._baseisequal@3.0.7
        `-- lodash.istypedarray@3.0.6

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.3.1
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE

npm ERR! nslog@3.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nslog@3.0.0 install script 'node-gyp rebuild'.
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 nslog package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs nslog
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls nslog
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\erdel\Documents\LightAMV\Pokémon GO\IV\pokemon-journal\npm-debug.log
billyvg commented 8 years ago

I haven't had a chance to test on Windows yet, but try installing this https://www.microsoft.com/en-ca/download/details.aspx?id=48145

LightAMV commented 8 years ago

@billyvg Been having it, it doesn't change anything.

billyvg commented 8 years ago

Looks like this is an issue with node-gyp on windows, please see this issue: https://github.com/billyvg/pokemon-go-iv/issues/4