You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When config_builder fails to load a file, a cryptic parsing error can occur. This happens most often with YAML files:
Vagrant failed to initialize at a very early stage:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.
Path: /Users/sharpie/Source/debug-utils/Vagrantfile
Line number: 0
Message: Psych::SyntaxError: (<unknown>): control characters are not allowed at line 1 column 1
We should throw a nicer error that includes a path to the malformed file.
The text was updated successfully, but these errors were encountered:
When config_builder fails to load a file, a cryptic parsing error can occur. This happens most often with YAML files:
We should throw a nicer error that includes a path to the malformed file.
The text was updated successfully, but these errors were encountered: