Skip to content

Instantly share code, notes, and snippets.

@feuGeneA
Last active August 24, 2018 19:50
Show Gist options
  • Save feuGeneA/96a7a71fb13dcd6c6fef1a3dbf63404c to your computer and use it in GitHub Desktop.
Save feuGeneA/96a7a71fb13dcd6c6fef1a3dbf63404c to your computer and use it in GitHub Desktop.
gene@precision5510:~/tmp$ git clone https://github.com/0xProject/0x-monorepo.git
Cloning into '0x-monorepo'...
remote: Counting objects: 85504, done.
remote: Total 85504 (delta 0), reused 0 (delta 0), pack-reused 85503
Receiving objects: 100% (85504/85504), 54.77 MiB | 277.00 KiB/s, done.
Resolving deltas: 100% (64501/64501), done.
gene@precision5510:~/tmp$ cd 0x-monorepo/
gene@precision5510:~/tmp/0x-monorepo$ yarn
yarn install v1.9.4
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "ganache-cli > webpack-cli@2.1.3" has unmet peer dependency "webpack@^4.0.0".
warning "workspace-aggregator-6219a5b0-0de7-4de1-aa88-d68586c355ac > 0x.js > awesome-typescript-loader@3.5.0" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-6219a5b0-0de7-4de1-aa88-d68586c355ac > @0xproject/react-docs > material-ui@0.17.4" has unmet peer dependency "react-tap-event-plugin@^2.0.1".
error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/home/gene/tmp/0x-monorepo/packages/types/node_modules'".
info If you think this is a bug, please open a bug report with the information provided in "/home/gene/tmp/0x-monorepo/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
gene@precision5510:~/tmp/0x-monorepo$ yarn
yarn install v1.9.4
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "ganache-cli > webpack-cli@2.1.3" has unmet peer dependency "webpack@^4.0.0".
warning "workspace-aggregator-95d62869-e7ac-4834-bcf4-845644cd3a72 > 0x.js > awesome-typescript-loader@3.5.0" has incorrect peer dependency "typescript@^2".
warning "workspace-aggregator-95d62869-e7ac-4834-bcf4-845644cd3a72 > @0xproject/react-docs > material-ui@0.17.4" has unmet peer dependency "react-tap-event-plugin@^2.0.1".
[5/5] Building fresh packages...
Done in 25.73s.
gene@precision5510:~/tmp/0x-monorepo$ yarn --version
1.9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment