Closed mmcc007 closed 1 month ago
with-inline-suggestions
is working!
Hey, sorry about this! I'll look into making this simpler
cd examples/<your example>
.env
file with your API keypnpm install
pnpm turbo build
(this builds the @assistant-ui/react and @assistant-ui/react-markdown styles, making the build succeed)pnpm run dev
@mmcc007, The project wasn't setup to use npm. workspace: *
isn't supported by npm, it is a more of pnpm thing.
Closing due to inactivity - let me know if you are still encountering issues
I'm a bit of a newby. So there may be an obvious fix for this.
It succeeds if I use
But it cannot find dependencies when running
or
The problem persists even if I explicitly install the dependencies, eg,
or
How do I fix this?
I'm getting this on many of the examples. Though I was able to get 'search-agent-for-ecommerce' to run.