Appium installation – App Data folder is missing

Hi, I have trouble installing Appium. I was using this manual (https://docs.katalon.com/display/KD/Mobile+on+Windows), and while setting Appium directory in Katalon, I discovered that App Data folder is missing. Any solution to this?

It was hidden, thank you.

Have you installed appium via this command "npm install ``-g appium" yet?

If yes, please use this command to find appium folder: “npm root -g”.

If you discover by Windows Explorer, please make sure “Show hidden files” is enable.

Thanks.