Guest User

yarn build log

a guest
Jul 2nd, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 19.47 KB | Fixit | 0 0
  1. ❯ yarn build
  2. yarn run v1.22.19
  3. $ yakumo build
  4. node_modules/schemastery-vue/src/icons/index.ts:1:27 - error TS2307: Cannot find module './arrow-down.vue' or its corresponding type declarations.
  5.  
  6. 1 import IconArrowDown from './arrow-down.vue'
  7.                             ~~~~~~~~~~~~~~~~~~
  8.  
  9. node_modules/schemastery-vue/src/icons/index.ts:2:25 - error TS2307: Cannot find module './arrow-up.vue' or its corresponding type declarations.
  10.  
  11. 2 import IconArrowUp from './arrow-up.vue'
  12.                           ~~~~~~~~~~~~~~~~
  13.  
  14. node_modules/schemastery-vue/src/icons/index.ts:3:23 - error TS2307: Cannot find module './close.vue' or its corresponding type declarations.
  15.  
  16. 3 import IconClose from './close.vue'
  17.                         ~~~~~~~~~~~~~
  18.  
  19. node_modules/schemastery-vue/src/icons/index.ts:4:26 - error TS2307: Cannot find module './ellipsis.vue' or its corresponding type declarations.
  20.  
  21. 4 import IconEllipsis from './ellipsis.vue'
  22.                            ~~~~~~~~~~~~~~~~
  23.  
  24. node_modules/schemastery-vue/src/icons/index.ts:5:26 - error TS2307: Cannot find module './external.vue' or its corresponding type declarations.
  25.  
  26. 5 import IconExternal from './external.vue'
  27.                            ~~~~~~~~~~~~~~~~
  28.  
  29. node_modules/schemastery-vue/src/icons/index.ts:6:26 - error TS2307: Cannot find module './eye-slash.vue' or its corresponding type declarations.
  30.  
  31. 6 import IconEyeSlash from './eye-slash.vue'
  32.                            ~~~~~~~~~~~~~~~~~
  33.  
  34. node_modules/schemastery-vue/src/icons/index.ts:7:21 - error TS2307: Cannot find module './eye.vue' or its corresponding type declarations.
  35.  
  36. 7 import IconEye from './eye.vue'
  37.                       ~~~~~~~~~~~
  38.  
  39. node_modules/schemastery-vue/src/index.ts:3:24 - error TS2307: Cannot find module './base.vue' or its corresponding type declarations.
  40.  
  41. 3 import SchemaBase from './base.vue'
  42.                          ~~~~~~~~~~~~
  43.  
  44. node_modules/schemastery-vue/src/index.ts:4:23 - error TS2307: Cannot find module './primitive.vue' or its corresponding type declarations.
  45.  
  46. 4 import Primitive from './primitive.vue'
  47.                         ~~~~~~~~~~~~~~~~~
  48.  
  49. node_modules/schemastery-vue/src/index.ts:5:26 - error TS2307: Cannot find module './extensions/bitset.vue' or its corresponding type declarations.
  50.  
  51. 5 import SchemaBitset from './extensions/bitset.vue'
  52.                            ~~~~~~~~~~~~~~~~~~~~~~~~~
  53.  
  54. node_modules/schemastery-vue/src/index.ts:6:25 - error TS2307: Cannot find module './extensions/group.vue' or its corresponding type declarations.
  55.  
  56. 6 import SchemaGroup from './extensions/group.vue'
  57.                           ~~~~~~~~~~~~~~~~~~~~~~~~
  58.  
  59. node_modules/schemastery-vue/src/index.ts:7:29 - error TS2307: Cannot find module './extensions/intersect.vue' or its corresponding type declarations.
  60.  
  61. 7 import SchemaIntersect from './extensions/intersect.vue'
  62.                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63.  
  64. node_modules/schemastery-vue/src/index.ts:8:26 - error TS2307: Cannot find module './extensions/object.vue' or its corresponding type declarations.
  65.  
  66. 8 import SchemaObject from './extensions/object.vue'
  67.                            ~~~~~~~~~~~~~~~~~~~~~~~~~
  68.  
  69. node_modules/schemastery-vue/src/index.ts:9:25 - error TS2307: Cannot find module './extensions/radio.vue' or its corresponding type declarations.
  70.  
  71. 9 import SchemaRadio from './extensions/radio.vue'
  72.                           ~~~~~~~~~~~~~~~~~~~~~~~~
  73.  
  74. node_modules/schemastery-vue/src/index.ts:10:25 - error TS2307: Cannot find module './extensions/table.vue' or its corresponding type declarations.
  75.  
  76. 10 import SchemaTable from './extensions/table.vue'
  77.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  78.  
  79. node_modules/schemastery-vue/src/index.ts:11:28 - error TS2307: Cannot find module './extensions/textarea.vue' or its corresponding type declarations.
  80.  
  81. 11 import SchemaTextarea from './extensions/textarea.vue'
  82.                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  83.  
  84. node_modules/schemastery-vue/src/index.ts:12:25 - error TS2307: Cannot find module './extensions/tuple.vue' or its corresponding type declarations.
  85.  
  86. 12 import SchemaTuple from './extensions/tuple.vue'
  87.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  88.  
  89. node_modules/schemastery-vue/src/index.ts:13:25 - error TS2307: Cannot find module './extensions/union.vue' or its corresponding type declarations.
  90.  
  91. 13 import SchemaUnion from './extensions/union.vue'
  92.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  93.  
  94. node_modules/schemastery-vue/src/index.ts:14:21 - error TS2307: Cannot find module './schema.vue' or its corresponding type declarations.
  95.  
  96. 14 import KSchema from './schema.vue'
  97.                        ~~~~~~~~~~~~~~
  98.  
  99. node_modules/schemastery-vue/src/index.ts:15:19 - error TS2307: Cannot find module './form.vue' or its corresponding type declarations.
  100.  
  101. 15 import KForm from './form.vue'
  102.                      ~~~~~~~~~~~~
  103.  
  104. node_modules/@koishijs/components/client/form/index.ts:3:22 - error TS2307: Cannot find module './computed.vue' or its corresponding type declarations.
  105.  
  106. 3 import Computed from './computed.vue'
  107.                        ~~~~~~~~~~~~~~~~
  108.  
  109. node_modules/@koishijs/components/client/form/index.ts:4:20 - error TS2307: Cannot find module './k-filter.vue' or its corresponding type declarations.
  110.  
  111. 4 import Filter from './k-filter.vue'
  112.                      ~~~~~~~~~~~~~~~~
  113.  
  114. node_modules/@koishijs/components/client/virtual/index.ts:2:25 - error TS2307: Cannot find module './list.vue' or its corresponding type declarations.
  115.  
  116. 2 import VirtualList from './list.vue'
  117.                           ~~~~~~~~~~~~
  118.  
  119. node_modules/@koishijs/components/client/chat/index.ts:1:23 - error TS2307: Cannot find module './input.vue' or its corresponding type declarations.
  120.  
  121. 1 import ChatInput from './input.vue'
  122.                         ~~~~~~~~~~~~~
  123.  
  124. node_modules/@koishijs/components/client/chat/index.ts:2:28 - error TS2307: Cannot find module './content.vue' or its corresponding type declarations.
  125.  
  126. 2 import MessageContent from './content.vue'
  127.                              ~~~~~~~~~~~~~~~
  128.  
  129. node_modules/@koishijs/components/client/index.ts:4:21 - error TS2307: Cannot find module './k-comment.vue' or its corresponding type declarations.
  130.  
  131. 4 import Comment from './k-comment.vue'
  132.                       ~~~~~~~~~~~~~~~~~
  133.  
  134. node_modules/@koishijs/client/client/components/common/index.ts:2:19 - error TS2307: Cannot find module './k-badge.vue' or its corresponding type declarations.
  135.  
  136. 2 import Badge from './k-badge.vue'
  137.                     ~~~~~~~~~~~~~~~
  138.  
  139. node_modules/@koishijs/client/client/components/common/index.ts:3:20 - error TS2307: Cannot find module './k-button.vue' or its corresponding type declarations.
  140.  
  141. 3 import Button from './k-button.vue'
  142.                      ~~~~~~~~~~~~~~~~
  143.  
  144. node_modules/@koishijs/client/client/components/common/index.ts:4:18 - error TS2307: Cannot find module './k-hint.vue' or its corresponding type declarations.
  145.  
  146. 4 import Hint from './k-hint.vue'
  147.                    ~~~~~~~~~~~~~~
  148.  
  149. node_modules/@koishijs/client/client/components/common/index.ts:5:17 - error TS2307: Cannot find module './k-tab.vue' or its corresponding type declarations.
  150.  
  151. 5 import Tab from './k-tab.vue'
  152.                   ~~~~~~~~~~~~~
  153.  
  154. node_modules/@koishijs/client/client/components/icons/index.ts:3:21 - error TS2307: Cannot find module './activity/default.vue' or its corresponding type declarations.
  155.  
  156. 3 import Default from './activity/default.vue'
  157.                       ~~~~~~~~~~~~~~~~~~~~~~~~
  158.  
  159. node_modules/@koishijs/client/client/components/icons/index.ts:4:22 - error TS2307: Cannot find module './activity/ellipsis.vue' or its corresponding type declarations.
  160.  
  161. 4 import Ellipsis from './activity/ellipsis.vue'
  162.                        ~~~~~~~~~~~~~~~~~~~~~~~~~
  163.  
  164. node_modules/@koishijs/client/client/components/icons/index.ts:5:18 - error TS2307: Cannot find module './activity/home.vue' or its corresponding type declarations.
  165.  
  166. 5 import Home from './activity/home.vue'
  167.                    ~~~~~~~~~~~~~~~~~~~~~
  168.  
  169. node_modules/@koishijs/client/client/components/icons/index.ts:6:18 - error TS2307: Cannot find module './activity/moon.vue' or its corresponding type declarations.
  170.  
  171. 6 import Moon from './activity/moon.vue'
  172.                    ~~~~~~~~~~~~~~~~~~~~~
  173.  
  174. node_modules/@koishijs/client/client/components/icons/index.ts:7:22 - error TS2307: Cannot find module './activity/settings.vue' or its corresponding type declarations.
  175.  
  176. 7 import Settings from './activity/settings.vue'
  177.                        ~~~~~~~~~~~~~~~~~~~~~~~~~
  178.  
  179. node_modules/@koishijs/client/client/components/icons/index.ts:8:17 - error TS2307: Cannot find module './activity/sun.vue' or its corresponding type declarations.
  180.  
  181. 8 import Sun from './activity/sun.vue'
  182.                   ~~~~~~~~~~~~~~~~~~~~
  183.  
  184. node_modules/@koishijs/client/client/components/icons/index.ts:9:21 - error TS2307: Cannot find module './svg/box-open.vue' or its corresponding type declarations.
  185.  
  186. 9 import BoxOpen from './svg/box-open.vue'
  187.                       ~~~~~~~~~~~~~~~~~~~~
  188.  
  189. node_modules/@koishijs/client/client/components/icons/index.ts:10:23 - error TS2307: Cannot find module './svg/check-full.vue' or its corresponding type declarations.
  190.  
  191. 10 import CheckFull from './svg/check-full.vue'
  192.                          ~~~~~~~~~~~~~~~~~~~~~~
  193.  
  194. node_modules/@koishijs/client/client/components/icons/index.ts:11:25 - error TS2307: Cannot find module './svg/chevron-down.vue' or its corresponding type declarations.
  195.  
  196. 11 import ChevronDown from './svg/chevron-down.vue'
  197.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  198.  
  199. node_modules/@koishijs/client/client/components/icons/index.ts:12:25 - error TS2307: Cannot find module './svg/chevron-left.vue' or its corresponding type declarations.
  200.  
  201. 12 import ChevronLeft from './svg/chevron-left.vue'
  202.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  203.  
  204. node_modules/@koishijs/client/client/components/icons/index.ts:13:26 - error TS2307: Cannot find module './svg/chevron-right.vue' or its corresponding type declarations.
  205.  
  206. 13 import ChevronRight from './svg/chevron-right.vue'
  207.                             ~~~~~~~~~~~~~~~~~~~~~~~~~
  208.  
  209. node_modules/@koishijs/client/client/components/icons/index.ts:14:23 - error TS2307: Cannot find module './svg/chevron-up.vue' or its corresponding type declarations.
  210.  
  211. 14 import ChevronUp from './svg/chevron-up.vue'
  212.                          ~~~~~~~~~~~~~~~~~~~~~~
  213.  
  214. node_modules/@koishijs/client/client/components/icons/index.ts:15:27 - error TS2307: Cannot find module './svg/clipboard-list.vue' or its corresponding type declarations.
  215.  
  216. 15 import ClipboardList from './svg/clipboard-list.vue'
  217.                              ~~~~~~~~~~~~~~~~~~~~~~~~~~
  218.  
  219. node_modules/@koishijs/client/client/components/icons/index.ts:16:20 - error TS2307: Cannot find module './svg/delete.vue' or its corresponding type declarations.
  220.  
  221. 16 import Delete from './svg/delete.vue'
  222.                       ~~~~~~~~~~~~~~~~~~
  223.  
  224. node_modules/@koishijs/client/client/components/icons/index.ts:17:18 - error TS2307: Cannot find module './svg/edit.vue' or its corresponding type declarations.
  225.  
  226. 17 import Edit from './svg/edit.vue'
  227.                     ~~~~~~~~~~~~~~~~
  228.  
  229. node_modules/@koishijs/client/client/components/icons/index.ts:18:29 - error TS2307: Cannot find module './svg/exclamation-full.vue' or its corresponding type declarations.
  230.  
  231. 18 import ExclamationFull from './svg/exclamation-full.vue'
  232.                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  233.  
  234. node_modules/@koishijs/client/client/components/icons/index.ts:19:20 - error TS2307: Cannot find module './svg/expand.vue' or its corresponding type declarations.
  235.  
  236. 19 import Expand from './svg/expand.vue'
  237.                       ~~~~~~~~~~~~~~~~~~
  238.  
  239. node_modules/@koishijs/client/client/components/icons/index.ts:20:25 - error TS2307: Cannot find module './svg/file-archive.vue' or its corresponding type declarations.
  240.  
  241. 20 import FileArchive from './svg/file-archive.vue'
  242.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  243.  
  244. node_modules/@koishijs/client/client/components/icons/index.ts:21:20 - error TS2307: Cannot find module './svg/filter.vue' or its corresponding type declarations.
  245.  
  246. 21 import Filter from './svg/filter.vue'
  247.                       ~~~~~~~~~~~~~~~~~~
  248.  
  249. node_modules/@koishijs/client/client/components/icons/index.ts:22:20 - error TS2307: Cannot find module './svg/github.vue' or its corresponding type declarations.
  250.  
  251. 22 import GitHub from './svg/github.vue'
  252.                       ~~~~~~~~~~~~~~~~~~
  253.  
  254. node_modules/@koishijs/client/client/components/icons/index.ts:23:20 - error TS2307: Cannot find module './svg/gitlab.vue' or its corresponding type declarations.
  255.  
  256. 23 import GitLab from './svg/gitlab.vue'
  257.                       ~~~~~~~~~~~~~~~~~~
  258.  
  259. node_modules/@koishijs/client/client/components/icons/index.ts:24:22 - error TS2307: Cannot find module './svg/info-full.vue' or its corresponding type declarations.
  260.  
  261. 24 import InfoFull from './svg/info-full.vue'
  262.                         ~~~~~~~~~~~~~~~~~~~~~
  263.  
  264. node_modules/@koishijs/client/client/components/icons/index.ts:25:20 - error TS2307: Cannot find module './svg/koishi.vue' or its corresponding type declarations.
  265.  
  266. 25 import Koishi from './svg/koishi.vue'
  267.                       ~~~~~~~~~~~~~~~~~~
  268.  
  269. node_modules/@koishijs/client/client/components/icons/index.ts:26:18 - error TS2307: Cannot find module './svg/link.vue' or its corresponding type declarations.
  270.  
  271. 26 import Link from './svg/link.vue'
  272.                     ~~~~~~~~~~~~~~~~
  273.  
  274. node_modules/@koishijs/client/client/components/icons/index.ts:27:24 - error TS2307: Cannot find module './svg/paper-plane.vue' or its corresponding type declarations.
  275.  
  276. 27 import PaperPlane from './svg/paper-plane.vue'
  277.                           ~~~~~~~~~~~~~~~~~~~~~~~
  278.  
  279. node_modules/@koishijs/client/client/components/icons/index.ts:28:27 - error TS2307: Cannot find module './svg/question-empty.vue' or its corresponding type declarations.
  280.  
  281. 28 import QuestionEmpty from './svg/question-empty.vue'
  282.                              ~~~~~~~~~~~~~~~~~~~~~~~~~~
  283.  
  284. node_modules/@koishijs/client/client/components/icons/index.ts:29:18 - error TS2307: Cannot find module './svg/redo.vue' or its corresponding type declarations.
  285.  
  286. 29 import Redo from './svg/redo.vue'
  287.                     ~~~~~~~~~~~~~~~~
  288.  
  289. node_modules/@koishijs/client/client/components/icons/index.ts:30:20 - error TS2307: Cannot find module './svg/search.vue' or its corresponding type declarations.
  290.  
  291. 30 import Search from './svg/search.vue'
  292.                       ~~~~~~~~~~~~~~~~~~
  293.  
  294. node_modules/@koishijs/client/client/components/icons/index.ts:31:25 - error TS2307: Cannot find module './svg/search-minus.vue' or its corresponding type declarations.
  295.  
  296. 31 import SearchMinus from './svg/search-minus.vue'
  297.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  298.  
  299. node_modules/@koishijs/client/client/components/icons/index.ts:32:24 - error TS2307: Cannot find module './svg/search-plus.vue' or its corresponding type declarations.
  300.  
  301. 32 import SearchPlus from './svg/search-plus.vue'
  302.                           ~~~~~~~~~~~~~~~~~~~~~~~
  303.  
  304. node_modules/@koishijs/client/client/components/icons/index.ts:33:23 - error TS2307: Cannot find module './svg/star-empty.vue' or its corresponding type declarations.
  305.  
  306. 33 import StarEmpty from './svg/star-empty.vue'
  307.                          ~~~~~~~~~~~~~~~~~~~~~~
  308.  
  309. node_modules/@koishijs/client/client/components/icons/index.ts:34:22 - error TS2307: Cannot find module './svg/star-full.vue' or its corresponding type declarations.
  310.  
  311. 34 import StarFull from './svg/star-full.vue'
  312.                         ~~~~~~~~~~~~~~~~~~~~~
  313.  
  314. node_modules/@koishijs/client/client/components/icons/index.ts:35:19 - error TS2307: Cannot find module './svg/start.vue' or its corresponding type declarations.
  315.  
  316. 35 import Start from './svg/start.vue'
  317.                      ~~~~~~~~~~~~~~~~~
  318.  
  319. node_modules/@koishijs/client/client/components/icons/index.ts:36:17 - error TS2307: Cannot find module './svg/tag.vue' or its corresponding type declarations.
  320.  
  321. 36 import Tag from './svg/tag.vue'
  322.                    ~~~~~~~~~~~~~~~
  323.  
  324. node_modules/@koishijs/client/client/components/icons/index.ts:37:23 - error TS2307: Cannot find module './svg/times-full.vue' or its corresponding type declarations.
  325.  
  326. 37 import TimesFull from './svg/times-full.vue'
  327.                          ~~~~~~~~~~~~~~~~~~~~~~
  328.  
  329. node_modules/@koishijs/client/client/components/icons/index.ts:38:19 - error TS2307: Cannot find module './svg/tools.vue' or its corresponding type declarations.
  330.  
  331. 38 import Tools from './svg/tools.vue'
  332.                      ~~~~~~~~~~~~~~~~~
  333.  
  334. node_modules/@koishijs/client/client/components/icons/index.ts:39:18 - error TS2307: Cannot find module './svg/undo.vue' or its corresponding type declarations.
  335.  
  336. 39 import Undo from './svg/undo.vue'
  337.                     ~~~~~~~~~~~~~~~~
  338.  
  339. node_modules/@koishijs/client/client/components/icons/index.ts:40:18 - error TS2307: Cannot find module './svg/user.vue' or its corresponding type declarations.
  340.  
  341. 40 import User from './svg/user.vue'
  342.                     ~~~~~~~~~~~~~~~~
  343.  
  344. node_modules/@koishijs/client/client/components/layout/index.ts:2:25 - error TS2307: Cannot find module './card-numeric.vue' or its corresponding type declarations.
  345.  
  346. 2 import CardNumeric from './card-numeric.vue'
  347.                           ~~~~~~~~~~~~~~~~~~~~
  348.  
  349. node_modules/@koishijs/client/client/components/layout/index.ts:3:18 - error TS2307: Cannot find module './card.vue' or its corresponding type declarations.
  350.  
  351. 3 import Card from './card.vue'
  352.                    ~~~~~~~~~~~~
  353.  
  354. node_modules/@koishijs/client/client/components/layout/index.ts:4:21 - error TS2307: Cannot find module './content.vue' or its corresponding type declarations.
  355.  
  356. 4 import Content from './content.vue'
  357.                       ~~~~~~~~~~~~~~~
  358.  
  359. node_modules/@koishijs/client/client/components/layout/index.ts:5:19 - error TS2307: Cannot find module './empty.vue' or its corresponding type declarations.
  360.  
  361. 5 import Empty from './empty.vue'
  362.                     ~~~~~~~~~~~~~
  363.  
  364. node_modules/@koishijs/client/client/components/layout/index.ts:6:22 - error TS2307: Cannot find module './tab-group.vue' or its corresponding type declarations.
  365.  
  366. 6 import TabGroup from './tab-group.vue'
  367.                        ~~~~~~~~~~~~~~~~~
  368.  
  369. node_modules/@koishijs/client/client/components/layout/index.ts:7:21 - error TS2307: Cannot find module './tab-item.vue' or its corresponding type declarations.
  370.  
  371. 7 import TabItem from './tab-item.vue'
  372.                       ~~~~~~~~~~~~~~~~
  373.  
  374. node_modules/@koishijs/client/client/components/layout/index.ts:9:15 - error TS2306: File '/home/cyan/WebstormProjects/koishi-bp/node_modules/@koishijs/client/client/components/layout/utils.ts' is not a module.
  375.  
  376. 9 export * from './utils'
  377.                 ~~~~~~~~~
  378.  
  379. node_modules/@koishijs/client/client/components/index.ts:7:21 - error TS2307: Cannot find module './dynamic.vue' or its corresponding type declarations.
  380.  
  381. 7 import Dynamic from './dynamic.vue'
  382.                       ~~~~~~~~~~~~~~~
  383.  
  384. node_modules/@koishijs/client/client/components/index.ts:8:23 - error TS2307: Cannot find module './chat/image.vue' or its corresponding type declarations.
  385.  
  386. 8 import ChatImage from './chat/image.vue'
  387.                         ~~~~~~~~~~~~~~~~~~
  388.  
  389. node_modules/@koishijs/client/client/index.ts:4:21 - error TS2307: Cannot find module './components/chat/overlay.vue' or its corresponding type declarations.
  390.  
  391. 4 import Overlay from './components/chat/overlay.vue'
  392.                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  393.  
  394.  
  395. Found 78 errors.
  396.  
  397. error Command failed with exit code 1.
  398. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment