Hi, whenever I do a config check through npm, I get an error saying “Line 127 column 2: Parsing error: Unexpected token ;”. When I go to check where this line is, it is at the end of the config, which has this
height: "720" ,
width: "1200" ,
quality: "100" ,
displayResult: "true" ,
device: "null" ,
shootMessage: "Smile!" ,
displayCountdown: "true" ,
displayResult: "true" ,
resultDuration: "500 * 5" ,
}
}
],
};
Any help would be appreciated.