WARNING Issues occurred when constructing package graph #10251
-
SummaryWARNING Issues occurred when constructing package graph. Turbo will function, but some features may not be available: - x Could not resolve workspaces.
- `-> Lockfile not found at C:\Users\fbi\Documents\nameproject\bun.lock Additional informationpackage.json {
"name": "nameproject",
"version": "0.0.0",
"private": true,
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel"
},
"devDependencies": {
"turbo": "^2.4.4"
},
"packageManager": "bun@1.1.42",
"engines": {
"node": ">=20.0.0",
"bun": ">=1.0.0"
}
} tsconfig.base.json {
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"allowJs": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true
}
} turbo.json {
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
} ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Mar 29, 2025
Replies: 1 comment
-
Can you create an Issue with a reproduction? Thank you. https://github.com/vercel/turborepo/issues/new?template=0-turborepo-bug-report.yml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you create an Issue with a reproduction? Thank you.
https://github.com/vercel/turborepo/issues/new?template=0-turborepo-bug-report.yml