tscircuit icon indicating copy to clipboard operation
tscircuit copied to clipboard

Getting error when trying to import component

Open 0hmX opened this issue 4 weeks ago • 1 comments

$tsci import piuzera/RP2040_Zero 182696 | title: ${pkg.name}${pkg.description ? - ${pkg.description} : ""}, 182697 | value: { type: "registry", name: pkg.name }, 182698 | selected: idx === 0 182699 | }); 182700 | }); 182701 | jlcResults.forEach((comp, idx) => { ^ TypeError: undefined is not an object (evaluating 'jlcResults.forEach') at (/home/ohmx/.bun/install/global/node_modules/@tscircuit/cli/dist/main.js:182701:5)

Bun v1.3.3 (Linux x64)

0hmX avatar Nov 30 '25 04:11 0hmX