-
Notifications
You must be signed in to change notification settings - Fork 112
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
Could not Parse Prime Config Issue #224
Comments
Most likely invalid JSON in your prime config. Extra comma or something? |
Where I could find this config? |
If you don't have this file (.primerc) |
|
I believe there's code which parses package.json and it could be the same reason. If you run it through an online json validator it'll tell you what's wrong |
I have checked using validator. it's valid. But it contains the following lines only |
Hello, I'm also getting this issue, however, I seem to have tracked it down to the fact that the uiDir in the config JSON doesn't have escaped backslashes.... However, I haven't dug deep enough into the code to figure out how to fix/change this yet! |
Could not parse prime config SyntaxError: Unexpected token U in JSON at position 251
at JSON.parse ()
at Module.1101 (settings.ts:15)
at f ((index):1)
at Object.532 (Toolbar.module.css:2)
at f ((index):1)
at a ((index):1)
at Array.e [as push] ((index):1)
at main.529cbcdc.chunk.js:1
What could be the reason? How to solve this?
The text was updated successfully, but these errors were encountered: