We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello i've recently began coding thanks to this guide although i've run into an error that i cant seem to fix which is the following:
In my config.js document the ":" are apparently unexpected tokens which i cant understand why my code looks like this:
{ "username":"", "password":"", "sharedSecret":"", "identitySecret":"" }
(information is entered when i try to run)
Thx for any help
The text was updated successfully, but these errors were encountered:
Change your file name to config.json
Sorry, something went wrong.
No branches or pull requests
Hello i've recently began coding thanks to this guide although i've run into an error that i cant seem to fix which is the following:
In my config.js document the ":" are apparently unexpected tokens which i cant understand why my code looks like this:
{
"username":"",
"password":"",
"sharedSecret":"",
"identitySecret":""
}
(information is entered when i try to run)
Thx for any help
The text was updated successfully, but these errors were encountered: