Last active
January 15, 2017 18:56
-
-
Save martinhbramwell/cecd31088f327e75f81907dd131a3b3e to your computer and use it in GitHub Desktop.
GitHunt-API crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| you@hab4metdev:~/projects/githunt$ | |
| you@hab4metdev:~/projects/githunt$ git clone git@github.com:your0rg/GitHunt-API.git | |
| Cloning into 'GitHunt-API'... | |
| remote: Counting objects: 1558, done. | |
| remote: Compressing objects: 100% (93/93), done. | |
| remote: Total 1558 (delta 76), reused 0 (delta 0), pack-reused 1465 | |
| Receiving objects: 100% (1558/1558), 3.29 MiB | 4.36 MiB/s, done. | |
| Resolving deltas: 100% (957/957), done. | |
| Checking connectivity... done. | |
| you@hab4metdev:~/projects/githunt$ | |
| you@hab4metdev:~/projects/githunt$ | |
| you@hab4metdev:~/projects/githunt$ cd GitHunt-API/ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ npm install | |
| npm WARN peerDependencies The peer dependency request@^2.34 included from request-promise will no | |
| npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency | |
| npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. | |
| npm WARN peerDependencies The peer dependency webpack@1 || ^2.1.0-beta included from babel-loader will no | |
| npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency | |
| npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. | |
| npm WARN peerDependencies The peer dependency request@^2.34 included from request-promise-core will no | |
| npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency | |
| npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. | |
| npm WARN optional dep failed, continuing fsevents@1.0.17 | |
| npm WARN optional dep failed, continuing fsevents@1.0.17 | |
| > websocket@1.0.24 install /home/you/projects/githunt/GitHunt-API/node_modules/subscriptions-transport-ws/node_modules/websocket | |
| > (node-gyp rebuild 2> builderror.log) || (exit 0) | |
| make: Entering directory '/home/you/projects/githunt/GitHunt-API/node_modules/subscriptions-transport-ws/node_modules/websocket/build' | |
| CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
| SOLINK_MODULE(target) Release/obj.target/bufferutil.node | |
| COPY Release/bufferutil.node | |
| CXX(target) Release/obj.target/validation/src/validation.o | |
| SOLINK_MODULE(target) Release/obj.target/validation.node | |
| COPY Release/validation.node | |
| make: Leaving directory '/home/you/projects/githunt/GitHunt-API/node_modules/subscriptions-transport-ws/node_modules/websocket/build' | |
| npm WARN deprecated node-uuid@1.4.7: use uuid module instead | |
| npm WARN optional dep failed, continuing fsevents@1.0.17 | |
| - | |
| > sqlite3@3.1.8 install /home/you/projects/githunt/GitHunt-API/node_modules/sqlite3 | |
| > node-pre-gyp install --fallback-to-build | |
| [sqlite3] Success: "/home/you/projects/githunt/GitHunt-API/node_modules/sqlite3/lib/binding/node-v46-linux-x64/node_sqlite3.node" is installed via remote | |
| connect-session-knex@1.3.0 node_modules/connect-session-knex | |
| dataloader@1.2.0 node_modules/dataloader | |
| dotenv@4.0.0 node_modules/dotenv | |
| reddit-score@0.0.1 node_modules/reddit-score | |
| eslint-plugin-babel@3.3.0 node_modules/eslint-plugin-babel | |
| passport@0.3.2 node_modules/passport | |
| ├── pause@0.0.1 | |
| └── passport-strategy@1.0.0 | |
| eslint-config-airbnb@12.0.0 node_modules/eslint-config-airbnb | |
| └── eslint-config-airbnb-base@8.0.0 | |
| express-session@1.14.2 node_modules/express-session | |
| ├── cookie-signature@1.0.6 | |
| ├── utils-merge@1.0.0 | |
| ├── on-headers@1.0.1 | |
| ├── cookie@0.3.1 | |
| ├── parseurl@1.3.1 | |
| ├── depd@1.1.0 | |
| ├── crc@3.4.1 | |
| ├── uid-safe@2.1.3 (base64-url@1.3.3, random-bytes@1.0.0) | |
| └── debug@2.2.0 (ms@0.7.1) | |
| graphql-subscriptions@0.2.2 node_modules/graphql-subscriptions | |
| └── es6-promise@3.3.1 | |
| body-parser@1.15.2 node_modules/body-parser | |
| ├── content-type@1.0.2 | |
| ├── bytes@2.4.0 | |
| ├── depd@1.1.0 | |
| ├── qs@6.2.0 | |
| ├── on-finished@2.3.0 (ee-first@1.1.1) | |
| ├── raw-body@2.1.7 (unpipe@1.0.0) | |
| ├── http-errors@1.5.1 (setprototypeof@1.0.2, inherits@2.0.3, statuses@1.3.1) | |
| ├── debug@2.2.0 (ms@0.7.1) | |
| ├── iconv-lite@0.4.13 | |
| └── type-is@1.6.14 (media-typer@0.3.0, mime-types@2.1.14) | |
| graphql-server-express@0.4.4 node_modules/graphql-server-express | |
| ├── graphql-server-module-graphiql@0.4.4 | |
| ├── graphql-server-core@0.4.4 (typed-graphql@1.0.2) | |
| └── @types/express@4.0.34 (@types/serve-static@1.7.31, @types/express-serve-static-core@4.0.40) | |
| express@4.14.0 node_modules/express | |
| ├── escape-html@1.0.3 | |
| ├── array-flatten@1.1.1 | |
| ├── utils-merge@1.0.0 | |
| ├── cookie-signature@1.0.6 | |
| ├── content-type@1.0.2 | |
| ├── methods@1.1.2 | |
| ├── encodeurl@1.0.1 | |
| ├── merge-descriptors@1.0.1 | |
| ├── parseurl@1.3.1 | |
| ├── fresh@0.3.0 | |
| ├── cookie@0.3.1 | |
| ├── path-to-regexp@0.1.7 | |
| ├── range-parser@1.2.0 | |
| ├── vary@1.1.0 | |
| ├── etag@1.7.0 | |
| ├── serve-static@1.11.1 | |
| ├── content-disposition@0.5.1 | |
| ├── depd@1.1.0 | |
| ├── qs@6.2.0 | |
| ├── on-finished@2.3.0 (ee-first@1.1.1) | |
| ├── finalhandler@0.5.0 (unpipe@1.0.0, statuses@1.3.1) | |
| ├── debug@2.2.0 (ms@0.7.1) | |
| ├── proxy-addr@1.1.3 (forwarded@0.1.0, ipaddr.js@1.2.0) | |
| ├── send@0.14.1 (destroy@1.0.4, ms@0.7.1, statuses@1.3.1, mime@1.3.4, http-errors@1.5.1) | |
| ├── type-is@1.6.14 (media-typer@0.3.0, mime-types@2.1.14) | |
| └── accepts@1.3.3 (negotiator@0.6.1, mime-types@2.1.14) | |
| passport-github@1.1.0 node_modules/passport-github | |
| └── passport-oauth2@1.4.0 (uid2@0.0.3, utils-merge@1.0.0, passport-strategy@1.0.0, oauth@0.9.15) | |
| chai@3.5.0 node_modules/chai | |
| ├── assertion-error@1.0.2 | |
| ├── type-detect@1.0.0 | |
| └── deep-eql@0.1.3 (type-detect@0.1.1) | |
| graphql-tools@0.9.0 node_modules/graphql-tools | |
| ├── deprecated-decorator@0.1.6 | |
| ├── uuid@3.0.1 | |
| └── @types/graphql@0.8.6 | |
| graphql@0.7.2 node_modules/graphql | |
| └── iterall@1.0.2 | |
| mocha@3.2.0 node_modules/mocha | |
| ├── diff@1.4.0 | |
| ├── browser-stdout@1.3.0 | |
| ├── escape-string-regexp@1.0.5 | |
| ├── growl@1.9.2 | |
| ├── json3@3.3.2 | |
| ├── supports-color@3.1.2 (has-flag@1.0.0) | |
| ├── commander@2.9.0 (graceful-readlink@1.0.1) | |
| ├── debug@2.2.0 (ms@0.7.1) | |
| ├── lodash.create@3.1.1 (lodash._basecreate@3.0.3, lodash._isiterateecall@3.0.9, lodash._baseassign@3.2.0) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| └── glob@7.0.5 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, once@1.4.0, inflight@1.0.6, minimatch@3.0.3) | |
| subscriptions-transport-ws@0.2.6 node_modules/subscriptions-transport-ws | |
| ├── lodash.isstring@4.0.1 | |
| ├── lodash.isobject@3.0.2 | |
| ├── @types/node@6.0.60 | |
| ├── backo2@1.0.2 | |
| ├── node-static@0.5.9 | |
| ├── es6-promise@3.3.1 | |
| ├── graphql-subscriptions@0.1.5 | |
| └── websocket@1.0.24 (yaeti@0.0.6, typedarray-to-buffer@3.1.2, debug@2.6.0, nan@2.5.0) | |
| nodemon@1.11.0 node_modules/nodemon | |
| ├── ignore-by-default@1.0.1 | |
| ├── undefsafe@0.0.3 | |
| ├── es6-promise@3.3.1 | |
| ├── debug@2.6.0 (ms@0.7.2) | |
| ├── minimatch@3.0.3 (brace-expansion@1.1.6) | |
| ├── touch@1.0.0 (nopt@1.0.10) | |
| ├── lodash.defaults@3.1.2 (lodash.restparam@3.6.1, lodash.assign@3.2.0) | |
| ├── ps-tree@1.1.0 (event-stream@3.3.4) | |
| ├── chokidar@1.6.1 (path-is-absolute@1.0.1, async-each@1.0.1, inherits@2.0.3, glob-parent@2.0.0, is-glob@2.0.1, is-binary-path@1.0.1, readdirp@2.1.0, anymatch@1.3.0) | |
| └── update-notifier@0.5.0 (is-npm@1.0.0, semver-diff@2.1.0, string-length@1.0.1, chalk@1.1.3, repeating@1.1.3, configstore@1.4.0, latest-version@1.0.1) | |
| eslint-plugin-react@6.9.0 node_modules/eslint-plugin-react | |
| ├── doctrine@1.5.0 (isarray@1.0.0, esutils@2.0.2) | |
| ├── array.prototype.find@2.0.1 (define-properties@1.1.2, es-abstract@1.6.1) | |
| └── jsx-ast-utils@1.3.5 (object-assign@4.1.0, acorn-jsx@3.0.1) | |
| request@2.79.0 node_modules/request | |
| ├── tunnel-agent@0.4.3 | |
| ├── aws-sign2@0.6.0 | |
| ├── forever-agent@0.6.1 | |
| ├── oauth-sign@0.8.2 | |
| ├── caseless@0.11.0 | |
| ├── is-typedarray@1.0.0 | |
| ├── stringstream@0.0.5 | |
| ├── aws4@1.5.0 | |
| ├── isstream@0.1.2 | |
| ├── json-stringify-safe@5.0.1 | |
| ├── extend@3.0.0 | |
| ├── uuid@3.0.1 | |
| ├── qs@6.3.0 | |
| ├── combined-stream@1.0.5 (delayed-stream@1.0.0) | |
| ├── mime-types@2.1.14 (mime-db@1.26.0) | |
| ├── tough-cookie@2.3.2 (punycode@1.4.1) | |
| ├── form-data@2.1.2 (asynckit@0.4.0) | |
| ├── hawk@3.1.3 (cryptiles@2.0.5, boom@2.10.1, sntp@1.0.9, hoek@2.16.3) | |
| ├── http-signature@1.1.1 (assert-plus@0.2.0, jsprim@1.3.1, sshpk@1.10.2) | |
| └── har-validator@2.0.6 (pinkie-promise@2.0.1, commander@2.9.0, chalk@1.1.3, is-my-json-valid@2.15.0) | |
| request-promise@4.1.1 node_modules/request-promise | |
| ├── stealthy-require@1.0.0 | |
| ├── bluebird@3.4.7 | |
| ├── request@2.79.0 (tunnel-agent@0.4.3, aws-sign2@0.6.0, forever-agent@0.6.1, oauth-sign@0.8.2, caseless@0.11.0, is-typedarray@1.0.0, stringstream@0.0.5, aws4@1.5.0, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, uuid@3.0.1, qs@6.3.0, combined-stream@1.0.5, mime-types@2.1.14, tough-cookie@2.3.2, form-data@2.1.2, hawk@3.1.3, http-signature@1.1.1, har-validator@2.0.6) | |
| └── request-promise-core@1.1.1 | |
| eslint-plugin-jsx-a11y@2.2.3 node_modules/eslint-plugin-jsx-a11y | |
| ├── object-assign@4.1.0 | |
| ├── damerau-levenshtein@1.0.3 | |
| └── jsx-ast-utils@1.3.5 (acorn-jsx@3.0.1) | |
| extractgql@0.1.14 node_modules/extractgql | |
| ├── whatwg-fetch@2.0.1 | |
| ├── @types/chai@3.4.34 | |
| ├── @types/yargs@6.5.0 | |
| ├── @types/mocha@2.2.37 | |
| ├── @types/node@6.0.60 | |
| ├── graphql-tag@0.1.17 | |
| ├── es6-promise@4.0.5 | |
| ├── source-map-support@0.4.9 (source-map@0.5.6) | |
| ├── yargs@6.6.0 (get-caller-file@1.0.2, decamelize@1.2.0, camelcase@3.0.0, y18n@3.2.1, which-module@1.0.0, set-blocking@2.0.0, yargs-parser@4.2.1, require-main-filename@1.0.1, require-directory@2.1.1, os-locale@1.4.0, cliui@3.2.0, string-width@1.0.2, read-pkg-up@1.0.1) | |
| ├── typescript@2.1.5 | |
| ├── tslint@3.15.1 (colors@1.1.2, diff@2.2.3, glob@7.1.1, optimist@0.6.1, resolve@1.2.0, findup-sync@0.3.0, underscore.string@3.3.4) | |
| └── @types/lodash@4.14.50 | |
| webpack@1.14.0 node_modules/webpack | |
| ├── interpret@0.6.6 | |
| ├── tapable@0.1.10 | |
| ├── clone@1.0.2 | |
| ├── async@1.5.2 | |
| ├── supports-color@3.1.2 (has-flag@1.0.0) | |
| ├── loader-utils@0.2.16 (object-assign@4.1.0, big.js@3.1.3, emojis-list@2.1.0, json5@0.5.1) | |
| ├── enhanced-resolve@0.9.1 (graceful-fs@4.1.11, memory-fs@0.2.0) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10) | |
| ├── acorn@3.3.0 | |
| ├── memory-fs@0.3.0 (errno@0.1.4, readable-stream@2.2.2) | |
| ├── webpack-core@0.6.9 (source-list-map@0.1.8, source-map@0.4.4) | |
| ├── uglify-js@2.7.5 (async@0.2.10, uglify-to-browserify@1.0.2, source-map@0.5.6, yargs@3.10.0) | |
| ├── watchpack@0.2.9 (graceful-fs@4.1.11, async@0.9.2, chokidar@1.6.1) | |
| └── node-libs-browser@0.7.0 (https-browserify@0.0.1, tty-browserify@0.0.0, path-browserify@0.0.0, punycode@1.4.1, string_decoder@0.10.31, constants-browserify@1.0.0, os-browserify@0.2.1, process@0.11.9, assert@1.4.1, domain-browser@1.1.7, querystring-es3@0.2.1, timers-browserify@2.0.2, stream-browserify@2.0.1, events@1.1.1, vm-browserify@0.0.4, util@0.10.3, console-browserify@1.1.0, url@0.11.0, readable-stream@2.2.2, stream-http@2.6.1, buffer@4.9.1, browserify-zlib@0.1.4, crypto-browserify@3.3.0) | |
| babel-loader@6.2.9 node_modules/babel-loader | |
| ├── object-assign@4.1.0 | |
| ├── loader-utils@0.2.16 (big.js@3.1.3, emojis-list@2.1.0, json5@0.5.1) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| └── find-cache-dir@0.1.1 (commondir@1.0.1, pkg-dir@1.0.0) | |
| eslint-plugin-import@1.16.0 node_modules/eslint-plugin-import | |
| ├── object-assign@4.1.0 | |
| ├── contains-path@0.1.0 | |
| ├── lodash.endswith@4.2.1 | |
| ├── lodash.cond@4.5.2 | |
| ├── lodash.find@4.6.0 | |
| ├── lodash.findindex@4.6.0 | |
| ├── builtin-modules@1.1.1 | |
| ├── doctrine@1.3.0 (isarray@1.0.0, esutils@2.0.2) | |
| ├── has@1.0.1 (function-bind@1.1.0) | |
| ├── debug@2.6.0 (ms@0.7.2) | |
| ├── minimatch@3.0.3 (brace-expansion@1.1.6) | |
| ├── pkg-up@1.0.0 (find-up@1.1.2) | |
| ├── pkg-dir@1.0.0 (find-up@1.1.2) | |
| ├── eslint-import-resolver-node@0.2.3 (resolve@1.2.0) | |
| ├── es6-map@0.1.4 (d@0.1.1, es6-symbol@3.1.0, event-emitter@0.3.4, es6-iterator@2.0.0, es5-ext@0.10.12) | |
| └── es6-set@0.1.4 (d@0.1.1, es6-symbol@3.1.0, event-emitter@0.3.4, es6-iterator@2.0.0, es5-ext@0.10.12) | |
| lodash@4.17.4 node_modules/lodash | |
| eslint@3.13.1 node_modules/eslint | |
| ├── path-is-inside@1.0.2 | |
| ├── natural-compare@1.4.0 | |
| ├── strip-bom@3.0.0 | |
| ├── imurmurhash@0.1.4 | |
| ├── ignore@3.2.0 | |
| ├── strip-json-comments@2.0.1 | |
| ├── pluralize@1.2.1 | |
| ├── globals@9.14.0 | |
| ├── estraverse@4.2.0 | |
| ├── esutils@2.0.2 | |
| ├── progress@1.1.8 | |
| ├── text-table@0.2.0 | |
| ├── is-resolvable@1.0.0 (tryit@1.0.3) | |
| ├── user-home@2.0.0 (os-homedir@1.0.2) | |
| ├── babel-code-frame@6.20.0 (js-tokens@2.0.0) | |
| ├── doctrine@1.5.0 (isarray@1.0.0) | |
| ├── optionator@0.8.2 (fast-levenshtein@2.0.6, type-check@0.3.2, wordwrap@1.0.0, deep-is@0.1.3, prelude-ls@1.1.2) | |
| ├── levn@0.3.0 (type-check@0.3.2, prelude-ls@1.1.2) | |
| ├── debug@2.6.0 (ms@0.7.2) | |
| ├── json-stable-stringify@1.0.1 (jsonify@0.0.0) | |
| ├── chalk@1.1.3 (escape-string-regexp@1.0.5, supports-color@2.0.0, ansi-styles@2.2.1, strip-ansi@3.0.1, has-ansi@2.0.0) | |
| ├── require-uncached@1.0.3 (resolve-from@1.0.1, caller-path@0.1.0) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| ├── concat-stream@1.6.0 (inherits@2.0.3, typedarray@0.0.6, readable-stream@2.2.2) | |
| ├── glob@7.1.1 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, inflight@1.0.6, once@1.4.0, minimatch@3.0.3) | |
| ├── inquirer@0.12.0 (strip-ansi@3.0.1, ansi-regex@2.1.1, ansi-escapes@1.4.0, rx-lite@3.1.2, through@2.3.8, cli-width@2.1.0, figures@1.7.0, string-width@1.0.2, readline2@1.0.1, cli-cursor@1.0.2, run-async@0.1.0) | |
| ├── is-my-json-valid@2.15.0 (jsonpointer@4.0.1, generate-function@2.0.0, xtend@4.0.1, generate-object-property@1.2.0) | |
| ├── file-entry-cache@2.0.0 (object-assign@4.1.0, flat-cache@1.2.2) | |
| ├── espree@3.3.2 (acorn@4.0.4, acorn-jsx@3.0.1) | |
| ├── js-yaml@3.7.0 (esprima@2.7.3, argparse@1.0.9) | |
| ├── shelljs@0.7.6 (interpret@1.0.1, rechoir@0.6.2) | |
| ├── table@3.8.3 (slice-ansi@0.0.4, ajv-keywords@1.5.0, string-width@2.0.0, ajv@4.10.4) | |
| └── escope@3.6.0 (esrecurse@4.1.0, es6-weak-map@2.0.1, es6-map@0.1.4) | |
| babel-register@6.16.3 node_modules/babel-register | |
| ├── path-exists@1.0.0 | |
| ├── home-or-tmp@1.0.0 (os-tmpdir@1.0.2, user-home@1.1.1) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| ├── source-map-support@0.4.9 (source-map@0.5.6) | |
| ├── babel-runtime@6.20.0 (regenerator-runtime@0.10.1) | |
| └── core-js@2.4.1 | |
| sqlite3@3.1.8 node_modules/sqlite3 | |
| └── nan@2.4.0 | |
| babel-preset-react@6.16.0 node_modules/babel-preset-react | |
| ├── babel-plugin-syntax-flow@6.18.0 | |
| ├── babel-plugin-syntax-jsx@6.18.0 | |
| ├── babel-plugin-transform-react-jsx@6.8.0 (babel-helper-builder-react-jsx@6.21.1, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-react-jsx-source@6.9.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-flow-strip-types@6.21.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-react-display-name@6.8.0 (babel-runtime@6.20.0) | |
| └── babel-plugin-transform-react-jsx-self@6.11.0 (babel-runtime@6.20.0) | |
| babel-cli@6.16.0 node_modules/babel-cli | |
| ├── slash@1.0.0 | |
| ├── path-exists@1.0.0 | |
| ├── log-symbols@1.0.2 | |
| ├── path-is-absolute@1.0.1 | |
| ├── fs-readdir-recursive@0.1.2 | |
| ├── convert-source-map@1.3.0 | |
| ├── v8flags@2.0.11 (user-home@1.1.1) | |
| ├── commander@2.9.0 (graceful-readlink@1.0.1) | |
| ├── source-map@0.5.6 | |
| ├── chalk@1.1.1 (escape-string-regexp@1.0.5, ansi-styles@2.2.1, supports-color@2.0.0, has-ansi@2.0.0, strip-ansi@3.0.1) | |
| ├── glob@5.0.15 (inherits@2.0.3, inflight@1.0.6, once@1.4.0, minimatch@3.0.3) | |
| ├── output-file-sync@1.1.2 (object-assign@4.1.0, graceful-fs@4.1.11, mkdirp@0.5.1) | |
| ├── chokidar@1.6.1 (async-each@1.0.1, inherits@2.0.3, glob-parent@2.0.0, is-glob@2.0.1, is-binary-path@1.0.1, readdirp@2.1.0, anymatch@1.3.0) | |
| ├── request@2.79.0 (aws-sign2@0.6.0, tunnel-agent@0.4.3, forever-agent@0.6.1, oauth-sign@0.8.2, is-typedarray@1.0.0, caseless@0.11.0, stringstream@0.0.5, aws4@1.5.0, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, uuid@3.0.1, qs@6.3.0, combined-stream@1.0.5, mime-types@2.1.14, tough-cookie@2.3.2, form-data@2.1.2, hawk@3.1.3, http-signature@1.1.1, har-validator@2.0.6) | |
| ├── bin-version-check@2.1.0 (minimist@1.2.0, semver-truncate@1.1.2, semver@4.3.6, bin-version@1.0.4) | |
| ├── babel-polyfill@6.20.0 (regenerator-runtime@0.10.1, core-js@2.4.1) | |
| └── babel-runtime@6.20.0 (regenerator-runtime@0.10.1, core-js@2.4.1) | |
| babel-core@6.21.0 node_modules/babel-core | |
| ├── slash@1.0.0 | |
| ├── babel-messages@6.8.0 | |
| ├── babel-template@6.16.0 | |
| ├── path-is-absolute@1.0.1 | |
| ├── babel-helpers@6.16.0 | |
| ├── private@0.1.6 | |
| ├── json5@0.5.1 | |
| ├── babylon@6.15.0 | |
| ├── convert-source-map@1.3.0 | |
| ├── source-map@0.5.6 | |
| ├── debug@2.6.0 (ms@0.7.2) | |
| ├── babel-types@6.21.0 (to-fast-properties@1.0.2, esutils@2.0.2) | |
| ├── minimatch@3.0.3 (brace-expansion@1.1.6) | |
| ├── babel-code-frame@6.20.0 (js-tokens@2.0.0, esutils@2.0.2, chalk@1.1.3) | |
| ├── babel-generator@6.21.0 (jsesc@1.3.0, detect-indent@4.0.0) | |
| ├── babel-traverse@6.21.0 (globals@9.14.0, invariant@2.2.2) | |
| ├── babel-register@6.18.0 (home-or-tmp@2.0.0, source-map-support@0.4.9, mkdirp@0.5.1, core-js@2.4.1) | |
| └── babel-runtime@6.20.0 (regenerator-runtime@0.10.1, core-js@2.4.1) | |
| babel-preset-stage-2@6.17.0 node_modules/babel-preset-stage-2 | |
| ├── babel-plugin-transform-class-properties@6.19.0 (babel-plugin-syntax-class-properties@6.13.0, babel-template@6.16.0, babel-helper-function-name@6.18.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-decorators@6.13.0 (babel-plugin-syntax-decorators@6.13.0, babel-types@6.21.0, babel-template@6.16.0, babel-helper-explode-class@6.18.0, babel-helper-define-map@6.18.0, babel-runtime@6.20.0) | |
| └── babel-preset-stage-3@6.17.0 (babel-plugin-syntax-trailing-function-commas@6.20.0, babel-plugin-transform-async-to-generator@6.16.0, babel-plugin-transform-exponentiation-operator@6.8.0, babel-plugin-transform-async-generator-functions@6.17.0, babel-plugin-transform-object-rest-spread@6.20.2) | |
| babel-eslint@7.1.1 node_modules/babel-eslint | |
| ├── lodash.pickby@4.6.0 | |
| ├── babylon@6.15.0 | |
| ├── babel-code-frame@6.20.0 (js-tokens@2.0.0, esutils@2.0.2, chalk@1.1.3) | |
| ├── babel-types@6.21.0 (to-fast-properties@1.0.2, esutils@2.0.2, babel-runtime@6.20.0) | |
| └── babel-traverse@6.21.0 (babel-messages@6.8.0, globals@9.14.0, debug@2.6.0, invariant@2.2.2, babel-runtime@6.20.0) | |
| babel-preset-es2015@6.16.0 node_modules/babel-preset-es2015 | |
| ├── babel-plugin-transform-es2015-typeof-symbol@6.18.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-spread@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-template-literals@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-for-of@6.18.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-literals@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-destructuring@6.19.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-modules-amd@6.18.0 (babel-template@6.16.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-function-name@6.9.0 (babel-types@6.21.0, babel-helper-function-name@6.18.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-check-es2015-constants@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 (babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-shorthand-properties@6.18.0 (babel-types@6.21.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-modules-umd@6.18.0 (babel-template@6.16.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-duplicate-keys@6.8.0 (babel-types@6.21.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-computed-properties@6.8.0 (babel-template@6.16.0, babel-helper-define-map@6.18.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-sticky-regex@6.8.0 (babel-helper-regex@6.18.0, babel-types@6.21.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-object-super@6.8.0 (babel-helper-replace-supers@6.18.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-modules-systemjs@6.19.0 (babel-helper-hoist-variables@6.18.0, babel-template@6.16.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-modules-commonjs@6.18.0 (babel-plugin-transform-strict-mode@6.18.0, babel-types@6.21.0, babel-template@6.16.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-block-scoping@6.21.0 (babel-template@6.16.0, babel-types@6.21.0, babel-traverse@6.21.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-unicode-regex@6.11.0 (regexpu-core@2.0.0, babel-helper-regex@6.18.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-classes@6.18.0 (babel-helper-define-map@6.18.0, babel-helper-optimise-call-expression@6.18.0, babel-messages@6.8.0, babel-helper-replace-supers@6.18.0, babel-helper-function-name@6.18.0, babel-template@6.16.0, babel-types@6.21.0, babel-traverse@6.21.0, babel-runtime@6.20.0) | |
| ├── babel-plugin-transform-es2015-parameters@6.21.0 (babel-helper-get-function-arity@6.18.0, babel-helper-call-delegate@6.18.0, babel-template@6.16.0, babel-types@6.21.0, babel-traverse@6.21.0, babel-runtime@6.20.0) | |
| └── babel-plugin-transform-regenerator@6.21.0 (regenerator-transform@0.9.8) | |
| knex@0.12.6 node_modules/knex | |
| ├── inherits@2.0.3 | |
| ├── interpret@0.6.6 | |
| ├── pg-connection-string@0.1.3 | |
| ├── generic-pool@2.5.0 | |
| ├── node-uuid@1.4.7 | |
| ├── minimist@1.1.3 | |
| ├── tildify@1.0.0 (user-home@1.1.1) | |
| ├── v8flags@2.0.11 (user-home@1.1.1) | |
| ├── commander@2.9.0 (graceful-readlink@1.0.1) | |
| ├── readable-stream@1.1.14 (string_decoder@0.10.31, isarray@0.0.1, core-util-is@1.0.2) | |
| ├── debug@2.6.0 (ms@0.7.2) | |
| ├── chalk@1.1.3 (supports-color@2.0.0, ansi-styles@2.2.1, escape-string-regexp@1.0.5, has-ansi@2.0.0, strip-ansi@3.0.1) | |
| ├── mkdirp@0.5.1 (minimist@0.0.8) | |
| ├── bluebird@3.4.7 | |
| ├── liftoff@2.2.5 (rechoir@0.6.2, extend@3.0.0, flagged-respawn@0.3.2, resolve@1.2.0, findup-sync@0.4.3) | |
| └── babel-runtime@6.20.0 (regenerator-runtime@0.10.1, core-js@2.4.1) | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ npm run migrate | |
| > githunt-api@1.0.0 migrate /home/you/projects/githunt/GitHunt-API | |
| > knex migrate:latest | |
| Using environment: development | |
| Batch 1 run: 1 migrations | |
| /home/you/projects/githunt/GitHunt-API/migrations/20160518201950_create_comments_entries_votes.js | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ npm run seed | |
| > githunt-api@1.0.0 seed /home/you/projects/githunt/GitHunt-API | |
| > knex seed:run | |
| Using environment: development | |
| Ran 1 seed files | |
| /home/you/projects/githunt/GitHunt-API/seeds/seed.js | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ cat > .env | |
| GITHUB_CLIENT_ID="10f1165xxxxxxcfb1e36" | |
| GITHUB_CLIENT_SECRET="01b558b0786060xxxxxxxxxxx5de4211cae635d1" | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ | |
| you@hab4metdev:~/projects/githunt/GitHunt-API$ npm start | |
| > githunt-api@1.0.0 start /home/you/projects/githunt/GitHunt-API | |
| > nodemon api/index.js --watch api --exec babel-node | |
| [nodemon] 1.11.0 | |
| [nodemon] to restart at any time, enter `rs` | |
| [nodemon] watching: /home/you/projects/githunt/GitHunt-API/api/**/* | |
| [nodemon] starting `babel-node api/index.js` | |
| API Server is now running on http://localhost:3010 | |
| Websocket Server is now running on http://localhost:8080 | |
| ~~~~~~~> | |
| ~~~~~~~> Open url http://localhost:3010/graphiql | |
| ~~~~~~~> | |
| TypeError: Cannot read property 'transformedQuery' of undefined | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/extractgql/src/server/serverUtil.ts:91:52 | |
| at Layer.handle [as handle_request] (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/layer.js:95:5) | |
| at trim_prefix (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:312:13) | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:280:7 | |
| at Function.process_params (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:330:12) | |
| at next (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:271:10) | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/body-parser/lib/read.js:129:5 | |
| at invokeCallback (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:262:16) | |
| at done (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:251:7) | |
| at IncomingMessage.onEnd (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:307:7) | |
| at emitNone (events.js:67:13) | |
| at IncomingMessage.emit (events.js:166:7) | |
| at endReadableNT (_stream_readable.js:923:12) | |
| at nextTickCallbackWith2Args (node.js:458:9) | |
| at process._tickDomainCallback (node.js:413:17) | |
| TypeError: Cannot read property 'transformedQuery' of undefined | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/extractgql/src/server/serverUtil.ts:91:52 | |
| at Layer.handle [as handle_request] (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/layer.js:95:5) | |
| at trim_prefix (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:312:13) | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:280:7 | |
| at Function.process_params (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:330:12) | |
| at next (/home/you/projects/githunt/GitHunt-API/node_modules/express/lib/router/index.js:271:10) | |
| at /home/you/projects/githunt/GitHunt-API/node_modules/body-parser/lib/read.js:129:5 | |
| at invokeCallback (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:262:16) | |
| at done (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:251:7) | |
| at IncomingMessage.onEnd (/home/you/projects/githunt/GitHunt-API/node_modules/body-parser/node_modules/raw-body/index.js:307:7) | |
| at emitNone (events.js:67:13) | |
| at IncomingMessage.emit (events.js:166:7) | |
| at endReadableNT (_stream_readable.js:923:12) | |
| at nextTickCallbackWith2Args (node.js:458:9) | |
| at process._tickDomainCallback (node.js:413:17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment