-
Notifications
You must be signed in to change notification settings - Fork 117
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
How to modify config file while adding our token #229
Comments
It looks like you added a closing square bracket "]" somewhere in the config file where it shouldn't be, resulting in a JSON parsing error. The command
I wasn't able to find out how exactly this works, but I feel like it just takes in the current JSON config and replaces some values. You should try to locate the config file and replace it with the proper one that you find in this repository :) |
I've got a very simular issue here, made a f-up in my config, can't find the config and can't use config-reset because the config file is incorrect. Where in windows would we find the used config? I already removed and re installed the module, same for my nodejs install (completely reinstalled) |
Hi I was wondering how can I modify the config file because I've been struggling for hours when I did a mistake inside the file.
There's an error but I don't know in which folder it is and the conf file in the root folder of the project is still unchanged.
Any recommendations ?
The text was updated successfully, but these errors were encountered: