Fixing System.yaml#
If you're experiencing issues with, really, anything package-related, the main culprit is usually your system.yaml
file.
Follow these steps to diagnose your issue. Once you're done fixing your file, run sudo akshara update
.
-
Verify you have the required lines.
These three lines should be at the top of the file:
-
Verify you do not have the same block specified twice.
For example, this file has the same block (
repo:
) specified twice. -
Check indentation
YAML is very picky about indentation. Remember to indent all sub items by 2 spaces ( Do not use the Tab key.)
For example, this is indented wrong:
It should be:
If it's still not working, reach out to us on one of our chatrooms to get help.