Skip to content
Games For Girls edited this page Oct 29, 2020 · 1 revision
  1. Make sure you have set the correct configuration values in the src/client/config.json and src/server/config.json files. These are typically the reasons you cannot run WTF Adventure.

  2. Make sure your MySQL server is running.

  3. Make sure the username/password you have for your MySQL configuration has privileges to create and modify tables in your database.

  4. Make sure you have entered a valid host address and a public port number for both the client and server configuration files.

  5. Make sure all your NPM packages are up to date. Try doing a rm -rf node_modules && npm install in the command line to drop your old node module folders and install fresh ones.

Clone this wiki locally