ctix icon indicating copy to clipboard operation
ctix copied to clipboard

cant decipher errors

Open Samuel-Morgan-Tyghe opened this issue 5 months ago • 1 comments

Example


vegas-MacBook-Pro:front-client sam$ npx ctix build --mode create -p .ctirc --start-from ./packages/vega-api/src
✔ /Users/sam/Documents/GitHub/front-client/tsconfig.json loading complete!
✔ analysis export statements completed!
    file [                                        ] 0% | 0/1326
vegas-MacBook-Pro:front-client sam$ 

  at getExportedKind (node_modules/ctix/src/compilers/getExportedKind.ts:10:21)
  at node_modules/ctix/src/compilers/getExportStatement.ts:47:20
  at Array.map (<anonymous>)
  at getExportStatement (node_modules/ctix/src/compilers/getExportStatement.ts:44:6)
  at node_modules/ctix/src/modules/commands/creating.ts:117:29
  at async Promise.all (index 896)
  at creating (node_modules/ctix/src/modules/commands/creating.ts:112:5)
  at building (node_modules/ctix/src/modules/commands/building.ts:8:3)
  at buildCommandCode (node_modules/ctix/src/cli/commands/buildCommand.ts:12:3)
  at buildCommand (node_modules/ctix/src/cli/commands/buildCommand.ts:21:5)

    file [■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■] 100% | 1326/1326

Samuel-Morgan-Tyghe avatar Sep 12 '24 15:09 Samuel-Morgan-Tyghe