Skip to content

Instantly share code, notes, and snippets.

@odigity
Created May 23, 2019 00:59
Show Gist options
  • Save odigity/2ae1f357ecaafa0eaac351527245ca10 to your computer and use it in GitHub Desktop.
Save odigity/2ae1f357ecaafa0eaac351527245ca10 to your computer and use it in GitHub Desktop.
Apollo GraphQL Tutorial -- Server -- npm install
ofer@borg:~/src/tmp/apollo/fullstack-tutorial/start/server$ npm install
npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
> sqlite3@4.0.8 install /home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using request for node-pre-gyp https download
[sqlite3] Success: "/home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/sqlite3/lib/binding/node-v72-linux-x64/node_sqlite3.node" is installed via remote
> core-js@2.6.8 postinstall /home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/core-js
> node -e "try { require('./scripts/postinstall'); } catch (e) { /* empty */ }"
Thank you for using core-js ( https://github.com/zloirock/core-js )!
Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> protobufjs@6.8.8 postinstall /home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/protobufjs
> node scripts/postinstall
> nodemon@1.19.0 postinstall /home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/nodemon
> node bin/postinstall || exit 0
Love nodemon? You can now support the project via the open collective:
> https://opencollective.com/nodemon/donate
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN @apollographql/apollo-upload-server@5.0.3 requires a peer of graphql@^0.13.1 but none is installed. You must install peer dependencies yourself.
npm WARN apollo-tracing@0.3.0-alpha.2 requires a peer of graphql@0.10.x - 14.0.x but none is installed. You must install peer dependencies yourself.
npm WARN fullstack-tutorial-server@1.0.0 No description
npm WARN fullstack-tutorial-server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 822 packages from 593 contributors and audited 21087 packages in 43.748s
found 62 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment