Open hingnyap opened 4 months ago
Duplicate of #9932
Actually I believe this is a separate issue. Could you share the dependencies in your package.json
?
@dylan-conway thanks for looking into this here is the package.json
{
"name": "@acme/nextjs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm with-env next build",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "pnpm with-env next dev",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"start": "pnpm with-env next start",
"typecheck": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@acme/api": "*",
"@acme/auth": "*",
"@acme/db": "*",
"@acme/ui": "*",
"@acme/validators": "*",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.49.2",
"@trpc/client": "11.0.0-rc.441",
"@trpc/react-query": "11.0.0-rc.441",
"@trpc/server": "11.0.0-rc.441",
"geist": "^1.3.0",
"next": "^14.2.4",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"superjson": "2.2.1",
"zod": "catalog:"
},
"devDependencies": {
"@acme/eslint-config": "*",
"@acme/prettier-config": "*",
"@acme/tailwind-config": "*",
"@acme/tsconfig": "*",
"@types/node": "^20.14.9",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"dotenv-cli": "^7.4.2",
"eslint": "catalog:",
"jiti": "^1.21.6",
"prettier": "catalog:",
"tailwindcss": "^3.4.4",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config"
}
code created from npx create-turbo@latest -e https://github.com/t3-oss/create-t3-turbo -m bun
Thanks, this is most likely related to the catalog:
protocol
How can we reproduce the crash?
No response
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.18 (
5a0b935
) on windows x86_64 [InstallCommand]panic: Internal assertion failure
debug.zig:439
:panicExtra
bun.zig:3258
:assertionFailure
install.zig:5301
:enqueueDependencyWithMainAndSuccessFn
install.zig:5779
:processPeerDependencyList
event_loop.zig:1875
:tick
filter_run.zig:431
:install
string_immutable.zig:786
:eqlComptimeCheckLenU8
cli.zig:62
:start
main.zig:51
:main
int_log10.rs:146
:core::num::int_log10::panic_for_nonpositive_argument