Advertisement
Guest User

Untitled

a guest
Jul 26th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. -----> Restoring cache
  2. Loading 5 from cacheDirectories (package.json):
  3. - node_modules
  4. - packages/server/node_modules (not cached - skipping)
  5. - packages/web/node_modules
  6. - packages/common/node_modules
  7. - packages/ui/node_modules
  8.  
  9. -----> Prebuild
  10. Running heroku-prebuild (yarn)
  11. yarn run v1.17.3
  12. $ node scripts/remove-workspaces.js
  13. -----> Pruning unused workspaces: [ 'packages/server' ]
  14. -----> Moved Procfile to root
  15. Done in 0.48s.
  16.  
  17. -----> Installing dependencies
  18. Installing node modules (yarn.lock)
  19. yarn install v1.17.3
  20. [1/4] Resolving packages...
  21. warning Lockfile has incorrect entry for "react@^16.8.1". Ignoring it.
  22. warning Lockfile has incorrect entry for "react-dom@^16.8.1". Ignoring it.
  23. warning Lockfile has incorrect entry for "react@^16.6.3". Ignoring it.
  24. warning Lockfile has incorrect entry for "react-dom@^16.6.3". Ignoring it.
  25. warning Lockfile has incorrect entry for "react@^16.7.0". Ignoring it.
  26. warning Lockfile has incorrect entry for "react-dom@^16.7.0". Ignoring it.
  27. [2/4] Fetching packages...
  28. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  29. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  30. info fsevents@1.2.7: The platform "linux" is incompatible with this module.
  31. info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
  32. [3/4] Linking dependencies...
  33. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/common > eslint-config-react-app@3.0.8" has incorrect peer dependency "babel-eslint@9.x".
  34. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/common > eslint-config-react-app@3.0.8" has incorrect peer dependency "eslint-plugin-flowtype@2.x".
  35. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/common > eslint-config-react-app@3.0.8" has unmet peer dependency "eslint-plugin-react@7.x".
  36. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/ui > babel-loader@8.0.5" has unmet peer dependency "webpack@>=2".
  37. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/ui > storybook-addon-styled-component-theme@1.1.1" has incorrect peer dependency "@storybook/addons@^3.4.8".
  38. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/ui > storybook-addon-styled-component-theme@1.1.1" has incorrect peer dependency "styled-components@^3.3.2".
  39. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > react-apollo@2.4.0" has unmet peer dependency "apollo-client@^2.4.12".
  40. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > @babel/plugin-transform-react-jsx@7.3.0" has unmet peer dependency "@babel/core@^7.0.0-0".
  41. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/ui > react-styleguidist > css-loader@1.0.1" has unmet peer dependency "webpack@^4.0.0".
  42. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/ui > react-styleguidist > terser-webpack-plugin@1.2.1" has unmet peer dependency "webpack@^4.0.0".
  43. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > @zeit/next-typescript > @babel/preset-typescript@7.1.0" has unmet peer dependency "@babel/core@^7.0.0-0".
  44. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > next-images > file-loader@3.0.1" has unmet peer dependency "webpack@^4.0.0".
  45. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > next-images > url-loader@1.1.2" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".
  46. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > @babel/plugin-transform-react-jsx > @babel/plugin-syntax-jsx@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
  47. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > @zeit/next-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
  48. warning "workspace-aggregator-6978f206-647f-4a44-85b4-54f92e34077b > @codeponder/web > @zeit/next-typescript > @babel/preset-typescript > @babel/plugin-transform-typescript > @babel/plugin-syntax-typescript@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
  49. [4/4] Building fresh packages...
  50. Done in 83.22s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement