You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
On clean master checkout afer bun run start and clicking single-trace button on fronted I get following error:
aws:autorouting/ (main✗) $ bun run start
$ nodemon --watch frontend --watch module --ext ts,tsx frontend --exec 'bun run build-and-serve'
[nodemon] 3.1.10
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): frontend/**/* module/**/*
[nodemon] watching extensions: ts,tsx
[nodemon] starting `bun run build-and-serve frontend`
$ bun run build && bun --hot module/cli.ts server start frontend
$ vite build && make-vfs --dir ./frontend-dist --content-format string --outfile ./dist/vfs.js
vite v5.4.19 building for production...
✓ 386 modules transformed.
../frontend-dist/index.html 0.42 kB │ gzip: 0.30 kB
../frontend-dist/assets/index.js 1,149.26 kB │ gzip: 327.52 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 2.50s
Starting dev server...
Server running on http://localhost:3080/
Error generating problem: Attempting to define property on object that is not extensible.
TypeError: Attempting to define property on object that is not extensible.
at render (/home/aws/git/autorouting/node_modules/@tscircuit/core/dist/index.js:8565:5)
at getCircuitJson (/home/aws/git/autorouting/node_modules/@tscircuit/core/dist/index.js:8591:45)
at renderCircuitToSoup (/home/aws/git/autorouting/module/lib/generator-utils/renderCircuitToSoup.ts:5:3)
at <anonymous> (/home/aws/git/autorouting/module/lib/generators/single-trace/index.tsx:13:13)
at <anonymous> (/home/aws/git/autorouting/module/lib/generators/single-trace/index.tsx:9:70)
at <anonymous> (/home/aws/git/autorouting/module/lib/generators/utils/with-check-regenerate.ts:29:22)
at <anonymous> (/home/aws/git/autorouting/module/lib/generators/utils/with-check-regenerate.ts:28:17)
at <anonymous> (/home/aws/git/autorouting/module/lib/server/server-entrypoint.ts:90:67)
at serverEntrypoint (/home/aws/git/autorouting/module/lib/server/server-entrypoint.ts:24:3)
at <anonymous> (/home/aws/git/autorouting/module/lib/server/start-dev-server.ts:23:43)
at emit (node:events:98:22)
at onNodeHTTPRequest (node:_http_server:633:24)
Error generating problem: Attempting to define property on object that is not extensible.
I'm not super familiar with js/ts ecosystem - this might just as well be problem on my side. Did not investigate further.
On clean master checkout afer
bun run startand clickingsingle-tracebutton on fronted I get following error:I'm not super familiar with js/ts ecosystem - this might just as well be problem on my side. Did not investigate further.
These are installed package versions: