-
Notifications
You must be signed in to change notification settings - Fork 393
Please Run "Grunt Build" before starting the server Error #641
Comments
Grunt is some sort of other library or API. I didn't fully read this, but it's the exact same issue. |
run 'npm install' and that should run grunt build |
@srikad8 Do you have a tutorial or set of instructions somewhere that explains how to set that up? |
@crkellen The new official upstream repo is https://github.com/PokemonGoMap/PokemonGo-Map I should clarify I got this working on linux, I am not sure what files need to be replaced for windows and osx. In linux, I replaced the old map in resources/app/map with the newer map. If you feel lost following these instructions just wait wait for an official release, @mchristopher will probably release an updated version. |
Hey all thanks for the quick responses i was able to run the 'npm install' command! But now when i run the runserver.py command i tells me "It seems 'pgoapi' is not installed. You must run pip install -r requirements.txt again'. Which i have done and it ends with Successfully installed pgoapi -1.1.6 but then when i run the runserver.py command i get the same error message. Any ideas? |
@srikad8 npm install grunt is bringing up Please help! |
I was able to get it up and running!!!! turns out my last issue was because i had 64bit python installed not 32bit THANKS EVERYONE! |
Issue Solved- |
@blackhattristar what os are you using? |
@srikad8 I got it working on my DO Droplet. Not mac terminal though. All good! Thanks for the help! |
So is the problem that one has 64 bit python installed instead of 32? npm install grunt worked for me, but then typing "grunt build" doesn't do anything. am I supposed to type that in a particular directory? (windows) |
Had running PGM before API changed on my RaspberryPi : "Linux raspberrypi 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux" pip install --no-cache-dir -r requirements.txt ... completly OK
|
Hello All,
I think im pretty close to getting this running but when i try to execute the runserver.py command i get the error "Please run "grunt build" before starting the server.
Did i miss a step? How do i fix this?
Thanks!
The text was updated successfully, but these errors were encountered: