-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please run "grunt build" before starting the server #8
Comments
type grunt in linux |
If you're on windows. Go to your main folder and open command prompt (shift right click anywhere in the folder) and select Open Command Prompt Here. then type without the quote "npm install" That should take care of it. |
I was just about to say the same. |
And if we don't have npm? |
NPM is required and part of Node.js. Should hopefully just have to install Node.js for your version of OS and then the NPM Install like stated above. |
Again, it would be helpful if this were in a README or in the wiki (which is blank). Where do I get Node.js from? |
Os? |
I installed Node.js and still nothing. I also tried. then i did |
Found it: https://nodejs.org/en/download/ |
ok that got me this. http://puu.sh/qsvUZ/102f39b540.png |
im sorry, im kinda new at this, what folder do i shift + right click in? and what is the exact command to install npm |
the main folder that contains the runserver.py |
Im going to retry this. https://www.youtube.com/watch?v=RJKAulPCkRI |
alright i got the grunt build command to work, but now when i run the whole thing with google maps api and such, i get "exception while downloading map" "search step 1 area download failed" |
How you get grunt build to work. Please share. |
okay, so first i downloaded the NPM thing from https://nodejs.org/en/download/. Next i did the npm install command, and it ran something and automatically ran grunt build with it. ALSO make sure you are running your cmd as admin |
Created pull request #10 to cover at least the Windows users on this thread. |
downloaded NPM. Went to runserver.py folder, typed npm install. Nothing. Went to nodejs folder, typed npm install...went through some stuff it all failed. "npm ERR! install Couldn't read dependcies" etc etc, all the way down. Turns out it wanted some json file in the main NPM folder, not the subfolder, so I just copied it. Did npm install again, it went through quite a bit, then gave me the following: 46953 error Windows_NT 6.1.7601 |
I'm stuck on running Grunt. If I just run the javascript is says If I run npm install, I get the above error. |
Can someone please help me with this grunt build stuff? I've tried installing the npm, etc, this whole thing seems like just a mess. Even when grunt build works, am I supposed to do it in the folder of this "grunt" thing, or in the folder of the runserver.py, and if its in the latter, do I need to type "grunt build runserver.py" or something? |
Had running PGM correctly before Niantic changed the API ... Want to upgrade ... "sudo pip install --no-cache-dir -r requirements.txt" ... completely OK! Raspbian "Linux raspberrypi 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux" $ sudo npm install -g grunt-cli npm ERR! Error: failed to fetch from registry: grunt-cli |
after running install etc and then I run the runserver.py, it errors out and tells me
[ MainThread][ runserver][CRITICAL] Please run "grunt build" before starting the server
I type grunt build and it says "no such file or directory: 'build' "
The text was updated successfully, but these errors were encountered: