Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. $ yarn download:types
  2. yarn run v1.13.0
  3. $ rimraf ./node_modules/.cache/babel-loader '{features,core}/**/__generated__' && apollo codegen:generate -c ./apollo.config.js --useFlowExactObject
  4. s --useFlowReadOnlyTypes --mergeInFieldsFromFragmentSpreads --target=flow
  5. » Warning: apollo update available from 2.13.1 to 2.15.0.
  6. - Loading Apollo Project
  7. Generating query files
  8. TCL: generate -> rootPath D:\works\mashrooms\main-next
  9. TCL: generate -> sourcePath file:///d%3A/works/mashrooms/main-next/features/public/property/graphql/queries/account.graphql
  10. TCL: generate -> path_1.default.posix.relative(rootPath, toPath(sourcePath)) ../d:\works\mashrooms\main-next\features\public\property\graphql\queries
  11. \account.graphql
  12. √ Loading Apollo Project
  13. × Generating query files with 'flow' target
  14. → ENOENT: no such file or directory, mkdir 'D:\works\mashrooms\d:\works\mashrooms\main-next\features\public\property\graphql\queries\__generated
  15. _…
  16. TCL: generate -> rootPath D:\works\mashrooms\main-next
  17. TCL: generate -> sourcePath file:///d%3A/works/mashrooms/main-next/features/public/property/graphql/queries/account.graphql
  18. TCL: generate -> path_1.default.posix.relative(rootPath, toPath(sourcePath)) ../d:\works\mashrooms\main-next\features\public\property\graphql\queries
  19. \account.graphql
  20. TCL: generate -> dir ..\d:\works\mashrooms\main-next\features\public\property\graphql\queries\__generated__
  21. TCL: generate -> toPath(sourcePath) d:\works\mashrooms\main-next\features\public\property\graphql\queries\account.graphql
  22. (node:25488) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, mkdir 'D:\works\mashrooms\d:\works\mashrooms\main-next\featu
  23. res\public\property\graphql\queries\__generated__'
  24. at Object.fs.mkdirSync (fs.js:885:18)
  25. at generatedFiles.forEach (D:\works\mashrooms\main-next\node_modules\apollo\lib\generate.js:58:34)
  26. at Array.forEach (<anonymous>)
  27. at Object.generate [as default] (D:\works\mashrooms\main-next\node_modules\apollo\lib\generate.js:50:28)
  28. at write (D:\works\mashrooms\main-next\node_modules\apollo\lib\commands\client\codegen.js:67:54)
  29. at GraphQLClientProject.project.onDiagnostics [as _onDiagnostics] (D:\works\mashrooms\main-next\node_modules\apollo\lib\commands\client\codegen.j
  30. s:84:29)
  31. at GraphQLClientProject.validate (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\client.js:140:18)
  32. at GraphQLClientProject.validateIfNeeded (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\base.js:135:14)
  33. at Timeout.setTimeout [as _onTimeout] (D:\works\mashrooms\main-next\node_modules\apollo-language-server\lib\project\base.js:127:22)
  34. at ontimeout (timers.js:482:11)
  35. (node:25488) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function with
  36. out a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
  37. (node:25488) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will t
  38. erminate the Node.js process with a non-zero exit code.
  39. Error: ENOENT: no such file or directory, mkdir 'D:/works/mashrooms/d:/works/mashrooms/main-next/features/public/property/graphql/queries/__generated
  40. __'
  41. at generatedFiles.forEach (D:/works/mashrooms/main-next/node_modules/apollo/lib/generate.js:58:34)
  42. at Array.forEach (<anonymous>)
  43. at Object.generate [as default] (D:/works/mashrooms/main-next/node_modules/apollo/lib/generate.js:50:28)
  44. at write (D:/works/mashrooms/main-next/node_modules/apollo/lib/commands/client/codegen.js:67:54)
  45. at Task.task (D:/works/mashrooms/main-next/node_modules/apollo/lib/commands/client/codegen.js:86:46)
  46. at <anonymous>
  47. error Command failed with exit code 2.
  48. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement