Open svzi opened 2 weeks ago
I would also like to note that I have no "Bolt" terminal, like at bolt.new where I can see what he does.
Here is the official version:
And here how it looks like when I run this fork locally:
next also not working for me. I also see it is not available within bolt, even my powershell says it is there:
I'm getting a similar issue
It is stuck on the initial setup
Same when trying Nuxt project.
Same issue here!
Describe the bug
I'm using this simple prompt to create a NextJS app:
Then I get this response:
And there it stands for ever. Spinning on the first command. Looking an the JavaScript console shows the following:
So I assume that the command to create the NextJS app is still waiting for a user feedback (if he wants to use Turbopack yes or no). I could be handled without user interaction,
We could make the command non-interactive by adding the
--yes
or-y
parameter. Here's the complete command:Alternatively, we could also set all other parameters as defaults by prefixing them with
--no-
if you don't want them. For example:The most important parameters are:
--yes
or-y
: Skips all prompts and uses defaults--typescript
: TypeScript setup--tailwind
: TailwindCSS installation--eslint
: ESLint setup--app
: Uses the App Router (instead of Pages Router)--src-dir
: Creates a src/ directory--use-npm
: Uses npm instead of yarn--import-alias
: Sets the import alias (default is @/*)Link to the Bolt URL that caused the error
http://localhost:5173/chat/nextjs-shadcn-todo-app
Steps to reproduce
I installed the fork locally on my mac and run it with
pnpm run dev
.And then simply use the aforementioned prompt:
Expected behavior
It should create a NextJS app and doesn't wait for user interactions that I can't do.
Screen Recording / Screenshot
No response
Platform
Additional context
No response