Created
May 23, 2019 00:59
-
-
Save odigity/2ae1f357ecaafa0eaac351527245ca10 to your computer and use it in GitHub Desktop.
Apollo GraphQL Tutorial -- Server -- npm install
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
ofer@borg:~/src/tmp/apollo/fullstack-tutorial/start/server$ npm install | |
npm WARN deprecated [email protected]: 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 [email protected]: use String.prototype.padStart() | |
> [email protected] 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 | |
> [email protected] 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 -) | |
> [email protected] postinstall /home/ofer/src/tmp/apollo/fullstack-tutorial/start/server/node_modules/protobufjs | |
> node scripts/postinstall | |
> [email protected] 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/[email protected] requires a peer of graphql@^0.13.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of [email protected] - 14.0.x but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] No description | |
npm WARN [email protected] No repository field. | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): | |
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: 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