-
### Link to the code that reproduces this issue
https://github.com/vercel/turbo/tree/main/examples/with-prisma
### To Reproduce
I am suing standard starter for turbobuild with prisma
1. Add the…
-
Updated issue
**Bun supports `"workspaces"` in package.json**, `"workspace:*` (protocol) in dependencies, and many more features related to workspaces. See the [docs page on workspaces](https://bun…
-
I followed your steps regarding how to run the project, but i keep getting this error
![image](https://github.com/user-attachments/assets/0b5e7099-c1c2-45a4-b9c5-ca56c7689335)
-
### What is the improvement or update you wish to see?
The example package `examples/with-svelte` currently does not deploy out of the box to Vercel. The issue that shows up is:
`Error: No Output …
-
It's stuck when creating a new project when deploying.
```shell
web:deploy: ▲ Route (app) Size First Load JS
web:deploy: ▲ ┌ ƒ / …
-
### Verify canary release
- [X] I verified that the issue exists in the latest Turborepo canary release.
### Link to code that reproduces this issue
n/a
### What package manager are you using / do…
-
Are we want to implement injecting scripts like in #494 also for latest version, cause now we will have it only for legacy.
I think this could be good idea.
-
I am setting up the UI as packages in the turborepo. However, I keep getting the following error:
```shell
@app/web:build: ../../packages/ui-shadcn/src/components/react-hook-form/form.tsx
@app/w…
-
### Describe the bug
In a fresh install of sveltekit with demo app and typescript, LSP works fine out of the box except for imports from the $ aliases in .svelte files.
These throw a diagnostic …
-
I try to import `import { ChatOpenAI } from "langchain/chat_models";`
But got an error:
`Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './chat_models' is not defined by "exports" `