I’m trying to do stuff but i get an error. This is the full error:
Error: Cannot find module ‘/app/pokemon-showdown’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:610:15)
at Function.Module._load (internal/modules/cjs/loader.js:526:27)
at Function.Module.runMain (internal/modules/cjs/loader.js:826:10)
at internal/main/run_main_module.js:17:11
Oh i think the issue i’m having is that the thing isnt finding the pokemon-showdown file with the info on the script inside package.json
It says it doesnt find it in “app/pokemon-showdown” so i guess i have to make it find the thing on the actual folder which is “app/data/pokemon-adventures-server/” but i dont know how to do that