Better context for fab.config.json5 file parse error
See original GitHub issueThere are some errors in fab.config.json5 file which are unidentifiable , the config file looks about right but it still gives the errors.
This is the output I get after running npx fab deploy fab.zip
`ERROR: Problem with config file.
Could not parse file at ‘fab.config.json5’. Check that it is valid JSON5.
Error: Config file contains errors!`
If it provided better context as in line number , it would be very helpful to debug the issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Error while parsing config - JSON5: invalid end of input at 1:1 ...
I had the same problem and I find out that it's because I have an empty Json file it was for babel.config.json (or...
Read more >5.1.0-rc.0 does not start: Error parsing babel config file #6864
It appears to be parsing a JavaScript file with a JSON parser. ... Error parsing babel config file: JSON5: invalid character 'c' at...
Read more >Configuration - Frontend Application Bundles
This file is JSON5, a superset of JSON that's closer to normal JS syntax (i.e. it has comments and unquoted keys). A normal...
Read more >JSON5 – JSON for Humans | JSON5
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for...
Read more >D6.5 Collaborative Cloud Solution Platform
Added visualization of VTI files and url of web ... Sketchfab model representation . ... json-parse-better-errors@1.0.2 deduped.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This was fixed in #247 and released in RC7.
Thank you ! @evanderkoogh yes for sure ,context would be helpful. hoping to see that in the next update.