-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unterminated string in JSON at position #243
Comments
datamodel.json is not generating fully. not getting why this is happening |
@keonik can you please help me in this. When I am using disable true then it is working properly but ERD svg file is not generating. I want ERD file in clear visualization. |
What version of node are you running? throw a debug true on there and if you could share output that would be helpful as well. |
Thank you for this library. I am having the same issue. When enabling debuging, the debug folder is created, and inside it the data json. however the json terminates are line 33K sometimes 36K. I believe this is due to the schema being too large, ~5K lines. I tried on a secondary schema, ~900 lines, it works great. The problem is with large schemas only, i'm not sure what the cutoff is for max size. The error is the same as in the issue above, unterminated end of JSON, but that is because infact the json suddenly terminates. |
I've been working on this one all morning....I am going to try and throttle it here soon. It'-s a HUGE json file, but that shouldn't kill it. |
When I am running command
npx prisma generate
getting Unterminated string in JSON at position error but I can not see any error in my schema file.npx prisma format
is working properly without any error. Can anyone tell me what can be the reasonThe text was updated successfully, but these errors were encountered: