Skip to content

Github Graph Magician Wiki

Syed Faateh Sultan Kazmi edited this page Aug 31, 2020 · 1 revision

Some common errors and points regarding GitHub Graph Magician to remember are listed below. If you encounter any other issue, feel free to contact developer.


  • Error: node command not found

It means that your Node JS is not installed on your PC or If installed, it is not added to PATH environment variable. Click here to install Node JS. If you have installed, follow these instructions:

WINDOWS

Search environment variables from start menu, modify PATH variable and add "C:\Program Files\nodejs" at the end of the list and save.

LINUX

Google "Add nodejs to path in " :) because it depends on the distribution you are using.


  • Error: config.json no such file

It means that there is no config.json file or you have stored it to a wrong location or it may have a wrong filename (depending on your system). Please follow the correct steps. Generate the config.json, download it, copy it to your cloned repository directory where a folder name files and a file named SETUP.sh should already exist and make sure that file name is exactly config.json. Finally, run the SETUP file. If the problem still persists, contact developer.


REMEMBER

  • Never modify anything in the downloaded archive.
  • A config file of later version won't work with gh_graph_magician of older version and vice versa
  • You can contribute here 😀

Found a new issue/bug?

You're welcome to create issue 😀

Clone this wiki locally