#Very New User: Initial Installation issue
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type !close at any time to close this post.
Based on the error you likely have a spacing/indentation error. However, in your attachment, since it’s not complete, we cannot help much. Hence the need for the logs please
We highly recommend to use a decent editor software to manage PMM´s .yml files.
Standard text editors (such as Notepad and TextEdit) often save text in a rich-text format which can result in text formatted in a way that PMM cannot read. But not only that, they also make it very hard to visually distinguish the formatting, such as indentation.
PMM requires indents to always be multiples of 2 spaces, and not TAB stops. If you have one space too much, or too few, it is very hard to notice that with a editor like Notepad.
An editor that is more focused on editing code instead of text will automatically detect the .YML fileformat and adjust things to make it easier to work. They can also try to detect possible errors even before you actually run the .yml in PMM.
This can save a lot of time and headaches.
Visual Studio Code (Windows/Mac/Linux, Opensource & Free)
Website
**Notepad ** (Windows only, Opensource & Free)
Website
Sublime Text (Windows/Mac/Linux, Paid)
Website
For further details and a short list of highly recommended extensions, you can also take a look at our Reddit post.
The above is a good tip for the future as well. 😉
yeah great call, I suck at nano
I avoid vi at all costs.
Lmao