furuhashilab / 2020_TEDxdesign

tedxの会場デザイン行います
1 stars 4 forks source link

gatsby-starter-elemental テンプレートの動作テスト #32

Closed mapconcierge closed 3 years ago

mapconcierge commented 3 years ago

https://github.com/akzhy/gatsby-starter-elemental

mapconcierge commented 3 years ago

ちょっと ERROR がでたけど、develop できました。

gatsby new tedxagu https://github.com/akzhy/gatsby-starter-elemental gatsby develop

スクリーンショット 2020-09-02 21 07 03

以下、作業ログ

taichinbookpuro:~ taichi$ pwd
/Users/taichi
taichinbookpuro:~ taichi$ gatsby new tedxagu https://github.com/akzhy/gatsby-starter-elemental
info Creating new site from git: https://github.com/akzhy/gatsby-starter-elemental.git
Cloning into 'tedxagu'...
remote: Enumerating objects: 126, done.
remote: Counting objects: 100% (126/126), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 126 (delta 21), reused 90 (delta 17), pack-reused 0
Receiving objects: 100% (126/126), 4.60 MiB | 956.00 KiB/s, done.
Resolving deltas: 100% (21/21), done.
success Created starter directory layout
info Installing packages...
npm WARN deprecated @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated graphql-import@0.7.1: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

> fsevents@1.2.13 install /Users/taichi/tedxagu/node_modules/fsevents
> node install.js

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node

> sharp@0.25.4 install /Users/taichi/tedxagu/node_modules/sharp
> (node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)

info sharp Using cached /Users/taichi/.npm/_libvips/libvips-8.9.1-darwin-x64.tar.gz

> core-js@2.6.11 postinstall /Users/taichi/tedxagu/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! 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 -)

> core-js@3.6.5 postinstall /Users/taichi/tedxagu/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

> core-js-pure@3.6.5 postinstall /Users/taichi/tedxagu/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

> gatsby-telemetry@1.3.30 postinstall /Users/taichi/tedxagu/node_modules/gatsby-telemetry
> node src/postinstall.js || true

> mozjpeg@7.0.0 postinstall /Users/taichi/tedxagu/node_modules/mozjpeg
> node lib/install.js

  ✔ mozjpeg pre-build test passed successfully

> pngquant-bin@6.0.0 postinstall /Users/taichi/tedxagu/node_modules/pngquant-bin
> node lib/install.js

  ✔ pngquant pre-build test passed successfully

> gatsby-cli@2.12.91 postinstall /Users/taichi/tedxagu/node_modules/gatsby/node_modules/gatsby-cli
> node scripts/postinstall.js

> gatsby@2.24.53 postinstall /Users/taichi/tedxagu/node_modules/gatsby
> node scripts/postinstall.js

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for watchpack-chokidar2@2.0.0: wanted: {"node":"<8.10.0"} (current: {"node":"12.14.1","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: watchpack-chokidar2@2.0.0
npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.1 requires a peer of react-refresh@^0.8.3 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of gatsby@2.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react-dom@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @endemolshinegroup/cosmiconfig-typescript-loader@1.0.2 requires a peer of cosmiconfig@>=5 < 6 but none is installed. You must install peer dependencies yourself.

added 2723 packages from 1390 contributors and audited 2734 packages in 82.459s

180 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

info Initialising git in tedxagu
Initialized empty Git repository in /Users/taichi/tedxagu/.git/
info Create initial git commit in tedxagu
info
Your new Gatsby site has been successfully bootstrapped. Start developing it by running:

  cd tedxagu
  gatsby develop

 ERROR 

   ╭─────────────────────────────────────────╮
   │                                         │
   │   Update available 2.12.64 → 2.12.91    │
   │    Run npm i -g gatsby-cli to update    │
   │                                         │
   ╰─────────────────────────────────────────╯

taichinbookpuro:~ taichi$ npm i -g gatsby-cli
npm WARN deprecated @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/generator/node_modules/source-map
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/parser
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/standalone
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@graphql-tools/utils
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@jest/types/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js/react
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js/util
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@urql/core
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/acorn
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ansi-align/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/arr-rotate
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/babel-plugin-apply-mdx-type-prop
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/babel-plugin-extract-import-names
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/boxen/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cacheable-request/node_modules/get-stream
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cli-boxes
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/envinfo
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/execa/node_modules/get-stream
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/figures
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-recipes/node_modules/get-stream
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-recipes/node_modules/semver
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/global-dirs
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink-box/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/inquirer/node_modules/figures
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/inquirer/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-docker
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-extglob
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-glob
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-npm
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-regex
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/jest-diff/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/lodash
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/types
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/generator
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/helper-builder-react-jsx-experimental
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/helper-member-expression-to-functions
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/helper-split-export-declaration
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/helper-module-transforms
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/traverse
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/lodash.isequal
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink-select-input
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/log-update/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/log-update/node_modules/wrap-ansi
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/onetime
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/p-locate
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/parse5
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/path-exists
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/locate-path
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/find-up
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/path-is-inside
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-path-inside
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-installed-globally
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/prettier
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/protocols
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-ssh
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/parse-path
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/parse-url
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/git-up
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/qs
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/regenerator-runtime
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/runtime
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/remark-mdx/node_modules/remark-parse
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/remark-mdx/node_modules/unified
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/resolve-from
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/rxjs
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/inquirer
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/semver
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/semver-diff/node_modules/semver
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/semver-diff
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/remark-mdx
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js/mdx
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js/runtime
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/subscriptions-transport-ws
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/supports-hyperlinks/node_modules/supports-color
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/supports-hyperlinks
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/terminal-link
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink-link
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/tmp
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-core-utils
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/tslib
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@graphql-tools/schema
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/type-fest
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/ansi-regex
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/cross-spawn
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/crypto-random-string
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/get-stream
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/execa
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/is-obj
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/dot-prop
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/make-dir
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/term-size
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/type-fest
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/unique-string
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/widest-line/node_modules/strip-ansi
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/widest-line/node_modules/string-width
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/widest-line
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/boxen
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/write-file-atomic
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/xdg-basedir
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/configstore
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/urql
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/uuid
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-telemetry
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/vfile
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/vfile-location
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/wrap-ansi
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cliui
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/xstate
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/yargs-parser
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-recipes
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/generator/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@graphql-tools
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@jest/types/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js/mdx/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@mdx-js
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@types
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/@urql
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ansi-align/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/body-parser/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/boxen/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cacheable-request/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/execa/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/express/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-recipes/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink-box/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/inquirer/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/jest-diff/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/log-update/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/remark-mdx/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/semver-diff/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/supports-hyperlinks/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/update-notifier/node_modules/widest-line/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/wrap-ansi/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cli-truncate
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/external-editor
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/ink-box/node_modules/widest-line/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/cliui/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/string-width/node_modules
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/is-invalid-path
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/make-dir
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/pkg-dir
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/package-json
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/resolve-cwd
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/widest-line
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/yargs
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/gatsby-cli/node_modules/yurnalist
npm WARN gatsby-interface@0.0.166 requires a peer of gatsby@2.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react-dom@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/popover@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/tabs@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/tooltip@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/combobox@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/menu-button@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/alert@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/dialog@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN theme-ui@0.2.52 requires a peer of @mdx-js/react@^1.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/visually-hidden@0.10.4 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/utils@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/auto-id@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/descendants@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/portal@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/rect@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.

npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map'
npm ERR!  [Error: EACCES: permission denied, access '/usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map'] {
npm ERR!   stack: "Error: EACCES: permission denied, access '/usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map'",
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules/gatsby-cli/node_modules/@babel/core/node_modules/source-map'
npm ERR! }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/taichi/.npm/_logs/2020-09-02T12_00_02_819Z-debug.log
taichinbookpuro:~ taichi$ sudo npm i -g gatsby-cli
Password:
npm WARN deprecated @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
/usr/local/bin/gatsby -> /usr/local/lib/node_modules/gatsby-cli/cli.js

> gatsby-telemetry@1.3.30 postinstall /usr/local/lib/node_modules/gatsby-cli/node_modules/gatsby-telemetry
> node src/postinstall.js || true

> gatsby-cli@2.12.91 postinstall /usr/local/lib/node_modules/gatsby-cli
> node scripts/postinstall.js

Success!

Welcome to the Gatsby CLI! Please visit https://www.gatsbyjs.org/docs/gatsby-cli/ for more information.

npm WARN gatsby-interface@0.0.166 requires a peer of gatsby@2.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react-dom@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/alert@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/tooltip@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/dialog@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/combobox@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/tabs@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/popover@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/menu-button@0.10.3 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN theme-ui@0.2.52 requires a peer of @mdx-js/react@^1.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/visually-hidden@0.10.4 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/utils@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/descendants@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/portal@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/auto-id@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @reach/rect@0.10.5 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.

+ gatsby-cli@2.12.91
added 217 packages from 224 contributors, removed 35 packages, updated 82 packages and moved 13 packages in 28.327s
taichinbookpuro:~ taichi$ ls
%USERPROFILE%\.gitcookies       VirtualBox VMs
Applications                W64E1572D061C2076C
Desktop                 gachamuku
Documents               get-pip.py
Downloads               github
GEE20181226             iCloud Drive(アーカイブ)
GigaPans                mbutil
Library                 my-site
Movies                  sl
Music                   tedxagu
Pictures                work
Public                  メモ.txt
taichinbookpuro:~ taichi$ rm -r tedxagu/
override r--r--r--  taichi/staff for tedxagu//.git/objects/59/4463785fda5a8a8bdbd42e78f07087a1dbd7a0? 
override r--r--r--  taichi/staff for tedxagu//.git/objects/59/a2fc2f6e9b04f55128034275fe71472576f52b? 
override r--r--r--  taichi/staff for tedxagu//.git/objects/59/5fe8261d14c6486a736efced6bb70b1b1ebb56? 
override r--r--r--  taichi/staff for tedxagu//.git/objects/59/4b04985fbe6692233519051e6bd89778e867ef? y
rm: tedxagu//.git/objects/59: Directory not empty
override r--r--r--  taichi/staff for tedxagu//.git/objects/50/bcc98be60fd002a831555bd33a46d62b7d71ba?   
rm: tedxagu//.git/objects/50: Directory not empty
override r--r--r--  taichi/staff for tedxagu//.git/objects/68/906ebd5f498a5fb5c7ac3b189943c42e1ce9bf? ^C
taichinbookpuro:~ taichi$ gatsby new tedxagu https://github.com/akzhy/gatsby-starter-elemental
info Creating new site from git: https://github.com/akzhy/gatsby-starter-elemental.git
Cloning into 'tedxagu'...
remote: Enumerating objects: 126, done.
remote: Counting objects: 100% (126/126), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 126 (delta 21), reused 90 (delta 17), pack-reused 0
Receiving objects: 100% (126/126), 4.60 MiB | 413.00 KiB/s, done.
Resolving deltas: 100% (21/21), done.
success Created starter directory layout
info Installing packages...
npm WARN deprecated @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated graphql-import@0.7.1: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated

> fsevents@1.2.13 install /Users/taichi/tedxagu/node_modules/fsevents
> node install.js

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node

> sharp@0.25.4 install /Users/taichi/tedxagu/node_modules/sharp
> (node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)

info sharp Using cached /Users/taichi/.npm/_libvips/libvips-8.9.1-darwin-x64.tar.gz

> core-js@2.6.11 postinstall /Users/taichi/tedxagu/node_modules/babel-runtime/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! 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 -)

> core-js@3.6.5 postinstall /Users/taichi/tedxagu/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

> core-js-pure@3.6.5 postinstall /Users/taichi/tedxagu/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

> gatsby-telemetry@1.3.30 postinstall /Users/taichi/tedxagu/node_modules/gatsby-telemetry
> node src/postinstall.js || true

> mozjpeg@7.0.0 postinstall /Users/taichi/tedxagu/node_modules/mozjpeg
> node lib/install.js

  ✔ mozjpeg pre-build test passed successfully

> pngquant-bin@6.0.0 postinstall /Users/taichi/tedxagu/node_modules/pngquant-bin
> node lib/install.js

  ✔ pngquant pre-build test passed successfully

> gatsby-cli@2.12.91 postinstall /Users/taichi/tedxagu/node_modules/gatsby/node_modules/gatsby-cli
> node scripts/postinstall.js

> gatsby@2.24.53 postinstall /Users/taichi/tedxagu/node_modules/gatsby
> node scripts/postinstall.js

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN notsup Unsupported engine for watchpack-chokidar2@2.0.0: wanted: {"node":"<8.10.0"} (current: {"node":"12.14.1","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: watchpack-chokidar2@2.0.0
npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.1 requires a peer of react-refresh@^0.8.3 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of gatsby@2.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN gatsby-interface@0.0.166 requires a peer of react-dom@16.8.1 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @endemolshinegroup/cosmiconfig-typescript-loader@1.0.2 requires a peer of cosmiconfig@>=5 < 6 but none is installed. You must install peer dependencies yourself.

added 2723 packages from 1390 contributors and audited 2734 packages in 69.641s

180 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

info Initialising git in tedxagu
Initialized empty Git repository in /Users/taichi/tedxagu/.git/
info Create initial git commit in tedxagu
info
Your new Gatsby site has been successfully bootstrapped. Start developing it by running:

  cd tedxagu
  gatsby develop

taichinbookpuro:~ taichi$ cd tedxagu/
taichinbookpuro:tedxagu taichi$ gatsby develop
success open and validate gatsby-configs - 1.762s
success load plugins - 5.051s
success onPreInit - 0.031s
success initialize cache - 0.007s
success copy gatsby files - 0.067s
success onPreBootstrap - 0.010s
success createSchemaCustomization - 0.005s
success Checking for changed pages - 0.006s
success source and transform nodes - 1.025s
success building schema - 0.384s
success createPages - 0.096s
success Checking for changed pages - 0.002s
success createPagesStatefully - 0.065s
success update schema - 0.024s
success write out redirect data - 0.009s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
[============================]   1.023 s 24/24 100% Generating image thumbnails
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 1.057s
info bootstrap finished - 13.923s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.448s
success write out requires - 0.038s
success run static queries - 0.035s - 8/8 225.51/s
success run page queries - 1.282s - 13/13 10.14/s
success Generating image thumbnails - 5.710s - 67/67 11.73/s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:8000/
⠀
View GraphiQL, an in-browser IDE, to explore your site's data and schema
⠀
  http://localhost:8000/___graphql
⠀
Note that the development build is not optimized.
To create a production build, use gatsby build
⠀
success Building development bundle - 12.688s
mapconcierge commented 3 years ago

gatsby build gatsby serve で動作テスト

スクリーンショット 2020-09-02 21 11 28
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 3.248s
success load plugins - 2.104s
success onPreInit - 0.049s
success delete html and css files from previous builds - 0.018s
success initialize cache - 0.028s
success copy gatsby files - 0.147s
success onPreBootstrap - 0.014s
success createSchemaCustomization - 0.008s
success Checking for changed pages - 0.002s
success source and transform nodes - 0.211s
success building schema - 0.306s
success createPages - 0.061s
success Checking for changed pages - 0.004s
success createPagesStatefully - 0.056s
success update schema - 0.019s
success onPreExtractQueries - 0.003s
success extract queries from components - 0.564s
success write out redirect data - 0.003s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.848s
info bootstrap finished - 12.471s
success run static queries - 0.031s - 8/8 262.17/s
success run page queries - 0.054s - 4/4 73.46/s
success write out requires - 0.007s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 16.777s
success Rewriting compilation hashes - 0.032s
success Building static HTML for pages - 4.011s - 12/12 2.99/s
success onPostBuild - 0.002s
info Done building in 33.566316022 sec
taichinbookpuro:tedxagu taichi$ gatsby serve
gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
mapconcierge commented 3 years ago

config.ts ファイルを修正して、テンプレートカスタマイズテスト

スクリーンショット 2020-09-02 22 03 56
mapconcierge commented 3 years ago

github pagesにデプロイするためにgh-pagesを追加する。

$ yarn add --dev gh-pages

参考資料: http://makotottn.hatenablog.com/entry/2018/01/04/201752


taichinbookpuro:tedxagu taichi$ brew install yarn
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
##################################################################################################### 100.0%
==> Pouring portable-ruby-2.6.3_2.yosemite.bottle.tar.gz
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
abseil                              ghc@8.8                             oil
acl2                                ghz                                 omake
act                                 ghz-web                             openfast
airshare                            git-annex-remote-rclone             openfst
amp                                 git-bug                             openlibm
apidoc                              git-hooks-go                        openstackclient
arb                                 git-remote-codecommit               oq
archiver                            git-trim                            ormolu
argo                                gitui                               ory-hydra
argocd                              gluon                               osi
arrayfire                           gmailctl                            osm
asimov                              go-jsonnet                          packetbeat
asuka                               go@1.13                             packr
athenacli                           go@1.14                             pandoc-include-code
austin                              gobo                                pandocomatic
autodiff                            gocloc                              parallel-hashmap
awscli@1                            gofish                              pass-git-helper
awsweeper                           golangci-lint                       periscope
azcopy                              gostatic                            pfetch
bcoin                               gradle-profiler                     pipgrip
beancount                           graphql-cli                         po4a
bic                                 gravity                             podman
biosig                              grpcui                              polynote
blogc                               guile@2                             promtail
bnfc                                gulp-cli                            protoc-gen-gogo
bombadillo                          hashlink                            protoc-gen-gogofaster
bond                                hasura-cli                          protoc-gen-grpc-web
bootloadhid                         hcxtools                            publish
borgbackup                          hdf5-mpi                            pueue
buildozer                           hdf5@1.10                           pwncat
c7n                                 hdt                                 python@3.7
cacli                               heksa                               qp
cadence                             hsd                                 qrcp
cargo-instruments                   httpx                               quill
carton                              hy                                  raxml-ng
cassandra-cpp-driver                i686-elf-binutils                   rbtools
cassowary                           i686-elf-gcc                        rcm
castget                             iam-policy-json-to-terraform        redo
cbc                                 iblinter                            reg
cbmc                                idris2                              reorder-python-imports
ccheck                              immudb                              rgf
cctz                                inja                                rqlite
cddlib                              inko                                rtorrent
cdk8s                               inxi                                ruby@2.6
cdktf                               ioctl                               rust-analyzer
cdo                                 jc                                  s2n
cgl                                 jerryscript                         saltwater
chalk-cli                           jimtcl                              scw@1
charge                              jinx                                sdns
chart-testing                       jobber                              seal
chezmoi                             jolie                               semgrep
choose-rust                         jsonnet-bundler                     semtag
chrony                              k9s                                 shallow-backup
clair                               kamel                               sheldon
clang-format@8                      katago                              silicon
claws-mail                          kcptun                              simdjson
cli11                               kde-extra-cmake-modules             skylighting
clip                                kde-karchive                        sleef
cloud-nuke                          kde-kdoctools                       smlpkg
cloudformation-cli                  kde-ki18n                           snap
coconut                             kde-threadweaver                    so
code-server                         killswitch                          solidity
colfer                              kona                                sollya
confd                               kondo                               sonic
container-structure-test            ksync                               sponge
copilot                             kubie                               spotify-tui
coredns                             kumactl                             spotifyd
cortex                              lanraragi                           sqlite-utils
cpio                                latexindent                         standardese
cpm                                 lc0                                 staticcheck
cpr                                 ldpl                                subfinder
cqlkit                              leakcanary-shark                    swift-format
croaring                            libcbor                             swift-sh
cubejs-cli                          libcouchbase@2                      tanka
cucumber-ruby                       libcpuid                            tengo
datasette                           libdeflate                          termcolor
detach                              libfido2                            terraform-ls
dgraph                              libgnt                              terraform-provider-libvirt
dhall-yaml                          libnetworkit                        terraform@0.12
diskonaut                           libolm                              thanos
dmagnetic                           liboqs                              tlx
dnsprobe                            libpqxx@6                           toot
doctest                             libtorrent-rakshasa                 torchvision
dolt                                litecli                             trailscraper
dosbox-staging                      literate-git                        tre-command
duckdb                              lizard-analyzer                     trimage
duckscript                          llvm@9                              ugrep
duktape                             localstack                          unum
earthly                             logcli                              uptoc
eksctl                              loki                                usb.ids
eleventy                            lunchy                              uutils-coreutils
emacs-dracula                       lunchy-go                           vapor
empty                               macos-trash                         vcpkg
erlang@22                           mandown                             vgrep
eva                                 mariadb@10.4                        vlang
fargatecli                          marked                              vlmcsd
fava                                mask                                volk
fblog                               mhonarc                             volta
fcct                                microplane                          vpn-slice
fennel                              minipro                             vroom
fetch                               mockolo                             vsearch
flamegraph                          mtoc                                wapm
flank                               naabu                               wasm-pack
flarectl                            nanorc                              wasm3
flash                               nef                                 wgcf
folderify                           nest                                wolfmqtt
forcecli                            networkit                           wownero
fpdns                               never                               wren
fplll                               newrelic-cli                        wren-cli
functionalplus                      nfpm                                xclogparser
gateway-go                          ngs                                 xxh
gau                                 notmuch-mutt                        yj
gcc@9                               numcpp                              z.lua
gdbgui                              oci-cli                             zenith
geph2                               odin                                zim
gh                                  oha                                 zoxide
==> Updated Formulae
Updated 4578 formulae.
==> Renamed Formulae
elasticsearch@6.8 -> elasticsearch@6
interactive-rebase-tool -> git-interactive-rebase-tool
jfrog-cli-go -> jfrog-cli
kibana@6.8 -> kibana@6
mkl-dnn -> onednn
==> Deleted Formulae
apache-zeppelin       crc                   gnome-builder         openjdk@12            unravel
arx                   cryptopp              highlighting-kate     pijul                 urbit
baidupcs-go           deis                  i386-elf-grub         python                wpscan
biogeme               deisctl               jpcsp                 python@2              wu
camlp4                djmount               kibana@5.6            residualvm            zpython
cargo-completion      elasticsearch@2.4     lumo                  sflowtool
ck                    elasticsearch@5.6     marathon-swift        sshrc
cless                 ghc@8.2               neal                  syncthing-inotify
compcert              gmediaserver          open-cobol            tomee-jax-rs

==> Downloading https://homebrew.bintray.com/bottles/icu4c-67.1.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/2d1e91b5127f66e7941790c004817c94c892725c88f84f1e4
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/node-14.9.0.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/df9d87a46dfa38140b2742ab1b00121825b92aabbcd98be2b
######################################################################## 100.0%
==> Downloading https://yarnpkg.com/downloads/1.22.5/yarn-v1.22.5.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/49970642/2377bf00-e81c-
######################################################################## 100.0%
==> Installing dependencies for yarn: icu4c and node
==> Installing yarn dependency: icu4c
==> Pouring icu4c-67.1.catalina.bottle.tar.gz
==> Caveats
icu4c is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).

If you need to have icu4c first in your PATH run:
  echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> /Users/taichi/.bash_profile
  echo 'export PATH="/usr/local/opt/icu4c/sbin:$PATH"' >> /Users/taichi/.bash_profile

For compilers to find icu4c you may need to set:
  export LDFLAGS="-L/usr/local/opt/icu4c/lib"
  export CPPFLAGS="-I/usr/local/opt/icu4c/include"

==> Summary
🍺  /usr/local/Cellar/icu4c/67.1: 258 files, 71.2MB
==> Installing yarn dependency: node
==> Pouring node-14.9.0.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/node
Target /usr/local/bin/node
already exists. You may want to remove it:
  rm '/usr/local/bin/node'

To force the link and overwrite all conflicting files:
  brew link --overwrite node

To list all files that would be deleted:
  brew link --overwrite --dry-run node

Possible conflicting files are:
/usr/local/bin/node
/usr/local/include/node/common.gypi
/usr/local/include/node/config.gypi
/usr/local/include/node/js_native_api.h
/usr/local/include/node/js_native_api_types.h
/usr/local/include/node/libplatform/libplatform-export.h
/usr/local/include/node/libplatform/libplatform.h
/usr/local/include/node/libplatform/v8-tracing.h
/usr/local/include/node/node.h
/usr/local/include/node/node_api.h
/usr/local/include/node/node_api_types.h
/usr/local/include/node/node_buffer.h
/usr/local/include/node/node_object_wrap.h
/usr/local/include/node/node_version.h
/usr/local/include/node/openssl/aes.h
/usr/local/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm/include/progs.h
/usr/local/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm/include/progs.h
/usr/local/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm/include/progs.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-elf/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-elf/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x32/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x32/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm/include/progs.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h
/usr/local/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h
/usr/local/include/node/openssl/asn1.h
/usr/local/include/node/openssl/asn1_mac.h
/usr/local/include/node/openssl/asn1err.h
/usr/local/include/node/openssl/asn1t.h
/usr/local/include/node/openssl/async.h
/usr/local/include/node/openssl/asyncerr.h
/usr/local/include/node/openssl/bio.h
/usr/local/include/node/openssl/bioerr.h
/usr/local/include/node/openssl/blowfish.h
/usr/local/include/node/openssl/bn.h
/usr/local/include/node/openssl/bn_conf.h
/usr/local/include/node/openssl/bn_conf_asm.h
/usr/local/include/node/openssl/bn_conf_no-asm.h
/usr/local/include/node/openssl/bnerr.h
/usr/local/include/node/openssl/buffer.h
/usr/local/include/node/openssl/buffererr.h
/usr/local/include/node/openssl/camellia.h
/usr/local/include/node/openssl/cast.h
/usr/local/include/node/openssl/cmac.h
/usr/local/include/node/openssl/cms.h
/usr/local/include/node/openssl/cmserr.h
/usr/local/include/node/openssl/comp.h
/usr/local/include/node/openssl/comperr.h
/usr/local/include/node/openssl/conf.h
/usr/local/include/node/openssl/conf_api.h
/usr/local/include/node/openssl/conferr.h
/usr/local/include/node/openssl/crypto.h
/usr/local/include/node/openssl/cryptoerr.h
/usr/local/include/node/openssl/ct.h
/usr/local/include/node/openssl/cterr.h
/usr/local/include/node/openssl/des.h
/usr/local/include/node/openssl/dh.h
/usr/local/include/node/openssl/dherr.h
/usr/local/include/node/openssl/dsa.h
/usr/local/include/node/openssl/dsaerr.h
/usr/local/include/node/openssl/dso_conf.h
/usr/local/include/node/openssl/dso_conf_asm.h
/usr/local/include/node/openssl/dso_conf_no-asm.h
/usr/local/include/node/openssl/dtls1.h
/usr/local/include/node/openssl/e_os2.h
/usr/local/include/node/openssl/ebcdic.h
/usr/local/include/node/openssl/ec.h
/usr/local/include/node/openssl/ecdh.h
/usr/local/include/node/openssl/ecdsa.h
/usr/local/include/node/openssl/ecerr.h
/usr/local/include/node/openssl/engine.h
/usr/local/include/node/openssl/engineerr.h
/usr/local/include/node/openssl/err.h
/usr/local/include/node/openssl/evp.h
/usr/local/include/node/openssl/evperr.h
/usr/local/include/node/openssl/hmac.h
/usr/local/include/node/openssl/idea.h
/usr/local/include/node/openssl/kdf.h
/usr/local/include/node/openssl/kdferr.h
/usr/local/include/node/openssl/lhash.h
/usr/local/include/node/openssl/md2.h
/usr/local/include/node/openssl/md4.h
/usr/local/include/node/openssl/md5.h
/usr/local/include/node/openssl/mdc2.h
/usr/local/include/node/openssl/modes.h
/usr/local/include/node/openssl/obj_mac.h
/usr/local/include/node/openssl/objects.h
/usr/local/include/node/openssl/objectserr.h
/usr/local/include/node/openssl/ocsp.h
/usr/local/include/node/openssl/ocsperr.h
/usr/local/include/node/openssl/opensslconf.h
/usr/local/include/node/openssl/opensslconf_asm.h
/usr/local/include/node/openssl/opensslconf_no-asm.h
/usr/local/include/node/openssl/opensslv.h
/usr/local/include/node/openssl/ossl_typ.h
/usr/local/include/node/openssl/pem.h
/usr/local/include/node/openssl/pem2.h
/usr/local/include/node/openssl/pemerr.h
/usr/local/include/node/openssl/pkcs12.h
/usr/local/include/node/openssl/pkcs12err.h
/usr/local/include/node/openssl/pkcs7.h
/usr/local/include/node/openssl/pkcs7err.h
/usr/local/include/node/openssl/rand.h
/usr/local/include/node/openssl/rand_drbg.h
/usr/local/include/node/openssl/randerr.h
/usr/local/include/node/openssl/rc2.h
/usr/local/include/node/openssl/rc4.h
/usr/local/include/node/openssl/rc5.h
/usr/local/include/node/openssl/ripemd.h
/usr/local/include/node/openssl/rsa.h
/usr/local/include/node/openssl/rsaerr.h
/usr/local/include/node/openssl/safestack.h
/usr/local/include/node/openssl/seed.h
/usr/local/include/node/openssl/sha.h
/usr/local/include/node/openssl/srp.h
/usr/local/include/node/openssl/srtp.h
/usr/local/include/node/openssl/ssl.h
/usr/local/include/node/openssl/ssl2.h
/usr/local/include/node/openssl/ssl3.h
/usr/local/include/node/openssl/sslerr.h
/usr/local/include/node/openssl/stack.h
/usr/local/include/node/openssl/store.h
/usr/local/include/node/openssl/storeerr.h
/usr/local/include/node/openssl/symhacks.h
/usr/local/include/node/openssl/tls1.h
/usr/local/include/node/openssl/ts.h
/usr/local/include/node/openssl/tserr.h
/usr/local/include/node/openssl/txt_db.h
/usr/local/include/node/openssl/ui.h
/usr/local/include/node/openssl/uierr.h
/usr/local/include/node/openssl/whrlpool.h
/usr/local/include/node/openssl/x509.h
/usr/local/include/node/openssl/x509_vfy.h
/usr/local/include/node/openssl/x509err.h
/usr/local/include/node/openssl/x509v3.h
/usr/local/include/node/openssl/x509v3err.h
/usr/local/include/node/uv/aix.h
/usr/local/include/node/uv/android-ifaddrs.h
/usr/local/include/node/uv/bsd.h
/usr/local/include/node/uv/darwin.h
/usr/local/include/node/uv/errno.h
/usr/local/include/node/uv/linux.h
/usr/local/include/node/uv/os390.h
/usr/local/include/node/uv/posix.h
/usr/local/include/node/uv/stdint-msvc2008.h
/usr/local/include/node/uv/sunos.h
/usr/local/include/node/uv/threadpool.h
/usr/local/include/node/uv/tree.h
/usr/local/include/node/uv/unix.h
/usr/local/include/node/uv/version.h
/usr/local/include/node/uv/win.h
/usr/local/include/node/uv.h
/usr/local/include/node/v8-internal.h
/usr/local/include/node/v8-platform.h
/usr/local/include/node/v8-profiler.h
/usr/local/include/node/v8-util.h
/usr/local/include/node/v8-value-serializer-version.h
/usr/local/include/node/v8-version-string.h
/usr/local/include/node/v8-version.h
/usr/local/include/node/v8-wasm-trap-handler-posix.h
/usr/local/include/node/v8-wasm-trap-handler-win.h
/usr/local/include/node/v8.h
/usr/local/include/node/v8config.h
/usr/local/include/node/zconf.h
/usr/local/include/node/zlib.h
/usr/local/share/doc/node/gdbinit
/usr/local/share/doc/node/lldb_commands.py
/usr/local/share/man/man1/node.1
/usr/local/share/systemtap/tapset/node.stp
/usr/local/lib/dtrace/node.d
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall node`
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/node/14.9.0: 4,670 files, 61.9MB
==> Installing yarn
🍺  /usr/local/Cellar/yarn/1.22.5: 14 files, 5MB, built in 3 seconds
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/taichi/Library/Caches/Homebrew/tippecanoe--1.34.3.mojave.bottle.tar.gz... (477.3KB)
Removing: /Users/taichi/Library/Caches/Homebrew/portable-ruby-2.6.3.mavericks.bottle.tar.gz... (9.0MB)
Removing: /Users/taichi/Library/Logs/Homebrew/tippecanoe... (64B)
Pruned 1 symbolic links from /usr/local
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/gatsby-cli/node_modules/term-size/vendor/macos/.DS_Store
taichinbookpuro:tedxagu taichi$ which yarn
/usr/local/bin/yarn
taichinbookpuro:tedxagu taichi$ pwdd
-bash: pwdd: command not found
taichinbookpuro:tedxagu taichi$ pwd
/Users/taichi/tedxagu
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^C
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 2.312s
success load plugins - 2.627s
success onPreInit - 0.036s
success delete html and css files from previous builds - 0.011s
success initialize cache - 0.008s
success copy gatsby files - 0.074s
success onPreBootstrap - 0.017s
success createSchemaCustomization - 0.046s
success Checking for changed pages - 0.002s
success source and transform nodes - 0.224s
success building schema - 0.313s
success createPages - 0.051s
success Checking for changed pages - 0.002s
success createPagesStatefully - 0.058s
success update schema - 0.022s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.485s
success write out redirect data - 0.004s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.982s
info bootstrap finished - 13.721s
success run static queries - 0.022s - 8/8 363.62/s
success run page queries - 0.059s - 4/4 67.64/s
success write out requires - 0.009s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 6.738s
success Rewriting compilation hashes - 0.013s
success Building static HTML for pages - 2.104s - 12/12 5.70/s
success onPostBuild - 0.001s
info Done building in 22.846023526 sec
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^[[A^C
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 2.135s
success load plugins - 2.293s
success onPreInit - 0.055s
success delete html and css files from previous builds - 0.016s
success initialize cache - 0.005s
success copy gatsby files - 0.138s
success onPreBootstrap - 0.009s
success createSchemaCustomization - 0.050s
success Checking for changed pages - 0.002s
success source and transform nodes - 0.249s
success building schema - 0.304s
success createPages - 0.055s
success Checking for changed pages - 0.005s
success createPagesStatefully - 0.065s
success update schema - 0.033s
success onPreExtractQueries - 0.005s
success extract queries from components - 0.541s
success write out redirect data - 0.002s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.848s
info bootstrap finished - 11.326s
success run static queries - 0.022s - 8/8 365.77/s
success run page queries - 0.068s - 4/4 59.12/s
success write out requires - 0.005s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 6.246s
success Rewriting compilation hashes - 0.005s
success Building static HTML for pages - 2.448s - 12/12 4.90/s
success onPostBuild - 0.002s
info Done building in 20.306813771 sec
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^C
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 1.812s
success load plugins - 2.689s
success onPreInit - 0.033s
success delete html and css files from previous builds - 0.009s
success initialize cache - 0.012s
success copy gatsby files - 0.077s
success onPreBootstrap - 0.007s
success createSchemaCustomization - 0.005s
success Checking for changed pages - 0.002s
success source and transform nodes - 0.205s
success building schema - 0.284s
success createPages - 0.053s
success Checking for changed pages - 0.001s
success createPagesStatefully - 0.052s
success update schema - 0.023s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.488s
success write out redirect data - 0.002s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.948s
info bootstrap finished - 10.960s
success run static queries - 0.020s - 8/8 409.33/s
success run page queries - 0.044s - 4/4 91.82/s
success write out requires - 0.005s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 6.186s
success Rewriting compilation hashes - 0.027s
success Building static HTML for pages - 2.657s - 12/12 4.52/s
success onPostBuild - 0.002s
info Done building in 20.050909358 sec
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^C
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 1.787s
success load plugins - 2.913s
success onPreInit - 0.031s
success delete html and css files from previous builds - 0.014s
success initialize cache - 0.004s
success copy gatsby files - 0.078s
success onPreBootstrap - 0.007s
success createSchemaCustomization - 0.018s
success Checking for changed pages - 0.006s
success source and transform nodes - 0.245s
success building schema - 0.263s
success createPages - 0.053s
success Checking for changed pages - 0.001s
success createPagesStatefully - 0.054s
success update schema - 0.023s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.502s
success write out redirect data - 0.002s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.903s
info bootstrap finished - 10.750s
success run static queries - 0.019s - 8/8 431.59/s
success run page queries - 0.056s - 4/4 71.22/s
success write out requires - 0.007s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 5.983s
success Rewriting compilation hashes - 0.008s
success Building static HTML for pages - 2.294s - 12/12 5.23/s
success onPostBuild - 0.002s
info Done building in 19.293070789 sec
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^C
taichinbookpuro:tedxagu taichi$ gatsby build
success open and validate gatsby-configs - 1.709s
success load plugins - 2.686s
success onPreInit - 0.038s
success delete html and css files from previous builds - 0.010s
success initialize cache - 0.006s
success copy gatsby files - 0.067s
success onPreBootstrap - 0.007s
success createSchemaCustomization - 0.026s
success Checking for changed pages - 0.002s
success source and transform nodes - 0.218s
success building schema - 0.284s
success createPages - 0.045s
success Checking for changed pages - 0.001s
success createPagesStatefully - 0.050s
success update schema - 0.029s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.503s
success write out redirect data - 0.002s
success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json
success [gatsby-plugin-codegen] saved apollo config: apollo.config.js
⠹ onPostBootstrap
  ✔ Loading Apollo Project
success [gatsby-plugin-codegen] types for typescript generated
success onPostBootstrap - 0.980s
info bootstrap finished - 10.324s
success run static queries - 0.040s - 8/8 200.85/s
success run page queries - 0.065s - 4/4 61.71/s
success write out requires - 0.033s
warn ⠀
warn risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
warn risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
warn risk - https://tailwindcss.com/docs/upcoming-changes
success Building production JavaScript and CSS bundles - 5.878s
success Rewriting compilation hashes - 0.008s
success Building static HTML for pages - 2.509s - 12/12 4.78/s
success onPostBuild - 0.002s
info Done building in 19.071442783 sec
taichinbookpuro:tedxagu taichi$ gyatsby serve
gyatsby serve
-bash: gyatsby: command not found
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/

  [復元日時2020/09/03 6:11:37]
Last login: Thu Sep  3 06:10:50 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
taichinbookpuro:tedxagu taichi$ pwd
/Users/taichi/tedxagu
taichinbookpuro:tedxagu taichi$ gatsby serve
⠀
You can now view gatsby-starter-elemental in the browser.
⠀
  http://localhost:9000/
^C
taichinbookpuro:tedxagu taichi$ yarn add --dev gh-pages
yarn add v1.22.5
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] 🔍  Resolving packages...
warning gatsby > @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning gatsby > babel-plugin-add-module-exports > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning gatsby > gatsby-cli > @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning gatsby > webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning gatsby > @hapi/joi > @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
warning gatsby > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
warning gatsby > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning gatsby > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
warning gatsby > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning gatsby > babel-plugin-add-module-exports > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning gatsby > gatsby-cli > gatsby-recipes > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning gatsby > gatsby-cli > gatsby-recipes > @hapi/joi@15.1.1: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411)
warning gatsby > eslint-plugin-graphql > graphql-config > graphql-import@0.7.1: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
warning gatsby > gatsby-cli > yurnalist > babel-runtime > core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning gatsby > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning gatsby > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning gatsby > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning gatsby-plugin-mdx > remark > unified > @types/vfile > @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
warning gatsby-plugin-sharp > probe-image-size > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning gatsby-plugin-sharp > probe-image-size > request > har-validator@5.1.5: this library is no longer supported
[2/4] 🚚  Fetching packages...
warning url-loader@1.1.2: Invalid bin field for "url-loader".
[3/4] 🔗  Linking dependencies...
warning " > @typescript-eslint/eslint-plugin@2.34.0" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0".
warning " > @typescript-eslint/parser@2.34.0" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0".
warning "gatsby > @pmmmwh/react-refresh-webpack-plugin@0.4.1" has incorrect peer dependency "react-refresh@^0.8.3".
warning "gatsby > gatsby-cli > gatsby-recipes > gatsby-interface@0.0.166" has incorrect peer dependency "gatsby@2.6.0".
warning "gatsby > gatsby-cli > gatsby-recipes > gatsby-interface@0.0.166" has incorrect peer dependency "react@16.8.1".
warning "gatsby > gatsby-cli > gatsby-recipes > gatsby-interface@0.0.166" has incorrect peer dependency "react-dom@16.8.1".
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
success Saved 1259 new dependencies.
info Direct dependencies
├─ @babel/compat-data@7.11.0
├─ @babel/core@7.11.5
├─ @mdx-js/mdx@1.6.16
├─ @mdx-js/react@1.6.16
├─ @types/node@13.13.16
├─ @types/react-dom@16.9.8
├─ @types/react-helmet@5.0.16
├─ @typescript-eslint/eslint-plugin@2.34.0
├─ @typescript-eslint/parser@2.34.0
├─ autoprefixer@9.8.6
├─ gatsby-image@2.4.16
├─ gatsby-plugin-codegen@1.2.14
├─ gatsby-plugin-disqus@1.2.2
├─ gatsby-plugin-mdx@1.2.37
├─ gatsby-plugin-postcss@2.3.11
├─ gatsby-plugin-react-helmet@3.3.10
├─ gatsby-plugin-sharp@2.6.31
├─ gatsby-plugin-typescript@2.4.18
├─ gatsby-remark-images@3.3.28
├─ gatsby-source-filesystem@2.3.27
├─ gatsby-transformer-sharp@2.5.14
├─ gatsby@2.24.53
├─ gh-pages@3.1.0
├─ prettier@1.19.1
├─ react-dom@16.13.1
├─ react-feather@2.0.8
├─ react-helmet@5.2.1
├─ react-scroll-into-view@1.8.2
├─ react@16.13.1
├─ tailwind-theme-switcher@1.0.2
├─ tailwindcss@1.7.6
├─ ts-node@8.10.2
├─ typescript@3.9.7
└─ vegemite@1.0.0
info All dependencies
├─ @ardatan/aggregate-error@0.0.1
├─ @babel/compat-data@7.11.0
├─ @babel/core@7.11.5
├─ @babel/generator@7.11.5
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.10.4
├─ @babel/helper-builder-react-jsx-experimental@7.11.5
├─ @babel/helper-builder-react-jsx@7.10.4
├─ @babel/helper-compilation-targets@7.10.4
├─ @babel/helper-create-class-features-plugin@7.10.5
├─ @babel/helper-define-map@7.10.5
├─ @babel/helper-explode-assignable-expression@7.11.4
├─ @babel/helper-hoist-variables@7.10.4
├─ @babel/helper-member-expression-to-functions@7.11.0
├─ @babel/helper-module-imports@7.10.4
├─ @babel/helper-plugin-utils@7.10.4
├─ @babel/helper-wrap-function@7.10.4
├─ @babel/highlight@7.10.4
├─ @babel/parser@7.11.5
├─ @babel/plugin-proposal-async-generator-functions@7.10.5
├─ @babel/plugin-proposal-class-properties@7.10.4
├─ @babel/plugin-proposal-dynamic-import@7.10.4
├─ @babel/plugin-proposal-export-namespace-from@7.10.4
├─ @babel/plugin-proposal-json-strings@7.10.4
├─ @babel/plugin-proposal-logical-assignment-operators@7.11.0
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.10.4
├─ @babel/plugin-proposal-numeric-separator@7.10.4
├─ @babel/plugin-proposal-optional-catch-binding@7.10.4
├─ @babel/plugin-proposal-optional-chaining@7.11.0
├─ @babel/plugin-proposal-private-methods@7.10.4
├─ @babel/plugin-proposal-unicode-property-regex@7.10.4
├─ @babel/plugin-syntax-class-properties@7.10.4
├─ @babel/plugin-syntax-top-level-await@7.10.4
├─ @babel/plugin-syntax-typescript@7.10.4
├─ @babel/plugin-transform-arrow-functions@7.10.4
├─ @babel/plugin-transform-async-to-generator@7.10.4
├─ @babel/plugin-transform-block-scoped-functions@7.10.4
├─ @babel/plugin-transform-block-scoping@7.11.1
├─ @babel/plugin-transform-classes@7.10.4
├─ @babel/plugin-transform-computed-properties@7.10.4
├─ @babel/plugin-transform-destructuring@7.10.4
├─ @babel/plugin-transform-dotall-regex@7.10.4
├─ @babel/plugin-transform-duplicate-keys@7.10.4
├─ @babel/plugin-transform-exponentiation-operator@7.10.4
├─ @babel/plugin-transform-for-of@7.10.4
├─ @babel/plugin-transform-function-name@7.10.4
├─ @babel/plugin-transform-literals@7.10.4
├─ @babel/plugin-transform-member-expression-literals@7.10.4
├─ @babel/plugin-transform-modules-amd@7.10.5
├─ @babel/plugin-transform-modules-commonjs@7.10.4
├─ @babel/plugin-transform-modules-systemjs@7.10.5
├─ @babel/plugin-transform-modules-umd@7.10.4
├─ @babel/plugin-transform-named-capturing-groups-regex@7.10.4
├─ @babel/plugin-transform-new-target@7.10.4
├─ @babel/plugin-transform-object-super@7.10.4
├─ @babel/plugin-transform-property-literals@7.10.4
├─ @babel/plugin-transform-react-display-name@7.10.4
├─ @babel/plugin-transform-react-jsx-development@7.11.5
├─ @babel/plugin-transform-react-jsx-self@7.10.4
├─ @babel/plugin-transform-react-jsx-source@7.10.5
├─ @babel/plugin-transform-react-jsx@7.10.4
├─ @babel/plugin-transform-react-pure-annotations@7.10.4
├─ @babel/plugin-transform-regenerator@7.10.4
├─ @babel/plugin-transform-reserved-words@7.10.4
├─ @babel/plugin-transform-runtime@7.11.5
├─ @babel/plugin-transform-shorthand-properties@7.10.4
├─ @babel/plugin-transform-spread@7.11.0
├─ @babel/plugin-transform-sticky-regex@7.10.4
├─ @babel/plugin-transform-template-literals@7.10.5
├─ @babel/plugin-transform-typeof-symbol@7.10.4
├─ @babel/plugin-transform-typescript@7.11.0
├─ @babel/plugin-transform-unicode-escapes@7.10.4
├─ @babel/plugin-transform-unicode-regex@7.10.4
├─ @babel/preset-modules@0.1.4
├─ @babel/preset-typescript@7.10.4
├─ @babel/runtime-corejs3@7.11.2
├─ @babel/standalone@7.11.5
├─ @emotion/cache@10.0.29
├─ @emotion/core@10.0.35
├─ @emotion/css@10.0.27
├─ @emotion/is-prop-valid@0.8.8
├─ @emotion/styled-base@10.0.31
├─ @emotion/styled@10.0.27
├─ @emotion/stylis@0.8.5
├─ @emotion/unitless@0.7.5
├─ @emotion/weak-memoize@0.2.5
├─ @endemolshinegroup/cosmiconfig-typescript-loader@1.0.2
├─ @fullhuman/postcss-purgecss@2.3.0
├─ @graphql-tools/schema@6.2.0
├─ @graphql-tools/utils@6.2.0
├─ @hapi/address@2.1.4
├─ @hapi/bourne@1.3.2
├─ @hapi/topo@3.1.6
├─ @jest/types@25.5.0
├─ @jimp/bmp@0.14.0
├─ @jimp/core@0.14.0
├─ @jimp/custom@0.14.0
├─ @jimp/gif@0.14.0
├─ @jimp/jpeg@0.14.0
├─ @jimp/plugin-blit@0.14.0
├─ @jimp/plugin-blur@0.14.0
├─ @jimp/plugin-circle@0.14.0
├─ @jimp/plugin-color@0.14.0
├─ @jimp/plugin-contain@0.14.0
├─ @jimp/plugin-cover@0.14.0
├─ @jimp/plugin-crop@0.14.0
├─ @jimp/plugin-displace@0.14.0
├─ @jimp/plugin-dither@0.14.0
├─ @jimp/plugin-fisheye@0.14.0
├─ @jimp/plugin-flip@0.14.0
├─ @jimp/plugin-gaussian@0.14.0
├─ @jimp/plugin-invert@0.14.0
├─ @jimp/plugin-mask@0.14.0
├─ @jimp/plugin-normalize@0.14.0
├─ @jimp/plugin-print@0.14.0
├─ @jimp/plugin-resize@0.14.0
├─ @jimp/plugin-rotate@0.14.0
├─ @jimp/plugin-scale@0.14.0
├─ @jimp/plugin-shadow@0.14.0
├─ @jimp/plugin-threshold@0.14.0
├─ @jimp/plugins@0.14.0
├─ @jimp/png@0.14.0
├─ @jimp/tiff@0.14.0
├─ @jimp/types@0.14.0
├─ @mdx-js/mdx@1.6.16
├─ @mdx-js/react@1.6.16
├─ @mdx-js/runtime@2.0.0-next.7
├─ @mikaelkristiansson/domready@1.0.10
├─ @nodelib/fs.scandir@2.1.3
├─ @nodelib/fs.stat@2.0.3
├─ @nodelib/fs.walk@1.2.4
├─ @oclif/command@1.8.0
├─ @oclif/config@1.17.0
├─ @oclif/parser@3.8.5
├─ @oclif/plugin-autocomplete@0.2.0
├─ @oclif/plugin-help@2.2.3
├─ @oclif/plugin-not-found@1.2.4
├─ @oclif/plugin-plugins@1.9.0
├─ @oclif/plugin-warn-if-update-available@1.7.0
├─ @pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2
├─ @pmmmwh/react-refresh-webpack-plugin@0.4.1
├─ @reach/alert@0.10.3
├─ @reach/combobox@0.10.3
├─ @reach/dialog@0.10.3
├─ @reach/menu-button@0.10.3
├─ @reach/observe-rect@1.2.0
├─ @reach/router@1.3.4
├─ @reach/tabs@0.10.3
├─ @reach/tooltip@0.10.3
├─ @samverschueren/stream-to-observable@0.3.1
├─ @sindresorhus/is@0.7.0
├─ @styled-system/css@5.1.5
├─ @szmarczak/http-timer@1.1.2
├─ @turist/fetch@7.1.7
├─ @turist/time@0.0.1
├─ @types/cacheable-request@6.0.1
├─ @types/color-name@1.1.1
├─ @types/common-tags@1.8.0
├─ @types/configstore@2.1.1
├─ @types/debug@0.0.30
├─ @types/eslint-visitor-keys@1.0.0
├─ @types/events@3.0.0
├─ @types/get-port@3.2.0
├─ @types/glob@7.1.3
├─ @types/hast@2.3.1
├─ @types/history@4.7.7
├─ @types/http-cache-semantics@4.0.0
├─ @types/http-proxy@1.17.4
├─ @types/istanbul-lib-report@3.0.0
├─ @types/istanbul-reports@1.1.2
├─ @types/json-schema@7.0.6
├─ @types/json5@0.0.29
├─ @types/keyv@3.1.1
├─ @types/lodash.sample@4.2.6
├─ @types/lodash@4.14.161
├─ @types/mdast@3.0.3
├─ @types/mkdirp@0.5.2
├─ @types/node-fetch@2.5.7
├─ @types/node@13.13.16
├─ @types/parse-json@4.0.0
├─ @types/parse5@5.0.3
├─ @types/prop-types@15.7.3
├─ @types/q@1.5.4
├─ @types/reach__router@1.3.5
├─ @types/react-dom@16.9.8
├─ @types/react-helmet@5.0.16
├─ @types/responselike@1.0.0
├─ @types/rimraf@2.0.4
├─ @types/tmp@0.0.33
├─ @types/vfile-message@2.0.0
├─ @types/vfile@3.0.2
├─ @types/warning@3.0.0
├─ @types/yargs-parser@15.0.0
├─ @types/yargs@15.0.5
├─ @types/yoga-layout@1.9.2
├─ @typescript-eslint/eslint-plugin@2.34.0
├─ @typescript-eslint/parser@2.34.0
├─ @urql/core@1.12.3
├─ @webassemblyjs/floating-point-hex-parser@1.9.0
├─ @webassemblyjs/helper-code-frame@1.9.0
├─ @webassemblyjs/helper-fsm@1.9.0
├─ @webassemblyjs/helper-wasm-section@1.9.0
├─ @webassemblyjs/wasm-edit@1.9.0
├─ @webassemblyjs/wasm-opt@1.9.0
├─ @wry/equality@0.1.11
├─ @xtuc/ieee754@1.2.0
├─ acorn-jsx@5.2.0
├─ acorn-node@1.8.2
├─ acorn-walk@7.2.0
├─ acorn@7.4.0
├─ after@0.8.2
├─ aggregate-error@3.1.0
├─ ajv-errors@1.0.1
├─ ajv@6.12.4
├─ ansi-colors@3.2.4
├─ ansicolors@0.3.2
├─ any-base@1.1.0
├─ any-observable@0.3.0
├─ anymatch@3.1.1
├─ apollo-codegen-flow@0.35.9
├─ apollo-codegen-scala@0.36.9
├─ apollo-codegen-swift@0.37.9
├─ apollo-codegen-typescript@0.37.9
├─ apollo-datasource@0.7.2
├─ apollo-link-context@1.0.20
├─ apollo-link-error@1.1.13
├─ apollo-server-caching@0.5.2
├─ apollo@2.30.3
├─ application-config-path@0.1.0
├─ aproba@1.2.0
├─ arch@2.1.2
├─ archive-type@4.0.0
├─ are-we-there-yet@1.1.5
├─ arg@4.1.3
├─ argparse@1.0.10
├─ aria-query@4.2.2
├─ arr-flatten@1.1.0
├─ array-filter@0.0.1
├─ array-find-index@1.0.2
├─ array-flatten@1.1.1
├─ array-iterate@1.1.4
├─ array-map@0.0.0
├─ array-reduce@0.0.0
├─ array-uniq@1.0.3
├─ array.prototype.flat@1.2.3
├─ array.prototype.flatmap@1.2.3
├─ arraybuffer.slice@0.0.7
├─ arrify@2.0.1
├─ asn1.js@5.4.1
├─ asn1@0.2.4
├─ assert@1.5.0
├─ assign-symbols@1.0.0
├─ ast-types-flow@0.0.7
├─ ast-types@0.14.1
├─ async-cache@1.1.0
├─ async-each@1.0.3
├─ async-retry-ng@2.0.1
├─ async@2.6.3
├─ at-least-node@1.0.0
├─ atob@2.1.2
├─ auto-bind@4.0.0
├─ autoprefixer@9.8.6
├─ await-to-js@2.1.1
├─ aws-sign2@0.7.0
├─ aws4@1.10.1
├─ axe-core@3.5.5
├─ axios@0.19.2
├─ axobject-query@2.2.0
├─ babel-code-frame@6.26.0
├─ babel-core@7.0.0-bridge.0
├─ babel-eslint@10.1.0
├─ babel-loader@8.1.0
├─ babel-plugin-add-module-exports@0.3.3
├─ babel-plugin-extract-export-names@2.0.0-next.7
├─ babel-plugin-extract-import-names@1.6.16
├─ babel-plugin-macros@2.8.0
├─ babel-plugin-remove-export-keywords@1.6.16
├─ babel-plugin-syntax-jsx@6.18.0
├─ babel-plugin-transform-react-remove-prop-types@0.4.24
├─ babel-preset-gatsby@0.5.8
├─ babel-runtime@6.26.0
├─ backo2@1.0.2
├─ balanced-match@1.0.0
├─ base@0.11.2
├─ base64id@2.0.0
├─ batch@0.6.1
├─ bcrypt-pbkdf@1.0.2
├─ better-opn@1.0.0
├─ better-queue-memory@1.0.4
├─ big.js@5.2.2
├─ bin-check@4.1.0
├─ bin-version-check@4.0.0
├─ bin-version@3.1.0
├─ bin-wrapper@4.1.0
├─ binary-extensions@2.1.0
├─ bindings@1.5.0
├─ bl@4.0.3
├─ blob@0.0.5
├─ bmp-js@0.1.0
├─ body-parser@1.19.0
├─ bonjour@3.5.0
├─ boolbase@1.0.0
├─ brace-expansion@1.1.11
├─ braces@2.3.2
├─ browserify-aes@1.2.0
├─ browserify-cipher@1.0.1
├─ browserify-des@1.0.2
├─ browserify-rsa@4.0.1
├─ browserify-sign@4.2.1
├─ browserify-zlib@0.2.0
├─ buble-jsx-only@0.19.8
├─ buffer-alloc-unsafe@1.1.0
├─ buffer-alloc@1.2.0
├─ buffer-crc32@0.2.13
├─ buffer-equal@0.0.1
├─ buffer-fill@1.0.0
├─ buffer-indexof@1.1.1
├─ buffer-xor@1.0.3
├─ buffer@5.6.0
├─ builtin-modules@3.1.0
├─ builtin-status-codes@3.0.0
├─ byline@5.0.0
├─ bytes@3.1.0
├─ cacache@12.0.4
├─ cache-base@1.0.1
├─ cache-manager-fs-hash@0.0.9
├─ cache-manager@2.11.1
├─ cacheable-lookup@2.0.1
├─ cacheable-request@2.1.4
├─ caller-callsite@2.0.0
├─ caller-path@2.0.0
├─ callsite@1.0.0
├─ callsites@3.1.0
├─ camelcase-keys@2.1.0
├─ caniuse-lite@1.0.30001122
├─ case@1.6.3
├─ caseless@0.12.0
├─ caw@2.0.1
├─ chardet@0.7.0
├─ cheerio@1.0.0-rc.3
├─ chrome-trace-event@1.0.2
├─ ci-info@2.0.0
├─ class-utils@0.3.6
├─ cli-cursor@2.1.0
├─ cli-spinners@1.3.1
├─ cli-table3@0.5.1
├─ cli-truncate@2.1.0
├─ cli-width@3.0.0
├─ clipboardy@2.3.0
├─ cliui@5.0.0
├─ coa@2.0.2
├─ code-point-at@1.1.0
├─ collection-visit@1.0.0
├─ color-convert@1.9.3
├─ color-name@1.1.4
├─ color-string@1.5.3
├─ colorette@1.2.1
├─ colors@1.4.0
├─ combined-stream@1.0.8
├─ command-exists@1.2.9
├─ commander@2.20.3
├─ component-bind@1.0.0
├─ component-inherit@0.0.3
├─ compressible@2.0.18
├─ concat-map@0.0.1
├─ concat-stream@1.6.2
├─ concurrently@5.3.0
├─ config-chain@1.1.12
├─ confusing-browser-globals@1.0.9
├─ connect-history-api-fallback@1.6.0
├─ console-browserify@1.2.0
├─ console-control-strings@1.1.0
├─ console-stream@0.1.1
├─ constant-case@3.0.3
├─ constants-browserify@1.0.0
├─ contains-path@0.1.0
├─ contentful-management@5.28.0
├─ contentful-sdk-core@6.4.5
├─ convert-source-map@1.7.0
├─ cookie-signature@1.0.6
├─ cookie@0.4.0
├─ copy-concurrently@1.0.5
├─ copy-descriptor@0.1.1
├─ copyfiles@2.3.0
├─ core-js-compat@3.6.5
├─ core-js-pure@3.6.5
├─ core-util-is@1.0.2
├─ cosmiconfig@5.2.1
├─ create-ecdh@4.0.4
├─ create-hmac@1.1.7
├─ create-react-context@0.3.0
├─ cross-fetch@2.2.2
├─ cross-spawn@6.0.5
├─ crypto-browserify@3.12.0
├─ crypto-random-string@2.0.0
├─ css-color-names@0.0.4
├─ css-declaration-sorter@4.0.1
├─ css-loader@1.0.1
├─ css-select-base-adapter@0.1.1
├─ css-selector-parser@1.4.1
├─ css-tree@1.0.0-alpha.37
├─ css-unit-converter@1.1.2
├─ css-what@2.1.3
├─ cssfilter@0.0.10
├─ cssnano-preset-default@4.0.7
├─ cssnano-util-raw-cache@4.0.1
├─ cssnano-util-same-parent@4.0.1
├─ csso@4.0.3
├─ csstype@3.0.3
├─ cyclist@1.0.1
├─ damerau-levenshtein@1.0.6
├─ dashdash@1.14.1
├─ dataloader@1.4.0
├─ date-fns@2.16.1
├─ decamelize@1.2.0
├─ decompress-response@3.3.0
├─ decompress-tar@4.1.1
├─ decompress-tarbz2@4.1.1
├─ decompress-targz@4.1.1
├─ decompress-unzip@4.0.1
├─ decompress@4.2.1
├─ deep-equal@1.1.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.3
├─ default-gateway@4.2.0
├─ defer-to-connect@1.1.3
├─ defined@1.0.0
├─ del@5.1.0
├─ delayed-stream@1.0.0
├─ delegates@1.0.0
├─ des.js@1.0.1
├─ destroy@1.0.4
├─ detect-indent@6.0.0
├─ detect-newline@1.0.3
├─ detect-node-es@1.0.0
├─ detect-node@2.0.4
├─ detect-port-alt@1.1.3
├─ detective@5.2.0
├─ devcert@1.1.3
├─ diff-sequences@25.2.6
├─ diff@4.0.2
├─ diffie-hellman@5.0.3
├─ dns-equal@1.0.0
├─ dns-packet@1.3.1
├─ dns-txt@2.0.2
├─ doctrine@1.5.0
├─ dom-converter@0.2.0
├─ dom-serializer@0.1.1
├─ dom-walk@0.1.2
├─ domain-browser@1.2.0
├─ domelementtype@1.3.1
├─ domhandler@2.4.2
├─ domutils@1.7.0
├─ dotenv@8.2.0
├─ download@6.2.5
├─ duplexer@0.1.2
├─ duplexify@3.7.1
├─ ecc-jsbn@0.1.2
├─ ee-first@1.1.1
├─ electron-to-chromium@1.3.558
├─ elegant-spinner@1.0.1
├─ email-addresses@3.1.0
├─ emoji-regex@8.0.0
├─ emojis-list@3.0.0
├─ encoding@0.1.13
├─ engine.io-client@3.4.3
├─ engine.io@3.4.2
├─ enhanced-resolve@4.3.0
├─ env-ci@3.2.2
├─ envinfo@7.7.3
├─ eol@0.9.1
├─ error-ex@1.3.2
├─ error-stack-parser@2.0.6
├─ escalade@3.0.2
├─ escape-goat@2.1.1
├─ eslint-config-react-app@5.2.1
├─ eslint-import-resolver-node@0.3.4
├─ eslint-loader@2.2.1
├─ eslint-module-utils@2.6.0
├─ eslint-plugin-flowtype@3.13.0
├─ eslint-plugin-graphql@3.1.1
├─ eslint-plugin-import@2.22.0
├─ eslint-plugin-jsx-a11y@6.3.1
├─ eslint-plugin-react-hooks@1.7.0
├─ eslint-plugin-react@7.20.6
├─ eslint-utils@1.4.3
├─ eslint@6.8.0
├─ espree@6.2.1
├─ esquery@1.3.1
├─ eval@0.1.4
├─ event-source-polyfill@1.0.17
├─ events@3.2.0
├─ eventsource@0.1.6
├─ executable@4.1.1
├─ exif-parser@0.1.12
├─ expand-brackets@2.1.4
├─ expand-template@2.0.3
├─ expand-tilde@2.0.2
├─ ext-list@2.2.2
├─ extend@3.0.2
├─ external-editor@3.1.0
├─ extglob@2.0.4
├─ extsprintf@1.3.0
├─ fast-deep-equal@3.1.3
├─ fast-glob@3.2.4
├─ fastparse@1.1.2
├─ fastq@1.8.0
├─ faye-websocket@0.11.3
├─ fd-slicer@1.1.0
├─ fd@0.0.3
├─ figures@1.7.0
├─ file-entry-cache@5.0.1
├─ file-loader@1.1.11
├─ file-uri-to-path@1.0.0
├─ filename-reserved-regex@2.0.0
├─ filenamify-url@1.0.0
├─ filesize@3.5.11
├─ fill-range@4.0.0
├─ finalhandler@1.1.2
├─ find-root@1.1.0
├─ find-versions@3.2.0
├─ flat-cache@2.0.1
├─ flatted@3.0.4
├─ flush-write-stream@1.1.1
├─ fn-name@2.0.1
├─ focus-lock@0.7.0
├─ follow-redirects@1.5.10
├─ for-in@1.0.2
├─ forever-agent@0.6.1
├─ form-data@3.0.0
├─ formik@2.1.5
├─ forwarded@0.1.2
├─ from2@2.3.0
├─ fs-minipass@2.1.0
├─ fsevents@2.1.3
├─ gatsby-cli@2.12.91
├─ gatsby-design-tokens@2.0.11
├─ gatsby-graphiql-explorer@0.4.13
├─ gatsby-image@2.4.16
├─ gatsby-interface@0.0.166
├─ gatsby-link@2.4.13
├─ gatsby-page-utils@0.2.23
├─ gatsby-plugin-codegen@1.2.14
├─ gatsby-plugin-disqus@1.2.2
├─ gatsby-plugin-mdx@1.2.37
├─ gatsby-plugin-page-creator@2.3.25
├─ gatsby-plugin-postcss@2.3.11
├─ gatsby-plugin-react-helmet@3.3.10
├─ gatsby-plugin-sharp@2.6.31
├─ gatsby-plugin-typescript@2.4.18
├─ gatsby-react-router-scroll@3.0.12
├─ gatsby-recipes@0.2.20
├─ gatsby-remark-images@3.3.28
├─ gatsby-source-filesystem@2.3.27
├─ gatsby-transformer-sharp@2.5.14
├─ gatsby@2.24.53
├─ gauge@2.7.4
├─ gaze@1.1.3
├─ get-nonce@1.0.1
├─ get-port@3.2.0
├─ get-proxy@2.1.0
├─ get-value@2.0.6
├─ getpass@0.1.7
├─ gh-pages@3.1.0
├─ gifwrap@0.9.2
├─ git-parse@1.0.4
├─ git-rev-sync@2.0.0
├─ git-up@4.0.2
├─ git-url-parse@11.1.3
├─ github-from-package@0.0.0
├─ github-slugger@1.3.0
├─ glob-parent@5.1.1
├─ global-dirs@2.0.1
├─ global-modules@1.0.0
├─ global-prefix@1.0.2
├─ global@4.4.0
├─ globby@10.0.2
├─ globule@1.3.2
├─ got@8.3.2
├─ graphql-config@2.2.2
├─ graphql-import@0.7.1
├─ graphql-playground-html@1.6.27
├─ graphql-playground-middleware-express@1.7.20
├─ graphql-request@1.8.2
├─ graphql-subscriptions@1.1.0
├─ graphql-type-json@0.2.4
├─ graphql@14.7.0
├─ gray-matter@4.0.2
├─ gud@1.0.0
├─ gzip-size@3.0.0
├─ handle-thing@2.0.1
├─ har-schema@2.0.0
├─ har-validator@5.1.5
├─ has-ansi@2.0.0
├─ has-symbol-support-x@1.4.2
├─ has-to-string-tag-x@1.4.1
├─ has-unicode@2.0.1
├─ has-value@1.0.0
├─ has-yarn@2.1.0
├─ hash.js@1.1.7
├─ hasha@5.2.0
├─ hast-to-hyperscript@9.0.0
├─ hast-util-from-parse5@6.0.0
├─ hast-util-parse-selector@2.2.4
├─ hast-util-to-parse5@6.0.0
├─ hastscript@5.1.2
├─ header-case@2.0.3
├─ hex-color-regex@1.1.0
├─ hex2rgba@0.0.1
├─ hicat@0.7.0
├─ highlight-words-core@1.2.2
├─ highlight.js@8.9.1
├─ hmac-drbg@1.0.1
├─ hosted-git-info@3.0.5
├─ hpack.js@2.1.6
├─ hsl-regex@1.0.0
├─ hsla-regex@1.0.0
├─ html-comment-regex@1.1.2
├─ html-entities@1.3.1
├─ html-tag-names@1.1.5
├─ html-void-elements@1.0.5
├─ http-deceiver@1.2.7
├─ http-parser-js@0.5.2
├─ http-proxy-middleware@0.19.1
├─ http-proxy@1.18.1
├─ http-signature@1.2.0
├─ https-browserify@1.0.0
├─ humanize-url@1.0.1
├─ iconv-lite@0.4.24
├─ icss-replace-symbols@1.1.0
├─ icss-utils@2.1.0
├─ ignore@5.1.8
├─ image-q@1.1.1
├─ imagemin-mozjpeg@9.0.0
├─ imagemin-pngquant@9.0.0
├─ imagemin@7.0.1
├─ import-cwd@2.1.0
├─ import-fresh@3.2.1
├─ import-from@2.1.0
├─ import-lazy@2.1.0
├─ import-local@2.0.0
├─ infer-owner@1.0.4
├─ ink-box@1.0.0
├─ ink-spinner@3.1.0
├─ ink@2.7.1
├─ inline-style-parser@0.1.1
├─ internal-ip@4.3.0
├─ internal-slot@1.0.2
├─ interpret@1.4.0
├─ into-stream@3.1.0
├─ ip-regex@2.1.0
├─ ip@1.1.5
├─ ipaddr.js@1.9.1
├─ is-absolute-url@3.0.3
├─ is-accessor-descriptor@1.0.0
├─ is-arguments@1.0.4
├─ is-arrayish@0.2.1
├─ is-binary-path@2.1.0
├─ is-builtin-module@3.0.0
├─ is-callable@1.2.0
├─ is-color-stop@1.1.0
├─ is-data-descriptor@1.0.0
├─ is-descriptor@1.0.2
├─ is-directory@0.3.1
├─ is-docker@2.1.1
├─ is-extglob@2.1.1
├─ is-finite@1.1.0
├─ is-function@1.0.2
├─ is-installed-globally@0.3.2
├─ is-invalid-path@0.1.0
├─ is-jpg@2.0.0
├─ is-lower-case@1.1.3
├─ is-natural-number@4.0.1
├─ is-negative-zero@2.0.0
├─ is-npm@4.0.0
├─ is-number@3.0.0
├─ is-obj@2.0.0
├─ is-object@1.0.1
├─ is-observable@1.1.0
├─ is-path-cwd@2.2.0
├─ is-path-in-cwd@2.1.0
├─ is-plain-object@2.0.4
├─ is-png@2.0.0
├─ is-promise@2.2.2
├─ is-regex@1.1.1
├─ is-relative@1.0.0
├─ is-resolvable@1.1.0
├─ is-retry-allowed@1.2.0
├─ is-root@1.0.0
├─ is-string@1.0.5
├─ is-svg@3.0.0
├─ is-symbol@1.0.3
├─ is-typedarray@1.0.0
├─ is-unc-path@1.0.0
├─ is-upper-case@1.1.2
├─ is-url@1.2.4
├─ is-utf8@0.2.1
├─ is-valid-path@0.1.1
├─ is-yarn-global@0.3.0
├─ isarray@1.0.0
├─ isomorphic-fetch@2.2.1
├─ isstream@0.1.2
├─ java-properties@1.0.2
├─ jest-diff@25.5.0
├─ jest-get-type@25.2.6
├─ jest-worker@24.9.0
├─ jimp@0.14.0
├─ jpeg-js@0.4.2
├─ js-tokens@4.0.0
├─ js-yaml@3.14.0
├─ json-loader@0.5.7
├─ json-parse-better-errors@1.0.2
├─ json-parse-even-better-errors@2.3.1
├─ json-schema-traverse@0.4.1
├─ json-schema@0.2.3
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json-stringify-safe@5.0.1
├─ json5@2.1.3
├─ jsonify@0.0.0
├─ jsprim@1.4.1
├─ junk@3.1.0
├─ killable@1.0.1
├─ kleur@3.0.3
├─ klona@1.1.2
├─ language-subtag-registry@0.3.20
├─ language-tags@1.0.5
├─ last-call-webpack-plugin@3.0.0
├─ latest-version@5.1.0
├─ levn@0.3.0
├─ lines-and-columns@1.1.6
├─ listr-silent-renderer@1.1.1
├─ listr-update-renderer@0.5.0
├─ listr-verbose-renderer@0.5.0
├─ listr@0.14.3
├─ load-bmfont@1.4.1
├─ load-json-file@5.3.0
├─ loader-fs-cache@1.0.3
├─ loader-runner@2.4.0
├─ locate-path@3.0.0
├─ lock@1.1.0
├─ lockfile@1.0.4
├─ lodash-es@4.17.15
├─ lodash.assignin@4.2.0
├─ lodash.bind@4.2.1
├─ lodash.clonedeep@4.5.0
├─ lodash.debounce@4.0.8
├─ lodash.defaults@4.2.0
├─ lodash.every@4.6.0
├─ lodash.filter@4.6.0
├─ lodash.flatten@4.4.0
├─ lodash.flattendeep@4.4.0
├─ lodash.foreach@4.5.0
├─ lodash.get@4.4.2
├─ lodash.identity@3.0.0
├─ lodash.map@4.6.0
├─ lodash.maxby@4.6.0
├─ lodash.memoize@4.1.2
├─ lodash.merge@4.6.2
├─ lodash.mergewith@4.6.2
├─ lodash.pick@4.4.0
├─ lodash.pickby@4.6.0
├─ lodash.reduce@4.6.0
├─ lodash.reject@4.6.0
├─ lodash.sample@4.2.1
├─ lodash.some@4.6.0
├─ lodash.templatesettings@4.2.0
├─ lodash.throttle@4.1.1
├─ lodash.toarray@4.4.0
├─ lodash.uniq@4.5.0
├─ lodash.xorby@4.7.0
├─ lodash@4.17.20
├─ log-symbols@1.0.2
├─ log-update@3.4.0
├─ logalot@2.1.0
├─ loglevel@1.7.0
├─ longest@1.0.1
├─ loud-rejection@2.2.0
├─ lower-case-first@1.0.2
├─ lpad-align@1.1.2
├─ lru-cache@4.1.5
├─ magic-string@0.25.7
├─ make-dir@1.3.0
├─ make-error@1.3.6
├─ map-obj@1.0.1
├─ map-visit@1.0.0
├─ markdown-table@2.0.0
├─ mdast-squeeze-paragraphs@4.0.0
├─ mdast-util-compact@2.0.1
├─ mdast-util-definitions@1.2.5
├─ mdast-util-to-nlcst@3.2.3
├─ mdast-util-to-string@1.1.0
├─ mdast-util-toc@3.1.0
├─ mdn-data@2.0.4
├─ mdurl@1.0.1
├─ media-typer@0.3.0
├─ meow@3.7.0
├─ merge-descriptors@1.0.1
├─ methods@1.1.2
├─ miller-rabin@4.0.1
├─ mime-db@1.44.0
├─ mimic-fn@2.1.0
├─ min-indent@1.0.1
├─ mini-css-extract-plugin@0.8.2
├─ mini-svg-data-uri@1.2.3
├─ minimalistic-crypto-utils@1.0.1
├─ minimatch@3.0.4
├─ minimist@1.2.5
├─ minizlib@2.1.2
├─ mississippi@3.0.0
├─ mixin-deep@1.3.2
├─ mkdirp-classic@0.5.3
├─ moment@2.27.0
├─ move-concurrently@1.0.1
├─ mozjpeg@7.0.0
├─ multicast-dns-service-types@1.1.0
├─ multicast-dns@6.2.3
├─ mute-stream@0.0.8
├─ name-all-modules-plugin@1.0.1
├─ nan@2.14.1
├─ nanomatch@1.2.13
├─ napi-build-utils@1.0.2
├─ native-url@0.2.6
├─ natural-compare@1.4.0
├─ negotiator@0.6.2
├─ neo-async@2.6.2
├─ next-tick@1.1.0
├─ nice-try@1.0.5
├─ node-abi@2.19.1
├─ node-addon-api@3.0.0
├─ node-emoji@1.10.0
├─ node-eta@0.9.0
├─ node-fetch@2.6.0
├─ node-forge@0.9.0
├─ node-libs-browser@2.2.1
├─ node-object-hash@2.0.0
├─ node-releases@1.1.60
├─ noms@0.0.0
├─ noop-logger@0.1.1
├─ normalize-range@0.1.2
├─ normalize-url@1.9.1
├─ npm-conf@1.1.3
├─ npmlog@4.1.2
├─ nth-check@1.0.2
├─ null-loader@3.0.0
├─ num2fraction@1.2.2
├─ number-is-nan@1.0.1
├─ oauth-sign@0.9.0
├─ object-component@0.0.3
├─ object-copy@0.1.0
├─ object-fit-images@3.2.4
├─ object-hash@2.0.3
├─ object-is@1.1.2
├─ object-path@0.11.4
├─ object.entries@1.1.2
├─ object.fromentries@2.0.2
├─ object.getownpropertydescriptors@2.1.0
├─ object.values@1.1.1
├─ obuf@1.1.2
├─ omggif@1.0.10
├─ on-headers@1.0.2
├─ open@6.4.0
├─ opn@5.1.0
├─ optimize-css-assets-webpack-plugin@5.0.4
├─ optionator@0.8.3
├─ original@1.0.2
├─ os-browserify@0.3.0
├─ os-filter-obj@2.0.0
├─ os-tmpdir@1.0.2
├─ ow@0.17.0
├─ p-cancelable@0.4.1
├─ p-defer@3.0.0
├─ p-event@4.2.0
├─ p-is-promise@1.1.0
├─ p-limit@2.3.0
├─ p-locate@3.0.0
├─ p-map-series@1.0.0
├─ p-pipe@3.1.0
├─ p-queue@5.0.0
├─ p-reduce@1.0.0
├─ p-retry@3.0.1
├─ p-try@2.2.0
├─ package-json@6.5.0
├─ pako@1.0.11
├─ parallel-transform@1.2.0
├─ param-case@3.0.3
├─ parent-module@1.0.1
├─ parse-asn1@5.1.6
├─ parse-bmfont-ascii@1.0.6
├─ parse-bmfont-binary@1.0.6
├─ parse-bmfont-xml@1.1.4
├─ parse-english@4.1.3
├─ parse-headers@2.0.3
├─ parse-latin@4.2.1
├─ parse-passwd@1.0.0
├─ parse-path@4.0.2
├─ parse-url@5.0.2
├─ parse5@3.0.3
├─ parseurl@1.3.3
├─ pascalcase@0.1.1
├─ password-prompt@1.1.2
├─ path-browserify@0.0.1
├─ path-case@3.0.3
├─ path-dirname@1.0.2
├─ path-is-inside@1.0.2
├─ path-parse@1.0.6
├─ path-to-regexp@0.1.7
├─ pend@1.2.0
├─ performance-now@2.1.0
├─ physical-cpu-count@2.0.0
├─ picomatch@2.2.2
├─ pinkie@2.0.4
├─ pixelmatch@4.0.2
├─ pngjs@3.4.0
├─ pngquant-bin@6.0.0
├─ pnp-webpack-plugin@1.6.4
├─ portfinder@1.0.28
├─ posix-character-classes@0.1.1
├─ postcss-calc@7.0.4
├─ postcss-colormin@4.0.3
├─ postcss-convert-values@4.0.1
├─ postcss-discard-comments@4.0.2
├─ postcss-discard-duplicates@4.0.2
├─ postcss-discard-empty@4.0.1
├─ postcss-discard-overridden@4.0.1
├─ postcss-flexbugs-fixes@4.2.1
├─ postcss-functions@3.0.0
├─ postcss-js@2.0.3
├─ postcss-load-config@2.1.0
├─ postcss-merge-longhand@4.0.11
├─ postcss-merge-rules@4.0.3
├─ postcss-minify-font-values@4.0.2
├─ postcss-minify-gradients@4.0.2
├─ postcss-minify-params@4.0.2
├─ postcss-minify-selectors@4.0.2
├─ postcss-modules-extract-imports@1.2.1
├─ postcss-modules-local-by-default@1.2.0
├─ postcss-modules-scope@1.1.0
├─ postcss-modules-values@1.3.0
├─ postcss-nested@4.2.3
├─ postcss-normalize-charset@4.0.1
├─ postcss-normalize-display-values@4.0.2
├─ postcss-normalize-positions@4.0.2
├─ postcss-normalize-repeat-style@4.0.2
├─ postcss-normalize-string@4.0.2
├─ postcss-normalize-timing-functions@4.0.2
├─ postcss-normalize-unicode@4.0.1
├─ postcss-normalize-url@4.0.1
├─ postcss-normalize-whitespace@4.0.2
├─ postcss-ordered-values@4.1.2
├─ postcss-reduce-initial@4.0.3
├─ postcss-reduce-transforms@4.0.2
├─ postcss-svgo@4.0.2
├─ postcss-unique-selectors@4.0.1
├─ prebuild-install@5.3.5
├─ prepend-http@1.0.4
├─ prettier@1.19.1
├─ pretty-error@2.1.1
├─ pretty-format@25.5.0
├─ pretty-hrtime@1.0.3
├─ private@0.1.8
├─ process-nextick-args@2.0.1
├─ promise-inflight@1.0.1
├─ prop-types@15.7.2
├─ proper-lockfile@4.1.1
├─ property-expr@1.5.1
├─ property-information@5.5.0
├─ proto-list@1.2.4
├─ proxy-addr@2.0.6
├─ prr@1.0.1
├─ pseudomap@1.0.2
├─ psl@1.8.0
├─ public-encrypt@4.0.3
├─ pumpify@1.5.1
├─ punycode@2.1.1
├─ pupa@2.0.1
├─ purgecss@2.3.0
├─ q@1.5.1
├─ querystring-es3@0.2.1
├─ querystring@0.2.0
├─ querystringify@2.2.0
├─ randomfill@1.0.4
├─ raw-body@2.4.1
├─ raw-loader@0.5.1
├─ rc@1.2.8
├─ react-circular-progressbar@2.0.3
├─ react-clientside-effect@1.2.2
├─ react-dev-utils@4.2.3
├─ react-dom@16.13.1
├─ react-fast-compare@2.0.4
├─ react-feather@2.0.8
├─ react-focus-lock@2.4.1
├─ react-helmet@5.2.1
├─ react-hot-loader@4.12.21
├─ react-icons@3.11.0
├─ react-is@16.13.1
├─ react-reconciler@0.24.0
├─ react-refresh@0.7.2
├─ react-remove-scroll-bar@2.1.0
├─ react-remove-scroll@2.4.0
├─ react-scroll-into-view@1.8.2
├─ react-side-effect@1.2.0
├─ react@16.13.1
├─ read-chunk@3.2.0
├─ read-pkg-up@2.0.0
├─ read-pkg@2.0.0
├─ read@1.0.7
├─ readable-stream@2.3.7
├─ readdirp@3.4.0
├─ recast@0.20.3
├─ rechoir@0.6.2
├─ recursive-readdir@2.2.1
├─ redent@1.0.0
├─ redeyed@2.1.1
├─ reduce-css-calc@2.1.7
├─ redux-thunk@2.3.0
├─ regenerate-unicode-properties@8.2.0
├─ regenerator-transform@0.14.5
├─ regexp.prototype.flags@1.3.0
├─ regexpp@3.1.0
├─ regexpu-core@4.7.0
├─ registry-auth-token@4.2.0
├─ registry-url@5.1.0
├─ regjsgen@0.5.2
├─ regjsparser@0.6.4
├─ remark-mdx@2.0.0-next.7
├─ remark-mdxjs@2.0.0-next.7
├─ remark-parse@6.0.3
├─ remark-retext@3.1.3
├─ remark@10.0.1
├─ remove-trailing-separator@1.1.0
├─ renderkid@2.0.3
├─ repeat-element@1.1.3
├─ repeat-string@1.6.1
├─ repeating@2.0.1
├─ request@2.88.2
├─ require-like@0.1.2
├─ resolve-dir@1.0.1
├─ resolve-url@0.2.1
├─ resolve@1.17.0
├─ responselike@1.0.2
├─ restore-cursor@2.0.0
├─ ret@0.1.15
├─ retext-english@3.0.4
├─ reusify@1.0.4
├─ rgb-regex@1.0.1
├─ rgba-regex@1.0.0
├─ run-async@2.4.1
├─ run-parallel@1.1.9
├─ run-queue@1.0.3
├─ rx-lite-aggregates@4.0.8
├─ rx-lite@4.0.8
├─ rxjs@6.6.2
├─ sax@1.2.4
├─ section-matter@1.0.0
├─ seek-bzip@1.0.6
├─ select-hose@2.0.0
├─ selfsigned@1.10.7
├─ semver-diff@3.1.1
├─ semver-regex@2.0.0
├─ semver-truncate@1.1.2
├─ semver@5.7.1
├─ sentence-case@3.0.3
├─ serialize-javascript@4.0.0
├─ serve-index@1.9.1
├─ serve-static@1.14.1
├─ set-blocking@2.0.0
├─ set-value@2.0.1
├─ setimmediate@1.0.5
├─ sha.js@2.4.11
├─ shallow-compare@1.2.2
├─ shallowequal@1.1.0
├─ shebang-regex@1.0.0
├─ shell-quote@1.6.1
├─ shelljs@0.7.7
├─ simple-get@4.0.0
├─ simple-swizzle@0.2.2
├─ single-trailing-newline@1.0.0
├─ sisteransi@1.0.5
├─ snapdragon-node@2.1.1
├─ snapdragon-util@3.0.1
├─ socket.io-adapter@1.1.2
├─ socket.io-parser@3.3.0
├─ socket.io@2.3.0
├─ sockjs-client@1.1.4
├─ sockjs@0.3.20
├─ sort-keys-length@1.0.1
├─ source-map-resolve@0.5.3
├─ source-map-url@0.4.0
├─ sourcemap-codec@1.4.8
├─ spawn-command@0.0.2-1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ spdy-transport@3.0.0
├─ spdy@4.0.2
├─ split-on-first@1.1.0
├─ split-string@3.1.0
├─ sprintf-js@1.1.2
├─ squeak@1.3.0
├─ sshpk@1.16.1
├─ ssri@6.0.1
├─ st@2.0.0
├─ stable@0.1.8
├─ stackframe@1.2.0
├─ static-extend@0.1.2
├─ static-site-generator-webpack-plugin@3.4.2
├─ statuses@1.5.0
├─ stream-browserify@2.0.2
├─ stream-each@1.2.3
├─ stream-http@2.8.3
├─ stream-parser@0.3.1
├─ string_decoder@1.3.0
├─ string-length@3.1.0
├─ string-similarity@1.2.2
├─ string.prototype.matchall@4.0.2
├─ stringify-entities@3.0.1
├─ strip-bom-string@1.0.0
├─ strip-dirs@2.1.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-url-auth@1.0.1
├─ style-loader@0.23.1
├─ stylehacks@4.0.3
├─ subscriptions-transport-ws@0.9.18
├─ sudo-prompt@8.2.5
├─ svg-tag-names@2.0.1
├─ svgo@1.3.2
├─ swap-case@1.1.2
├─ symbol-observable@1.2.0
├─ synchronous-promise@2.0.13
├─ table@5.4.6
├─ tailwind-theme-switcher@1.0.2
├─ tailwindcss@1.7.6
├─ tapable@1.1.3
├─ tar-fs@2.1.0
├─ tar-stream@2.1.3
├─ tar@6.0.5
├─ temp-dir@1.0.0
├─ tempfile@2.0.0
├─ term-size@2.2.0
├─ terser-webpack-plugin@1.4.5
├─ terser@4.8.0
├─ text-table@0.2.0
├─ theme-ui@0.2.52
├─ through@2.3.8
├─ thunky@1.1.0
├─ timed-out@4.0.1
├─ timers-browserify@2.0.11
├─ timsort@0.3.0
├─ tiny-warning@1.0.3
├─ title-case@2.1.1
├─ to-array@0.1.4
├─ to-arraybuffer@1.0.1
├─ to-buffer@1.1.1
├─ to-object-path@0.3.0
├─ to-readable-stream@1.0.0
├─ to-regex-range@2.1.1
├─ toposort@2.0.2
├─ tough-cookie@2.5.0
├─ tree-kill@1.2.2
├─ treeify@1.1.0
├─ trim-lines@1.1.3
├─ trim-newlines@1.0.0
├─ true-case-path@2.2.1
├─ ts-node@8.10.2
├─ ts-pnp@1.2.0
├─ tsconfig-paths@3.9.0
├─ tty-browserify@0.0.0
├─ tty@1.0.1
├─ tweetnacl@0.14.5
├─ type-is@1.6.18
├─ type-of@2.0.1
├─ typedarray-to-buffer@3.1.5
├─ typedarray@0.0.6
├─ typescript@3.9.7
├─ unbzip2-stream@1.4.3
├─ unc-path-regex@0.1.2
├─ underscore.string@3.3.5
├─ unicode-canonical-property-names-ecmascript@1.0.4
├─ unicode-match-property-ecmascript@1.0.4
├─ unicode-match-property-value-ecmascript@1.2.0
├─ unicode-property-aliases-ecmascript@1.1.0
├─ union-value@1.0.1
├─ unique-filename@1.1.1
├─ unique-slug@2.0.2
├─ unique-string@2.0.0
├─ unist-util-generated@1.1.5
├─ unist-util-map@1.0.5
├─ unist-util-select@1.5.0
├─ unist-util-stringify-position@2.0.3
├─ unist-util-visit-parents@2.1.2
├─ unquote@1.1.1
├─ unset-value@1.0.0
├─ upath@1.2.0
├─ update-notifier@4.1.1
├─ upper-case-first@1.1.2
├─ upper-case@1.1.3
├─ uri-js@4.4.0
├─ urix@0.1.0
├─ url-loader@1.1.2
├─ urql@1.10.0
├─ use-callback-ref@1.2.4
├─ use@3.1.1
├─ utif@2.0.1
├─ util-deprecate@1.0.2
├─ util.promisify@1.0.1
├─ util@0.11.1
├─ utils-merge@1.0.1
├─ uuid@3.4.0
├─ v8-compile-cache@1.1.2
├─ valid-url@1.0.9
├─ validate-npm-package-license@3.0.4
├─ vegemite@1.0.0
├─ vendors@1.0.4
├─ verror@1.10.0
├─ vfile-message@2.0.4
├─ vm-browserify@1.1.2
├─ vscode-jsonrpc@4.0.0
├─ vscode-languageserver-protocol@3.14.1
├─ vscode-languageserver-types@3.14.0
├─ vscode-languageserver@5.2.1
├─ watchpack-chokidar2@2.0.0
├─ watchpack@1.7.4
├─ wbuf@1.7.3
├─ webpack-dev-server@3.11.0
├─ webpack-hot-middleware@2.25.0
├─ webpack-merge@4.2.2
├─ webpack-stats-plugin@0.3.2
├─ webpack-virtual-modules@0.2.2
├─ webpack@4.44.1
├─ whatwg-fetch@3.4.0
├─ which-pm-runs@1.0.0
├─ which@1.3.1
├─ wide-align@1.1.3
├─ with-open-file@0.1.7
├─ word-wrap@1.2.3
├─ worker-farm@1.7.0
├─ write-file-atomic@3.0.3
├─ write@1.0.3
├─ ws@7.3.1
├─ x-is-string@0.1.0
├─ xhr@2.5.0
├─ xml-parse-from-string@1.0.1
├─ xml2js@0.4.23
├─ xmlbuilder@11.0.1
├─ xmlhttprequest-ssl@1.5.5
├─ xss@1.0.8
├─ xtend@4.0.2
├─ yaml-loader@0.6.0
├─ yaml@1.10.0
├─ yargs-parser@13.1.2
├─ yargs@13.3.2
├─ yarn@1.22.5
├─ yauzl@2.10.0
├─ yeast@0.1.2
├─ yn@3.1.1
├─ yoga-layout-prebuilt@1.9.6
├─ yup@0.27.0
├─ yurnalist@1.1.2
├─ zen-observable-ts@0.8.21
└─ zen-observable@0.8.15
✨  Done in 104.45s.
mapconcierge commented 3 years ago

How Gatsby Works with GitHub Pages

https://www.gatsbyjs.com/docs/how-gatsby-works-with-github-pages/

スクリーンショット 2020-09-04 16 28 30
mapconcierge commented 3 years ago

修正した Gatsbyテンプレートを自動インストールテスト

gatsby new tedxagu https://github.com/mapconcierge/gatsby-starter-elemental

SahoYoshihara commented 3 years ago

エラーは出ていますが、作成したGatsbyテンプレートを無事自動インストールできました。

SahonoMacBook-Air:~ saho$ gatsby new wwwtedxagu https://github.com/tedxagu/gatsby-starter-elemental info Creating new site from git: https://github.com/tedxagu/gatsby-starter-elemental.git Cloning into 'wwwtedxagu'... remote: Enumerating objects: 126, done. remote: Counting objects: 100% (126/126), done. remote: Compressing objects: 100% (101/101), done. remote: Total 126 (delta 21), reused 89 (delta 17), pack-reused 0 Receiving objects: 100% (126/126), 4.60 MiB | 2.36 MiB/s, done. Resolving deltas: 100% (21/21), done. success Created starter directory layout info Installing packages... yarn install v1.22.5 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... warning "gatsby > @pmmmwh/react-refresh-webpack-plugin@0.3.3" has incorrect peer dependency "react-refresh@^0.8.2". warning " > @typescript-eslint/eslint-plugin@2.34.0" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0". warning " > @typescript-eslint/parser@2.34.0" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0". warning "gatsby > gatsby-admin > gatsby-interface@0.0.167" has incorrect peer dependency "react@16.8.1". warning "gatsby > gatsby-admin > gatsby-interface@0.0.167" has incorrect peer dependency "react-dom@16.8.1". warning "gatsby > gatsby-admin > gatsby-interface@0.0.167" has incorrect peer dependency "yup@^0.27.0". [4/4] 🔨 Building fresh packages... ✨ Done in 45.51s. info Your new Gatsby site has been successfully bootstrapped. Start developing it by running:

cd wwwtedxagu gatsby develop

SahonoMacBook-Air:~ saho$ cd wwwtedxagu SahonoMacBook-Air:wwwtedxagu saho$ gatsby develop success open and validate gatsby-configs - 2.832s success load plugins - 7.838s

ERROR

(node:78366) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created)

ERROR

(node:78366) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'find' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'head' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'set' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'test' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'to' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency

ERROR

(node:78366) Warning: Accessing non-existent property 'which' of module exports inside circular dependency

success onPreInit - 0.172s success initialize cache - 0.020s success copy gatsby files - 0.083s success onPreBootstrap - 0.018s success createSchemaCustomization - 0.005s success source and transform nodes - 2.309s success building schema - 0.429s success createPages - 0.100s success createPagesStatefully - 0.077s success onPreExtractQueries - 0.005s success update schema - 0.026s success extract queries from components - 0.631s success write out requires - 0.041s success write out redirect data - 0.005s success [gatsby-plugin-codegen] saved localSchemaFile: ./schema.json success [gatsby-plugin-codegen] saved apollo config: apollo.config.js

ERROR

› Warning: apollo update available from 2.28.0 to 2.30.3.

⠸ onPostBootstrap [======================== ] 2.209 s 21/24 88% Generating image thumbnails success [gatsby-plugin-codegen] types for typescript generated success onPostBootstrap - 1.472s ⠀ info bootstrap finished - 20.311s ⠀ success run static queries - 0.051s - 8/8 157.69/s success extract queries from components - 0.625s success run page queries - 1.312s - 13/13 9.91/s success Generating image thumbnails - 7.629s - 67/67 8.78/s ⠀ You can now view gatsby-starter-elemental in the browser. ⠀ http://localhost:8000/ ⠀ View GraphiQL, an in-browser IDE, to explore your site's data and schema ⠀ http://localhost:8000/___graphql ⠀ Note that the development build is not optimized. To create a production build, use gatsby build ⠀ success Building development bundle - 13.921s

mapconcierge commented 3 years ago

最終的な動作テスト

動作テスト用のテンプレートリポジトリはここに配置。

https://github.com/tedxagu/workdata4gatsby

テスト環境の再現は Gatsby.JS をインストールしている環境で以下のコマンドを実行。

gatsby new gatsbytest4work https://github.com/tedxagu/workdata4gatsby

cd gatsbytest4work
gatsby develop
gatsby build
gatsby serve

の一連の動作テストを行ったら、 public フォルダ内の静的HTML&関連ファイル群を GitHub Pages 設定している https://github.com/tedxagu/www_tedxagu/tree/master/docs フォルダ内にすべて Push する。

あとは数分待って(Pushした内容が GitHub Pages に反映されるまで) https://www.tedxagu.com/ で最終確認。

mapconcierge commented 3 years ago

動作テストは終わったのでこの Issue は閉じます。