Open Jeyari opened 3 days ago
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
http://localhost:5173/
This is issue that I am facing from the beginning of trying this tool
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)
No response
same problem
same problem. And it just burns tokens trying to fix itself, when it just hits the same problem again.
Describe the bug
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
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
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
jsh: command not found: next
Screen Recording / Screenshot
Platform
Additional context
No response