Why can I not create scratch org?
I have an issue when invoke this line in terminal
sfdx force:org:create edition=Developer -a MyScratchOrg -s -v devHub
or this one
sfdx force:org:create -f config/enterprise-scratch-def.json -a MyScratchOrg .
The answer is
ERROR running force:org:create: Parse error in file unknown on line 1.
What does it mean? And how can I resove it?
I have faced the same issue, was unable to create scratch org, if you check your SFDX-Cli installation folder at: /Users/yourName/.sf/sf.json /Users/yourName/.sfdx/sfdx-config.json one of those json files are corrupted, in my case it had an extra curly brace "}" in the end of file. If you open it on VSCode you will easily find it.