Read the statement by Michael Teeuw here.
Config Error
-
-
@sdetweil Looking at above post, there’s looots of errors in the config.
@PHAGE-GOV we can’t lead you through all of these.
You need to understand how config.js needs to look. Only one comma set false or forgotten breaks the whole file and the mirror. -
@lavolp3 The alert part needs to look like this:
{ module: "alert", position: "right", welcome_message: "a string" },
-
@sdetweil okay so ive been combing through the code, and since i didnt know how to properly edit .json files, i had alot of cleanup to do, im still not done, but getting there. what is a trailing space though? i dont know what to remove
-
-
@PHAGE-GOV ignore the trailing space error. It’s stupid
-
@sdetweil indeed it is, i found it tho, and i fixed everything else too! thank you so much! and i learned so much from this also, i feel much more confident poking around and i defs learned much more about proper coding
-
@PHAGE-GOV and finding your way on the next error. After 3 years I still make them
-
@sdetweil yeah, but npm run config:check was such a life saver
-
one of the biggest tips I can give you is to throw out everything you know about capitalization…
Welcome_message
is different fromwelcome_message
Most of the time, with RARE exception, the initial letter is lowercase.
javacriptIsWeird