# ! Rushabh | Linux Shill - After i remove the de... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1523700278409564280 Started: 2026-07-06T14:40:56.083000+00:00 Last activity: 2026-07-06T16:27:28.829000+00:00 ## ! Rushabh | Linux Shill — 2026-07-06T14:40:55.355000+00:00 After i remove the deps i got this output ```bash $ npm ls circuit-json-to-3d-png --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-bom-csv --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-gerber --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-gltf --all @tscircuit/fake-snippets@0.0.217 └─┬ tscircuit@0.0.1819 └── circuit-json-to-gltf@0.0.102 $ npm ls circuit-json-to-kicad --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-lbrn --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-pnp-csv --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-readable-netlist --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-spice --all @tscircuit/fake-snippets@0.0.217 ├─┬ @tscircuit/schematic-viewer@2.0.68 │ └── circuit-json-to-spice@0.0.6 └─┬ tscircuit@0.0.1819 └── circuit-json-to-spice@0.0.36 $ npm ls circuit-json-to-step --all @tscircuit/fake-snippets@0.0.217 └── (empty) $ npm ls circuit-json-to-tscircuit --all @tscircuit/fake-snippets@0.0.217 └── (empty) ``` ## ! Rushabh | Linux Shill — 2026-07-06T14:41:17.798000+00:00 <@778624824875941908> ## ! Rushabh | Linux Shill — 2026-07-06T14:41:40.997000+00:00 Most packages are absent because they are now loaded dynamically right? ## ! Rushabh | Linux Shill — 2026-07-06T14:42:12.899000+00:00 `npm ls` only reports locally installed packages; it cannot display packages fetched at runtime by `@tscircuit/internal-dynamic-import` ## ! Rushabh | Linux Shill — 2026-07-06T14:42:26.472000+00:00 <@809856037376491570> am i right? ## Rishabh — 2026-07-06T14:43:46.654000+00:00 Test it, check if you're able to download kicad files or other packages output ## ! Rushabh | Linux Shill — 2026-07-06T14:44:19.885000+00:00 yeah, did that already, it works ## Rishabh — 2026-07-06T14:44:57.863000+00:00 Okay, then good ## ! Rushabh | Linux Shill — 2026-07-06T14:45:59.681000+00:00 wait ## ! Rushabh | Linux Shill — 2026-07-06T14:46:24.717000+00:00 i think i need to check all format first ## ! Rushabh | Linux Shill — 2026-07-06T14:46:38.022000+00:00 somethins fishy ## Rishabh — 2026-07-06T14:46:50.407000+00:00 That's what I said, don't merge until you have tested all the package ## ! Rushabh | Linux Shill — 2026-07-06T14:46:58.228000+00:00 yeah ## ! Rushabh | Linux Shill — 2026-07-06T16:04:09.648000+00:00 all converters are working except 3d png, ## ! Rushabh | Linux Shill — 2026-07-06T16:04:18.358000+00:00 it was broken in this pr https://github.com/tscircuit/tscircuit.com/pull/3814 ## ! Rushabh | Linux Shill — 2026-07-06T16:04:51.243000+00:00 should i merge this change and fix it saperately ## ! Rushabh | Linux Shill — 2026-07-06T16:05:00.364000+00:00 <@809856037376491570> ## Rishabh — 2026-07-06T16:27:28.829000+00:00 No, fix it first before merge