forked from phinolex/Tap-Tap-Adventure
-
Notifications
You must be signed in to change notification settings - Fork 38
4. Troubleshooting
Games For Girls edited this page Oct 29, 2020
·
1 revision
-
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.
-
Make sure your MySQL server is running.
-
Make sure the username/password you have for your MySQL configuration has privileges to create and modify tables in your database.
-
Make sure you have entered a valid host address and a public port number for both the client and server configuration files.
-
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.
Maintained by Design1Online.com, LLC