coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
4.3k stars 1.76k forks source link

I am always facing same issue #375

Open Jeyari opened 3 days ago

Jeyari commented 3 days ago

Describe the bug

Capture

whenever trying to run npm install or run dev I got this issue

❯ npm install && npx prisma init --datasource-provider sqlite npm ERR! Unterminated string in JSON at position 1521791 (line 1 column 1521792)

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-11-22T13_51_14_028Z-debug-0.log

~/project 7m 12s ❯

~/project ❯ npm run dev

e-commerce@1.0.0 dev next dev

jsh: command not found: next

Link to the Bolt URL that caused the error

http://localhost:5173/

Steps to reproduce

This is issue that I am facing from the beginning of trying this tool

❯ npm install && npx prisma init --datasource-provider sqlite npm ERR! Unterminated string in JSON at position 1521791 (line 1 column 1521792)

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-11-22T13_51_14_028Z-debug-0.log

~/project 7m 12s ❯

~/project ❯ npm run dev

e-commerce@1.0.0 dev next dev

jsh: command not found: next

Expected behavior

When I run npm install it says there is an error . and says

❯ npm install npm ERR! Unterminated string in JSON at position 1521791 (line 1 column 1521792)

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-11-22T13_51_14_028Z-debug-0.log

~/project 7m 12s ❯

~/project ❯ npm run dev

e-commerce@1.0.0 dev next dev

jsh: command not found: next

Screen Recording / Screenshot

Capture

Platform

Additional context

No response

remisco commented 2 days ago

same problem

RJClarke commented 3 hours ago

same problem. And it just burns tokens trying to fix itself, when it just hits the same problem again.