jpchip / giveaway-grabber

Automated Amazon Giveaways using Node & Puppeteer (until 10/17/19) 🎁
MIT License
74 stars 20 forks source link

SyntaxError: Unexpected token in JSON at position 332 #112

Closed kyfho23 closed 5 years ago

kyfho23 commented 5 years ago

When I run the gg command, I am getting SYNTAX ERRORS: Unexpected token

My index.js from C:\Users\Christopher Wetmore\AppData\Roaming\npm\node_modules\giveaway-grabber/index.js :

jpchip commented 5 years ago

My guess is you have invalid JSON in your .ggrc.json file. Open it up and copy it's contents into https://jsonlint.com/, which will help you figure out what's wrong.