POGOserver icon indicating copy to clipboard operation
POGOserver copied to clipboard

Full Server

Open ghost opened this issue 8 years ago • 9 comments

Could provide, the full download?

(With node_modules). (I have problems starting the install-windows.bat)

ghost avatar Oct 06 '16 19:10 ghost

here my node_modules Full Pack :D http://www.mediafire.com/file/67k47kzyzszksom/node_modules.zip

Meik1712 avatar Oct 06 '16 21:10 Meik1712

I find it strange that they didn't add in a necessary folder into the project. They didn't even tell us how to get the folder. For future reference, can I ask where you found the node_modules folder?

Rendaman13 avatar Oct 06 '16 21:10 Rendaman13

Just run:

npm install

Also, IT IS NOT A GOOD PRACTICE TO DISTRIBUTE THE NODE_MODULES FOLDER

Em 6 de out de 2016, às 18:59, Rendaman13 [email protected] escreveu:

I find it strange that they didn't add in a necessary folder into the project. They didn't even tell us how to get the folder. For future reference, can I ask where you found the node_modules folder?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

KitsuneDev avatar Oct 06 '16 22:10 KitsuneDev

node_modules is fine to share with each other, but I don't support full setup server-packs, so as long people only share node_modules. I'm fine with it.

But as @GabrielTK says. You just need to run "npm install" and you will download the necessary folder yourself, so it's not because we don't include necessary files/folder.

It's just how it works

Cronick avatar Oct 07 '16 11:10 Cronick

@cronick is correct on the npm install. ive setup the server over a dozen times on different vms. all files will be created if the wiki is followed.

ghost avatar Oct 07 '16 12:10 ghost

OK, I got it.

However, how to test? The Nox and the BlueStacks, no longer work, the pokemon go blocked root access.

Is there any other emulator to test?

ghost avatar Oct 08 '16 20:10 ghost

need to use pokemon go .35 and install xposed via wiki. it works

ghost avatar Oct 08 '16 23:10 ghost

need to use pokemon go .35 and install xposed via wiki. it works. nox is the only one i can get working. bluestacks has issues

ghost avatar Oct 08 '16 23:10 ghost

Or use the pogo with certificate pinning disabled and fiddler as proxy to redirect to your custom ep

vankxr avatar Oct 09 '16 00:10 vankxr