Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error #68

Open
vinceonyt opened this issue Jul 3, 2023 · 0 comments
Open

syntax error #68

vinceonyt opened this issue Jul 3, 2023 · 0 comments

Comments

@vinceonyt
Copy link

how do i fix this error

[email protected] start
node index.js

node:internal/modules/cjs/loader:1327
throw err;
^

SyntaxError: C:\Users\vince\Desktop\scripty\shopify-monitor\config.json: Unexpected token { in JSON at position 745
at parse ()
at Module._extensions..json (node:internal/modules/cjs/loader:1324:39)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:110:18)
at Object. (C:\Users\vince\Desktop\scripty\shopify-monitor\index.js:2:17)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)

Node.js v18.16.1

Config file:
},
"requestTiming": 30000,
"__KEYWORDS_EXPLAINED" : "In this default example that I've created the monitor will notify you if find a Nike product in hanon or sensinko site, and it'll notify if find a New Balance or Adidas Yeezy product only in hanon site",
"sites": [
{
{ "url": "hanon-shop.com" },
{ "url": "sesinko.com" },
{ "url": "thenextdoor.fr" },
{ "url": "a-ma-maniere.com" },
{ "url": "kith.com" },
{ "url": "shoepalace.com" },
{ "url": "xhibition.com" },
{ "url": "extrabutterny.com" }
{ "url": "dtlr.com" }

]
}

],
"proxiesList": []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant