Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Last active September 29, 2020 14:51
Show Gist options
  • Save alvincrespo/85eb12eb548dc995e8ffe91cd7ddce33 to your computer and use it in GitHub Desktop.
Save alvincrespo/85eb12eb548dc995e8ffe91cd7ddce33 to your computer and use it in GitHub Desktop.
Bison Install Error
//-------------------------------------------------------------------------------------------------------------------------
➜ Desktop node -v
v12.18.2
➜ Desktop npm -v
6.14.5
➜ Desktop yarn -v
1.22.4
//-------------------------------------------------------------------------------------------------------------------------
? Create a new GitHub repo and paste the url here: https://github.com/echobind/signoff-bison
? What is the local database name? signoff_dev
? What is the local database username? postgres
? What is the local database password?
? What is the local database host? localhost
? What is the local database port? 5432
? What is the local test database name? signoff_test
? Where will you deploy the app? Vercel (recommended)
✔ Copy files
✔ Copy files
✖ Install dependencies
→ info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Generate Prisma client
Generate Nexus types
Git init
(node:56791) UnhandledPromiseRejectionWarning: Error: Command failed: yarn install
warning next > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning next > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning next > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning nexus > @zeit/node-file-trace@0.8.2: @zeit/node-file-trace is no longer maintained. Please use @vercel/nft instead.
warning nexus > @zeit/node-file-trace > acorn-export-ns-from@0.1.0: acorn>=7.2 supports export-ns-from
warning nexus > @zeit/node-file-trace > acorn-import-meta@1.1.0: acorn>=7.2 supports import-meta
warning nexus > @zeit/node-file-trace > acorn-numeric-separator@0.3.6: acorn>=7.4 supports numeric separators
warning @graphql-codegen/cli > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @graphql-codegen/cli > request > har-validator@5.1.5: this library is no longer supported
warning @graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler > fbjs > 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 @testing-library/cypress > @types/testing-library__cypress > cypress > @cypress/request > har-validator@5.1.5: this library is no longer supported
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning start-server-and-test > wait-on > joi > @hapi/formula@2.0.0: This version has been deprecated and is no longer supported or maintained
error https://registry.yarnpkg.com/@chakra-ui/slider/-/slider-1.0.0-rc.5.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "ENOENT: no such file or directory, chmod '/Users/alvincrespo/Library/Caches/Yarn/v6/npm-@chakra-ui-slider-1.0.0-rc.5-5d34f0fffa7e9dcf3ef3a0c2a871c5e4912c0ddf-integrity/node_modules/@chakra-ui/slider/dist/cjs/use-slider.js.map'"
yarn install v1.22.4
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:56791) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:56791) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✔ Copy files
✖ Install dependencies
→ info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Generate Prisma client
Generate Nexus types
Git init
(node:56791) UnhandledPromiseRejectionWarning: Error: Command failed: yarn install
warning next > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning next > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning next > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning nexus > @zeit/node-file-trace@0.8.2: @zeit/node-file-trace is no longer maintained. Please use @vercel/nft instead.
warning nexus > @zeit/node-file-trace > acorn-export-ns-from@0.1.0: acorn>=7.2 supports export-ns-from
warning nexus > @zeit/node-file-trace > acorn-import-meta@1.1.0: acorn>=7.2 supports import-meta
warning nexus > @zeit/node-file-trace > acorn-numeric-separator@0.3.6: acorn>=7.4 supports numeric separators
warning @graphql-codegen/cli > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @graphql-codegen/cli > request > har-validator@5.1.5: this library is no longer supported
warning @graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler > fbjs > 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 @testing-library/cypress > @types/testing-library__cypress > cypress > @cypress/request > har-validator@5.1.5: this library is no longer supported
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning start-server-and-test > wait-on > joi > @hapi/formula@2.0.0: This version has been deprecated and is no longer supported or maintained
error An unexpected error occurred: "https://registry.yarnpkg.com/@chakra-ui/slider/-/slider-1.0.0-rc.5.tgz: ENOENT: no such file or directory, open '/Users/alvincrespo/Library/Caches/Yarn/v6/npm-@chakra-ui-slider-1.0.0-rc.5-5d34f0fffa7e9dcf3ef3a0c2a871c5e4912c0ddf-integrity/node_modules/@chakra-ui/slider/.yarn-tarball.tgz'".
yarn install v1.22.4
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
info If you think this is a bug, please open a bug report with the information provided in "/Users/alvincrespo/Desktop/SignoffApp/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:56791) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
✨ Done in 2506.85s.
//-------------------------------------------------------------------------------------------------------------------------
➜ Desktop node -v
v12.12.0
➜ Desktop npm -v
y6.11.3
➜ Desktop yarn -v
1.19.1
//-------------------------------------------------------------------------------------------------------------------------
? Create a new GitHub repo and paste the url here: https://github.com/echobind/signoff-bison
? What is the local database name? signoff_dev
? What is the local database username? postgres
? What is the local database password?
? What is the local database host? localhost
? What is the local database port? 5432
? What is the local test database name? signoff_test
? Where will you deploy the app? Vercel (recommended)
✔ Copy files
✔ Copy files
✖ Install dependencies
→ info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Generate Prisma client
Generate Nexus types
Git init
(node:85698) UnhandledPromiseRejectionWarning: Error: Command failed: yarn install
warning next > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning next > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning next > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning next > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning next > chokidar > braces > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning nexus > @zeit/node-file-trace@0.8.2: @zeit/node-file-trace is no longer maintained. Please use @vercel/nft instead.
warning nexus > @zeit/node-file-trace > acorn-export-ns-from@0.1.0: acorn>=7.2 supports export-ns-from
warning nexus > @zeit/node-file-trace > acorn-import-meta@1.1.0: acorn>=7.2 supports import-meta
warning nexus > @zeit/node-file-trace > acorn-numeric-separator@0.3.6: acorn>=7.4 supports numeric separators
warning @graphql-codegen/cli > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @graphql-codegen/cli > request > har-validator@5.1.5: this library is no longer supported
warning @graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler > fbjs > 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 @testing-library/cypress > @types/testing-library__cypress > cypress > @cypress/request > har-validator@5.1.5: this library is no longer supported
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning start-server-and-test > wait-on > joi > @hapi/formula@2.0.0: This version has been deprecated and is no longer supported or maintained
warning "@apollo/react-testing > @apollo/client@3.2.1" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@apollo/client > @graphql-typed-document-node/core@3.1.0" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@apollo/client > graphql-tag@2.11.0" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@chakra-ui/core > @chakra-ui/css-reset@1.0.0-rc.5" has unmet peer dependency "@emotion/core@10.0.35".
warning "@chakra-ui/core > @chakra-ui/media-query@1.0.0-rc.5" has incorrect peer dependency "@chakra-ui/theme@1.0.0-rc.3".
warning " > @chakra-ui/theme@1.0.0-rc.5" has unmet peer dependency "@chakra-ui/system@1.0.0-rc.3".
warning " > @chakra-ui/theme-tools@1.0.0-rc.5" has unmet peer dependency "@chakra-ui/system@1.0.0-rc.3".
warning " > graphql-iso-date@3.6.1" has unmet peer dependency "graphql@^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0".
warning " > graphql-type-json@0.3.2" has unmet peer dependency "graphql@>=0.8.0".
warning "nexus > @zeit/node-file-trace > acorn-export-ns-from@0.1.0" has incorrect peer dependency "acorn@^6.0.1".
warning "@apollo/react-testing > @apollo/client@3.2.1" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning " > @graphql-codegen/cli@1.17.6" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/git-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/code-file-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/json-file-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/github-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/graphql-file-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/load@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/apollo-engine-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/url-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/prisma-loader@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/prisma-loader > graphql-request@3.1.0" has unmet peer dependency "graphql@14.x || 15.x".
warning "@graphql-codegen/cli > @graphql-tools/utils@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > graphql-config@3.0.3" has unmet peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/git-loader > @graphql-tools/graphql-tag-pluck@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/url-loader > @graphql-tools/delegate@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/load > @graphql-tools/merge@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/graphql-file-loader > @graphql-tools/import@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/url-loader > @graphql-tools/wrap@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-tools/url-loader > @graphql-tools/delegate > @graphql-tools/schema@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-codegen/core@1.17.6" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/cli > @graphql-codegen/plugin-helpers@1.17.6" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning " > @graphql-codegen/typescript@1.17.6" has unmet peer dependency "graphql@^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common@1.17.6" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > graphql-tag@2.10.4" has unmet peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer@6.0.15" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > @graphql-tools/utils@6.0.15" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler@10.0.0" has unmet peer dependency "graphql@^15.0.0".
warning " > @graphql-codegen/typescript-operations@1.17.8" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-operations > @graphql-codegen/plugin-helpers@1.17.9" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-operations > @graphql-codegen/typescript@1.17.10" has unmet peer dependency "graphql@^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-operations > @graphql-codegen/visitor-plugin-common@1.17.15" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-operations > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer@6.2.3" has unmet peer dependency "graphql@^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-operations > @graphql-codegen/visitor-plugin-common > @graphql-tools/relay-operation-optimizer > relay-compiler@10.0.1" has unmet peer dependency "graphql@^15.0.0".
warning " > @graphql-codegen/typescript-react-apollo@1.17.6" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning " > @graphql-codegen/typescript-react-apollo@1.17.6" has unmet peer dependency "graphql-tag@^2.0.0".
warning " > @graphql-codegen/typescript-resolvers@1.17.4" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-resolvers > @graphql-codegen/plugin-helpers@1.17.4" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-resolvers > @graphql-codegen/typescript@1.17.4" has unmet peer dependency "graphql@^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "@graphql-codegen/typescript-resolvers > @graphql-codegen/visitor-plugin-common@1.17.4" has unmet peer dependency "graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
warning "eslint-plugin-echobind > eslint-config-react-app@5.2.1" has incorrect peer dependency "eslint@6.x".
warning "eslint-plugin-echobind > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-flowtype@3.x || 4.x".
warning "eslint-plugin-echobind > @react-native-community/eslint-config > eslint-plugin-react@7.12.4" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0".
warning "eslint-plugin-echobind > eslint-plugin-react-hooks@2.5.1" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning "eslint-plugin-echobind > @react-native-community/eslint-config > eslint-plugin-react-hooks@1.7.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning "eslint-plugin-echobind > @react-native-community/eslint-config > eslint-plugin-react-native@3.6.0" has incorrect peer dependency "eslint@^3.17.0 || ^4 || ^5".
warning "eslint-plugin-echobind > @typescript-eslint/eslint-plugin@2.34.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning "eslint-plugin-echobind > @react-native-community/eslint-config > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "eslint-plugin-echobind > @typescript-eslint/parser@2.34.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning "eslint-plugin-echobind > @react-native-community/eslint-config > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
error /Users/alvincrespo/Desktop/SignoffApp/node_modules/cypress: Command failed.
Exit code: 1
Command: node index.js --exec install
Arguments:
Directory: /Users/alvincrespo/Desktop/SignoffApp/node_modules/cypress
Output:
Installing Cypress (version: 5.3.0)
[10:38:11] Downloading Cypress [started]
[10:38:11] Downloading Cypress 0% 0s [title changed]
[10:38:12] Downloading Cypress 1% 30s [title changed]
[10:38:12] Downloading Cypress 1% 40s [title changed]
[10:38:12] Downloading Cypress 1% 50s [title changed]
[10:38:12] Downloading Cypress 1% 60s [title changed]
[10:38:12] Downloading Cypress 2% 35s [title changed]
[10:38:12] Downloading Cypress 2% 39s [title changed]
[10:38:12] Downloading Cypress 3% 29s [title changed]
[10:38:12] Downloading Cypress 3% 32s [title changed]
[10:38:13] Downloading Cypress 3% 36s [title changed]
[10:38:13] Downloading Cypress 4% 29s [title changed]
[10:38:13] Downloading Cypress 4% 31s [title changed]
[10:38:13] Downloading Cypress 4% 34s [title changed]
[10:38:13] Downloading Cypress 5% 29s [title changed]
[10:38:13] Downloading Cypress 6% 25s [title changed]
[10:38:13] Downloading Cypress 6% 27s [title changed]
[10:38:13] Downloading Cypress 6% 28s [title changed]
[10:38:13] Downloading Cypress 7% 25s [title changed]
[10:38:13] Downloading Cypress 7% 27s [title changed]
[10:38:14] Downloading Cypress 8% 24s [title changed]
[10:38:14] Downloading Cypress 8% 25s [title changed]
[10:38:14] Downloading Cypress 9% 23s [title changed]
[10:38:14] Downloading Cypress 9% 24s [title changed]
[10:38:14] Downloading Cypress 10% 23s [title changed]
[10:38:14] Downloading Cypress 11% 22s [title changed]
[10:38:14] Downloading Cypress 12% 21s [title changed]
[10:38:14] Downloading Cypress 12% 22s [title changed]
[10:38:15] Downloading Cypress 13% 21s [title changed]
[10:38:15] Downloading Cypress 14% 20s [title changed]
[10:38:15] Downloading Cypress 14% 21s [title changed]
[10:38:15] Downloading Cypress 15% 20s [title changed]
[10:38:15] Downloading Cypress 16% 19s [title changed]
[10:38:15] Downloading Cypress 17% 19s [title changed]
[10:38:15] Downloading Cypress 18% 18s [title changed]
[10:38:16] Downloading Cypress 18% 19s [title changed]
[10:38:16] Downloading Cypress 19% 18s [title changed]
[10:38:16] Downloading Cypress 20% 18s [title changed]
[10:38:16] Downloading Cypress 20% 19s [title changed]
[10:38:16] Downloading Cypress 21% 18s [title changed]
[10:38:17] Downloading Cypress 22% 18s [title changed]
[10:38:17] Downloading Cypress 23% 17s [title changed]
[10:38:17] Downloading Cypress 23% 18s [title changed]
[10:38:17] Downloading Cypress 24% 17s [title changed]
[10:38:17] Downloading Cypress 24% 18s [title changed]
[10:38:17] Downloading Cypress 25% 18s [title changed]
[10:38:18] Downloading Cypress 26% 18s [title changed]
[10:38:18] Downloading Cypress 26% 19s [title changed]
[10:38:18] Downloading Cypress 27% 18s [title changed]
[10:38:18] Downloading Cypress 27% 19s [title changed]
[10:38:19] Downloading Cypress 28% 18s [title changed]
[10:38:19] Downloading Cypress 28% 19s [title changed]
[10:38:19] Downloading Cypress 29% 18s [title changed]
[10:38:19] Downloading Cypress 29% 19s [title changed]
[10:38:19] Downloading Cypress 30% 18s [title changed]
[10:38:20] Downloading Cypress 30% 19s [title changed]
[10:38:20] Downloading Cypress 31% 19s [title changed]
[10:38:20] Downloading Cypress 31% 20s [title changed]
[10:38:20] Downloading Cypress 32% 19s [title changed]
[10:38:21] Downloading Cypress 32% 20s [title changed]
[10:38:21] Downloading Cypress 33% 19s [title changed]
[10:38:21] Downloading Cypress 33% 20s [title changed]
[10:38:21] Downloading Cypress 34% 19s [title changed]
[10:38:22] Downloading Cypress 34% 20s [title changed]
[10:38:22] Downloading Cypress 35% 19s [title changed]
[10:38:22] Downloading Cypress 35% 20s [title changed]
[10:38:22] Downloading Cypress 36% 19s [title changed]
[10:38:23] Downloading Cypress 36% 20s [title changed]
[10:38:23] Downloading Cypress 37% 19s [title changed]
[10:38:23] Downloading Cypress 37% 20s [title changed]
[10:38:23] Downloading Cypress 38% 19s [title changed]
[10:38:24] Downloading Cypress 38% 20s [title changed]
[10:38:24] Downloading Cypress 39% 19s [title changed]
[10:38:24] Downloading Cypress 40% 19s [title changed]
[10:38:24] Downloading Cypress 41% 19s [title changed]
[10:38:25] Downloading Cypress 42% 18s [title changed]
[10:38:25] Downloading Cypress 42% 19s [title changed]
[10:38:25] Downloading Cypress 43% 18s [title changed]
[10:38:26] Downloading Cypress 43% 19s [title changed]
[10:38:26] Downloading Cypress 44% 18s [title changed]
[10:38:26] Downloading Cypress 45% 18s [title changed]
[10:38:26] Downloading Cypress 46% 18s [title changed]
[10:38:27] Downloading Cypress 47% 17s [title changed]
[10:38:27] Downloading Cypress 47% 18s [title changed]
[10:38:27] Downloading Cypress 48% 17s [title changed]
[10:38:28] Downloading Cypress 49% 17s [title changed]
[10:38:28] Downloading Cypress 50% 16s [title changed]
[10:38:28] Downloading Cypress 50% 17s [title changed]
[10:38:28] Downloading Cypress 51% 16s [title changed]
[10:38:29] Downloading Cypress 52% 16s [title changed]
[10:38:29] Downloading Cypress 53% 15s [title changed]
[10:38:29] Downloading Cypress 53% 16s [title changed]
[10:38:29] Downloading Cypress 54% 15s [title changed]
[10:38:30] Downloading Cypress 55% 15s [title changed]
[10:38:30] Downloading Cypress 56% 15s [title changed]
[10:38:30] Downloading Cypress 57% 14s [title changed]
[10:38:31] Downloading Cypress 57% 15s [title changed]
[10:38:31] Downloading Cypress 58% 14s [title changed]
[10:38:31] Downloading Cypress 59% 14s [title changed]
[10:38:32] Downloading Cypress 60% 13s [title changed]
[10:38:32] Downloading Cypress 60% 14s [title changed]
[10:38:32] Downloading Cypress 61% 13s [title changed]
[10:38:33] Downloading Cypress 62% 13s [title changed]
[10:38:33] Downloading Cypress 63% 13s [title changed]
[10:38:34] Downloading Cypress 64% 12s [title changed]
[10:38:34] Downloading Cypress 64% 13s [title changed]
[10:38:34] Downloading Cypress 65% 12s [title changed]
[10:38:35] Downloading Cypress 66% 12s [title changed]
[10:38:35] Downloading Cypress 67% 12s [title changed]
[10:38:36] Downloading Cypress 68% 11s [title changed]
[10:38:36] Downloading Cypress 68% 12s [title changed]
[10:38:36] Downloading Cypress 69% 11s [title changed]
[10:38:37] Downloading Cypress 70% 11s [title changed]
[10:38:38] Downloading Cypress 71% 11s [title changed]
[10:38:38] Downloading Cypress 72% 10s [title changed]
[10:38:39] Downloading Cypress 72% 11s [title changed]
[10:38:39] Downloading Cypress 73% 10s [title changed]
[10:38:39] Downloading Cypress 74% 10s [title changed]
[10:38:40] Downloading Cypress 75% 9s [title changed]
[10:38:40] Downloading Cypress 75% 10s [title changed]
[10:38:40] Downloading Cypress 76% 9s [title changed]
[10:38:41] Downloading Cypress 77% 9s [title changed]
[10:38:42] Downloading Cypress 78% 9s [title changed]
[10:38:42] Downloading Cypress 79% 8s [title changed]
[10:38:43] Downloading Cypress 80% 8s [title changed]
[10:38:44] Downloading Cypress 81% 8s [title changed]
[10:38:44] Downloading Cypress 82% 7s [title changed]
[10:38:45] Downloading Cypress 83% 7s [title changed]
[10:38:46] Downloading Cypress 84% 7s [title changed]
[10:38:47] Downloading Cypress 85% 6s [title changed]
[10:38:47] Downloading Cypress 86% 6s [title changed]
[10:38:48] Downloading Cypress 87% 5s [title changed]
[10:38:48] Downloading Cypress 87% 6s [title changed]
[10:38:49] Downloading Cypress 88% 5s [title changed]
[10:38:50] Downloading Cypress 89% 5s [title changed]
[10:38:51] Downloading Cypress 90% 4s [title changed]
[10:38:52] Downloading Cypress 91% 4s [title changed]
[10:38:52] Downloading Cypress 92% 4s [title changed]
[10:38:53] Downloading Cypress 93% 3s [title changed]
[10:38:54] Downloading Cypress 94% 3s [title changed]
[10:38:54] Downloading Cypress 95% 2s [title changed]
[10:38:54] Downloading Cypress 96% 2s [title changed]
[10:38:55] Downloading Cypress 97% 1s [title changed]
[10:38:56] Downloading Cypress 98% 1s [title changed]
[10:38:56] Downloading Cypress 99% 0s [title changed]
[10:38:57] Downloading Cypress 100% 0s [title changed]
[10:38:58] Downloaded Cypress [title changed]
[10:38:58] Downloaded Cypress [completed]
[10:38:58] Unzipping Cypress [started]
[10:38:58] Unzipping Cypress 0% 0s [title changed]
[10:38:58] Unzipping Cypress 1% 36s [title changed]
[10:38:58] Unzipping Cypress 1% 37s [title changed]
[10:38:58] Unzipping Cypress 1% 38s [title changed]
[10:38:58] Unzipping Cypress 1% 39s [title changed]
[10:38:58] Unzipping Cypress 1% 40s [title changed]
[10:38:58] Unzipping Cypress 1% 41s [title changed]
[10:38:58] Unzipping Cypress 1% 42s [title changed]
[10:38:58] Unzipping Cypress 1% 43s [title changed]
[10:38:58] Unzipping Cypress 1% 44s [title changed]
[10:38:58] Unzipping Cypress 1% 45s [title changed]
[10:38:58] Unzipping Cypress 1% 46s [title changed]
[10:38:58] Unzipping Cypress 1% 47s [title changed]
[10:38:58] Unzipping Cypress 1% 48s [title changed]
[10:38:58] Unzipping Cypress 1% 49s [title changed]
[10:38:58] Unzipping Cypress 1% 50s [title changed]
[10:38:58] Unzipping Cypress 1% 51s [title changed]
[10:38:58] Unzipping Cypress 1% 52s [title changed]
[10:38:58] Unzipping Cypress 1% 53s [title changed]
[10:38:58] Unzipping Cypress 1% 54s [title changed]
[10:38:58] Unzipping Cypress 1% 55s [title changed]
[10:38:58] Unzipping Cypress 1% 56s [title changed]
[10:38:58] Unzipping Cypress 1% 57s [title changed]
[10:38:58] Unzipping Cypress 2% 28s [title changed]
[10:38:58] Unzipping Cypress 2% 29s [title changed]
[10:38:58] Unzipping Cypress 2% 30s [title changed]
[10:38:59] Unzipping Cypress 2% 31s [title changed]
[10:38:59] Unzipping Cypress 2% 32s [title changed]
[10:38:59] Unzipping Cypress 2% 33s [title changed]
[10:38:59] Unzipping Cypress 2% 34s [title changed]
[10:38:59] Unzipping Cypress 2% 35s [title changed]
[10:38:59] Unzipping Cypress 2% 36s [title changed]
[10:38:59] Unzipping Cypress 2% 37s [title changed]
[10:38:59] Unzipping Cypress 2% 38s [title changed]
[10:38:59] Unzipping Cypress 2% 39s [title changed]
[10:38:59] Unzipping Cypress 3% 26s [title changed]
[10:38:59] Unzipping Cypress 3% 27s [title changed]
[10:38:59] Unzipping Cypress 3% 28s [title changed]
[10:38:59] Unzipping Cypress 3% 29s [title changed]
[10:38:59] Unzipping Cypress 3% 30s [title changed]
[10:38:59] Unzipping Cypress 3% 31s [title changed]
[10:38:59] Unzipping Cypress 3% 32s [title changed]
[10:38:59] Unzipping Cypress 4% 24s [title changed]
[10:38:59] Unzipping Cypress 4% 25s [title changed]
[10:38:59] Unzipping Cypress 4% 26s [title changed]
[10:38:59] Unzipping Cypress 4% 27s [title changed]
[10:38:59] Unzipping Cypress 4% 28s [title changed]
[10:38:59] Unzipping Cypress 4% 29s [title changed]
[10:38:59] Unzipping Cypress 4% 30s [title changed]
[10:38:59] Unzipping Cypress 4% 31s [title changed]
[10:38:59] Unzipping Cypress 5% 25s [title changed]
[10:38:59] Unzipping Cypress 5% 26s [title changed]
[10:38:59] Unzipping Cypress 5% 27s [title changed]
[10:38:59] Unzipping Cypress 5% 28s [title changed]
[10:38:59] Unzipping Cypress 6% 23s [title changed]
[10:38:59] Unzipping Cypress 6% 24s [title changed]
[10:38:59] Unzipping Cypress 6% 25s [title changed]
[10:39:00] Unzipping Cypress 6% 26s [title changed]
[10:39:00] Unzipping Cypress 6% 27s [title changed]
[10:39:00] Unzipping Cypress 7% 23s [title changed]
[10:39:00] Unzipping Cypress 7% 24s [title changed]
[10:39:00] Unzipping Cypress 7% 25s [title changed]
[10:39:00] Unzipping Cypress 7% 26s [title changed]
[10:39:00] Unzipping Cypress 8% 22s [title changed]
[10:39:00] Unzipping Cypress 8% 23s [title changed]
[10:39:00] Unzipping Cypress 8% 24s [title changed]
[10:39:00] Unzipping Cypress 8% 25s [title changed]
[10:39:00] Unzipping Cypress 8% 26s [title changed]
[10:39:00] Unzipping Cypress 9% 23s [title changed]
[10:39:00] Unzipping Cypress 9% 24s [title changed]
[10:39:00] Unzipping Cypress 9% 25s [title changed]
[10:39:00] Unzipping Cypress 9% 26s [title changed]
[10:39:01] Unzipping Cypress 9% 27s [title changed]
[10:39:01] Unzipping Cypress 10% 24s [title changed]
[10:39:01] Unzipping Cypress 10% 25s [title changed]
[10:39:01] Unzipping Cypress 10% 26s [title changed]
[10:39:01] Unzipping Cypress 11% 23s [title changed]
[10:39:01] Unzipping Cypress 11% 24s [title changed]
[10:39:01] Unzipping Cypress 11% 25s [title changed]
[10:39:01] Unzipping Cypress 11% 26s [title changed]
[10:39:01] Unzipping Cypress 11% 27s [title changed]
[10:39:01] Unzipping Cypress 11% 28s [title changed]
[10:39:01] Unzipping Cypress 11% 29s [title changed]
[10:39:02] Unzipping Cypress 11% 30s [title changed]
[10:39:02] Unzipping Cypress 11% 31s [title changed]
[10:39:02] Unzipping Cypress 12% 28s [title changed]
[10:39:02] Unzipping Cypress 12% 29s [title changed]
[10:39:02] Unzipping Cypress 12% 30s [title changed]
[10:39:02] Unzipping Cypress 12% 31s [title changed]
[10:39:02] Unzipping Cypress 13% 29s [title changed]
[10:39:02] Unzipping Cypress 13% 30s [title changed]
[10:39:02] Unzipping Cypress 14% 28s [title changed]
[10:39:03] Unzipping Cypress 14% 29s [title changed]
[10:39:03] Unzipping Cypress 15% 27s [title changed]
[10:39:03] Unzipping Cypress 15% 28s [title changed]
[10:39:03] Unzipping Cypress 15% 29s [title changed]
[10:39:03] Unzipping Cypress 16% 26s [title changed]
[10:39:03] Unzipping Cypress 16% 27s [title changed]
[10:39:03] Unzipping Cypress 16% 28s [title changed]
[10:39:03] Unzipping Cypress 16% 29s [title changed]
[10:39:03] Unzipping Cypress 17% 27s [title changed]
[10:39:04] Unzipping Cypress 17% 28s [title changed]
[10:39:04] Unzipping Cypress 17% 29s [title changed]
[10:39:04] Unzipping Cypress 18% 27s [title changed]
[10:39:04] Unzipping Cypress 18% 28s [title changed]
[10:39:04] Unzipping Cypress 19% 26s [title changed]
[10:39:04] Unzipping Cypress 19% 27s [title changed]
[10:39:04] Unzipping Cypress 19% 28s [title changed]
[10:39:05] Unzipping Cypress 20% 26s [title changed]
[10:39:05] Unzipping Cypress 20% 27s [title changed]
[10:39:05] Unzipping Cypress 20% 28s [title changed]
[10:39:05] Unzipping Cypress 21% 26s [title changed]
[10:39:05] Unzipping Cypress 21% 27s [title changed]
[10:39:05] Unzipping Cypress 22% 26s [title changed]
[10:39:05] Unzipping Cypress 22% 27s [title changed]
[10:39:05] Unzipping Cypress 23% 25s [title changed]
[10:39:06] Unzipping Cypress 23% 26s [title changed]
[10:39:06] Unzipping Cypress 23% 27s [title changed]
[10:39:06] Unzipping Cypress 23% 28s [title changed]
[10:39:06] Unzipping Cypress 24% 27s [title changed]
[10:39:07] Unzipping Cypress 24% 28s [title changed]
[10:39:07] Unzipping Cypress 24% 29s [title changed]
[10:39:07] Unzipping Cypress 25% 28s [title changed]
[10:39:07] Unzipping Cypress 25% 29s [title changed]
[10:39:08] Unzipping Cypress 25% 30s [title changed]
[10:39:08] Unzipping Cypress 25% 31s [title changed]
[10:39:08] Unzipping Cypress 26% 29s [title changed]
[10:39:08] Unzipping Cypress 26% 30s [title changed]
[10:39:09] Unzipping Cypress 26% 32s [title changed]
[10:39:09] Unzipping Cypress 26% 33s [title changed]
[10:39:10] Unzipping Cypress 26% 34s [title changed]
[10:39:10] Unzipping Cypress 27% 32s [title changed]
[10:39:10] Unzipping Cypress 27% 33s [title changed]
[10:39:10] Unzipping Cypress 27% 34s [title changed]
[10:39:10] Unzipping Cypress 28% 32s [title changed]
[10:39:11] Unzipping Cypress 28% 33s [title changed]
[10:39:11] Unzipping Cypress 29% 31s [title changed]
[10:39:11] Unzipping Cypress 29% 32s [title changed]
[10:39:11] Unzipping Cypress 29% 33s [title changed]
[10:39:12] Unzipping Cypress 29% 34s [title changed]
[10:39:12] Unzipping Cypress 30% 32s [title changed]
[10:39:12] Unzipping Cypress 30% 33s [title changed]
[10:39:12] Unzipping Cypress 30% 34s [title changed]
[10:39:12] Unzipping Cypress 31% 32s [title changed]
[10:39:12] Unzipping Cypress 31% 33s [title changed]
[10:39:13] Unzipping Cypress 31% 34s [title changed]
[10:39:13] Unzipping Cypress 31% 35s [title changed]
[10:39:14] Unzipping Cypress 32% 33s [title changed]
[10:39:14] Unzipping Cypress 32% 34s [title changed]
[10:39:14] Unzipping Cypress 33% 33s [title changed]
[10:39:14] Unzipping Cypress 33% 34s [title changed]
[10:39:15] Unzipping Cypress 34% 32s [title changed]
[10:39:15] Unzipping Cypress 34% 33s [title changed]
[10:39:15] Unzipping Cypress 35% 32s [title changed]
[10:39:15] Unzipping Cypress 36% 31s [title changed]
[10:39:16] Unzipping Cypress 37% 30s [title changed]
[10:39:16] Unzipping Cypress 37% 31s [title changed]
[10:39:16] Unzipping Cypress 38% 29s [title changed]
[10:39:16] Unzipping Cypress 38% 30s [title changed]
[10:39:16] Unzipping Cypress 39% 29s [title changed]
[10:39:17] Unzipping Cypress 40% 28s [title changed]
[10:39:17] Unzipping Cypress 40% 29s [title changed]
[10:39:17] Unzipping Cypress 41% 28s [title changed]
[10:39:17] Unzipping Cypress 42% 27s [title changed]
[10:39:18] Unzipping Cypress 43% 26s [title changed]
[10:39:18] Unzipping Cypress 43% 27s [title changed]
[10:39:18] Unzipping Cypress 44% 26s [title changed]
[10:39:18] Unzipping Cypress 45% 25s [title changed]
[10:39:19] Unzipping Cypress 46% 24s [title changed]
[10:39:19] Unzipping Cypress 46% 25s [title changed]
[10:39:19] Unzipping Cypress 47% 24s [title changed]
[10:39:19] Unzipping Cypress 48% 23s [title changed]
[10:39:20] Unzipping Cypress 48% 24s [title changed]
[10:39:20] Unzipping Cypress 49% 23s [title changed]
[10:39:20] Unzipping Cypress 50% 22s [title changed]
[10:39:20] Unzipping Cypress 51% 21s [title changed]
[10:39:20] Unzipping Cypress 51% 22s [title changed]
[10:39:21] Unzipping Cypress 52% 21s [title changed]
[10:39:21] Unzipping Cypress 53% 21s [title changed]
[10:39:22] Unzipping Cypress 54% 20s [title changed]
[10:39:22] Unzipping Cypress 54% 21s [title changed]
[10:39:23] Unzipping Cypress 55% 20s [title changed]
[10:39:23] Unzipping Cypress 55% 21s [title changed]
[10:39:23] Unzipping Cypress 56% 20s [title changed]
[10:39:23] Unzipping Cypress 57% 19s [title changed]
[10:39:24] Unzipping Cypress 57% 20s [title changed]
[10:39:24] Unzipping Cypress 58% 19s [title changed]
[10:39:24] Unzipping Cypress 59% 18s [title changed]
[10:39:25] Unzipping Cypress 59% 19s [title changed]
[10:39:25] Unzipping Cypress 60% 18s [title changed]
[10:39:25] Unzipping Cypress 61% 17s [title changed]
[10:39:25] Unzipping Cypress 61% 18s [title changed]
[10:39:26] Unzipping Cypress 62% 17s [title changed]
[10:39:26] Unzipping Cypress 63% 16s [title changed]
[10:39:26] Unzipping Cypress 63% 17s [title changed]
[10:39:27] Unzipping Cypress 64% 16s [title changed]
[10:39:27] Unzipping Cypress 65% 16s [title changed]
[10:39:27] Unzipping Cypress 66% 15s [title changed]
[10:39:28] Unzipping Cypress 67% 15s [title changed]
[10:39:28] Unzipping Cypress 68% 14s [title changed]
[10:39:29] Unzipping Cypress 68% 15s [title changed]
[10:39:29] Unzipping Cypress 69% 14s [title changed]
[10:39:29] Unzipping Cypress 70% 13s [title changed]
[10:39:29] Unzipping Cypress 70% 14s [title changed]
[10:39:30] Unzipping Cypress 71% 13s [title changed]
[10:39:30] Unzipping Cypress 72% 13s [title changed]
[10:39:31] Unzipping Cypress 73% 12s [title changed]
[10:39:31] Unzipping Cypress 74% 12s [title changed]
[10:39:31] Unzipping Cypress 75% 11s [title changed]
[10:39:32] Unzipping Cypress 76% 11s [title changed]
[10:39:32] Unzipping Cypress 77% 10s [title changed]
[10:39:33] Unzipping Cypress 78% 10s [title changed]
[10:39:33] Unzipping Cypress 79% 9s [title changed]
[10:39:34] Unzipping Cypress 79% 10s [title changed]
[10:39:34] Unzipping Cypress 80% 9s [title changed]
[10:39:34] Unzipping Cypress 81% 9s [title changed]
[10:39:35] Unzipping Cypress 82% 8s [title changed]
[10:39:35] Unzipping Cypress 83% 8s [title changed]
[10:39:35] Unzipping Cypress 84% 7s [title changed]
[10:39:36] Unzipping Cypress 85% 7s [title changed]
[10:39:37] Unzipping Cypress 86% 6s [title changed]
[10:39:37] Unzipping Cypress 87% 6s [title changed]
[10:39:38] Unzipping Cypress 88% 5s [title changed]
[10:39:38] Unzipping Cypress 89% 5s [title changed]
[10:39:38] Unzipping Cypress 90% 5s [title changed]
[10:39:39] Unzipping Cypress 91% 4s [title changed]
[10:39:42] Unzipping Cypress 92% 4s [title changed]
[10:39:43] Unzipping Cypress 93% 3s [title changed]
[10:39:44] Unzipping Cypress 93% 4s [title changed]
[10:39:45] Unzipping Cypress 94% 3s [title changed]
[10:39:46] Unzipping Cypress 95% 3s [title changed]
[10:39:47] Unzipping Cypress 96% 2s [title changed]
[10:39:47] Unzipping Cypress 96% 2s [failed]
[10:39:47] → The Cypress App could not be unzipped.
Search for an existing issue or open a GitHub issue at
https://github.com/cypress-io/cypress/issues
----------
Error: EEXIST: file already exists, symlink '../../../esprima/bin/esvalidate.js' -> '/Users/alvincrespo/Library/Caches/Cypress/5.3.0/Cypress.app/Contents/Resources/app/packages/rewriter/node_modules/recast/node_modules/.bin/esvalidate'
----------
Platform: darwin (18.7.0)
Cypress Version: 5.3.0
The Cypress App could not be unzipped.
Search for an existing issue or open a GitHub issue at
https://github.com/cypress-io/cypress/issues
----------
Error: EEXIST: file already exists, symlink '../../../esprima/bin/esvalidate.js' -> '/Users/alvincrespo/Library/Caches/Cypress/5.3.0/Cypress.app/Contents/Resources/app/packages/rewriter/node_modules/recast/node_modules/.bin/esvalidate'
----------
Platform: darwin (18.7.0)
Cypress Version: 5.3.0
yarn install v1.19.1
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:85698) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:85698) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✔ Copy files
✔ Install dependencies
✔ Generate Prisma client
✖ Generate Nexus types
→ info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Git init
(node:85698) UnhandledPromiseRejectionWarning: Error: Command failed: yarn nexus build --no-bundle
warning Your yarn has version 1.19.1, which is outdated. Please update it to 1.19.2 or newer in order to use Prisma.
error Command failed with exit code 1.
yarn run v1.19.1
$ /Users/alvincrespo/Desktop/SignoffApp/node_modules/.bin/nexus build --no-bundle
{"event":"get used plugins","level":3,"path":["nexus","build"]}
{"event":"Running generators","level":3,"path":["nexus","plugin","nexusPluginPrisma"]}
{"event":"starting reflection","level":3,"path":["nexus","build"]}
{"event":"reflection failed","level":6,"path":["nexus"],"context":{"error":{}}}
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:85698) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
✨ Done in 249.59s.
➜ Desktop
//-------------------------------------------------------------------------------------------------------------------------
➜ Desktop node -v
v12.12.0
➜ Desktop npm -v
6.11.3
➜ Desktop yarn -v
1.22.10
//-------------------------------------------------------------------------------------------------------------------------
? Create a new GitHub repo and paste the url here: https://github.com/echobind/signoff-bison
? What is the local database name? SignoffApp_dev
? What is the local database username? postgres
? What is the local database password?
? What is the local database host? localhost
? What is the local database port? 5432
? What is the local test database name? SignoffApp_test
? Where will you deploy the app? Vercel (recommended)
✔ Copy files
✔ Copy files
✔ Install dependencies
✔ Generate Prisma client
✖ Generate Nexus types
→ info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Git init
(node:96448) UnhandledPromiseRejectionWarning: Error: Command failed: yarn nexus build --no-bundle
error Command failed with exit code 1.
yarn run v1.22.10
$ /Users/alvincrespo/Desktop/SignoffApp/node_modules/.bin/nexus build --no-bundle
{"event":"get used plugins","level":3,"path":["nexus","build"]}
{"event":"Running generators","level":3,"path":["nexus","plugin","nexusPluginPrisma"]}
{"event":"starting reflection","level":3,"path":["nexus","build"]}
{"event":"reflection failed","level":6,"path":["nexus"],"context":{"error":{}}}
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:96448) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:96448) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✔ Copy files
✔ Install dependencies
✔ Generate Prisma client
✖ Generate Nexus types
→ info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Git init
(node:96448) UnhandledPromiseRejectionWarning: Error: Command failed: yarn nexus build --no-bundle
error Command failed with exit code 1.
yarn run v1.22.10
$ /Users/alvincrespo/Desktop/SignoffApp/node_modules/.bin/nexus build --no-bundle
{"event":"get used plugins","level":3,"path":["nexus","build"]}
{"event":"Running generators","level":3,"path":["nexus","plugin","nexusPluginPrisma"]}
{"event":"starting reflection","level":3,"path":["nexus","build"]}
{"event":"reflection failed","level":6,"path":["nexus"],"context":{"error":{}}}
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
at makeError (/Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:174:9)
at /Users/alvincrespo/.config/yarn/global/node_modules/create-bison-app/node_modules/execa/index.js:278:16
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:96448) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
✨ Done in 143.06s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment