-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bolt.new unable to get past 'npm install && npm start' setups #176
Comments
Hi! Thanks for reporting this issue! We're tracking this issue internally and will let you know when we have a resolution. |
@kirjavascript any updates on this? |
We've been trying to improve on this in the background but due to the nature of the problem it's quite difficult to diagnose. Could you try again from a fresh project, and let us know the prompts you used to get there? |
@kirjavascript I have tried multiple projects; it mostly only happens when I ask for a portfolio site. It gets stuck right about when it tries to install idealtree builddeps. I think a good solution is to use https://bun.sh/ instead of npm, as it's abhorrently slow. |
@kirjavascript any updates? |
I have the same issue. The error says that it's using "https" for some request but only "http" is allowed. |
Same issue here; nothing I make gets past npm install and npm run dev. It tells me: And for npm run dev, I get:
|
Describe the bug
There seems to be issues with Bolt.new setting up dependencies of any kind. They offer "fixes" which essentially loop into various recursion loops of the same problem to "fix" without actually fixing anything.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-nwbhho
Steps to reproduce
Expected behavior
It should install the dependencies instead of going down an infinite loop.
Screen Recording / Screenshot
No response
Platform
Windows 10
Firefox 131.0
Additional context
No response
The text was updated successfully, but these errors were encountered: