Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. yarn run v1.13.0
  2. $ yarn download:schema && yarn download:types && cross-env NODE_ENV=development node server.js
  3. $ node ./genschema.js
  4. $ rimraf ./node_modules/.cache/babel-loader '{features,core}/**/__generated__' && apollo codegen:generate -c ./apollo.config.js --useFlowExactObjects --useFlowReadOnlyTypes --mergeInFieldsFromFragmentSpreads --target=flow --includes '{features,core}/**/*.graphql'
  5. ยป Warning: apollo update available from 2.13.1 to 2.15.0.
  6. โˆš Loading Apollo Project
  7. ร— Generating query files with 'flow' target
  8. โ†’ ENOENT: no such file or directory, mkdir 'D:\works\mashrooms\d:\works\mashrooms\main-next\core\Subscription\graphql\queries\__generated__'
  9. (node:23488) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, mkdir 'D:\works\mashrooms\d:\works\mashrooms\main-next\core\Subscription\graphql\queries\__generated__'
  10. at Object.fs.mkdirSync (fs.js:885:18)
  11. at generatedFiles.forEach (D:\works\mashrooms\main-next\node_modules\apollo\lib\generate.js:53:34)
  12. at Array.forEach (<anonymous>)
  13. at Object.generate [as default] (D:\works\mashrooms\main-next\node_modules\apollo\lib\generate.js:50:28)
  14. at write (D:\works\mashrooms\main-next\node_modules\apollo\lib\commands\client\codegen.js:67:54)
  15. at GraphQLClientProject.project.onDiagnostics [as _onDiagnostics] (D:\works\mashrooms\main-next\node_modules\apollo\lib\commands\client\codegen.js:84:29)
  16. at GraphQLClientProject.validate (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\client.js:140:18)
  17. at GraphQLClientProject.validateIfNeeded (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\base.js:135:14)
  18. at Timeout.setTimeout [as _onTimeout] (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\base.js:127:22)
  19. at ontimeout (timers.js:482:11)
  20. (node:23488) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function
  21. without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
  22. (node:23488) [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.
  23. Error: ENOENT: no such file or directory, mkdir 'D:/works/mashrooms/d:/works/mashrooms/main-next/core/Subscription/graphql/queries/__generated__' at generatedFiles.forEach (D:/works/mashrooms/main-next/node_modules/apollo/lib/generate.js:53:34)
  24. at Array.forEach (<anonymous>)
  25. at Object.generate [as default] (D:/works/mashrooms/main-next/node_modules/apollo/lib/generate.js:50:28)
  26. at write (D:/works/mashrooms/main-next/node_modules/apollo/lib/commands/client/codegen.js:67:54)
  27. at Task.task (D:/works/mashrooms/main-next/node_modules/apollo/lib/commands/client/codegen.js:86:46)
  28. at <anonymous>
  29. error Command failed with exit code 2.
  30. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  31. error Command failed with exit code 1.
  32. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement