scottstamp / PokemonGo-Map

Reuploaded from AHAAAAAAA/PokemonGo-Map with latest fixes
GNU Affero General Public License v3.0
23 stars 23 forks source link

npm install error #38

Open ghost opened 7 years ago

ghost commented 7 years ago

Current Behavior

[carlos@fedora24 PokemonGo-Map] $ npm install

> pogomap@0.1.0 postinstall /home/carlos/Documentos/POKEMON/PokemonGo-Map
> grunt build

Loading "eslint.js" tasks...ERROR
>> Error: Cannot find module './config/config-ops'
Loading "babel.js" tasks...ERROR
>> Error: Cannot find module 'babel-runtime/helpers/typeof'

Running "clean:build" (clean) task
>> 0 paths cleaned.
Warning: Task "babel" not found. Use --force to continue.

Aborted due to warnings.

npm ERR! Linux 4.6.4-301.fc24.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v4.4.7
npm ERR! npm  v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! pogomap@0.1.0 postinstall: `grunt build`
npm ERR! Exit status 3
npm ERR! 
npm ERR! Failed at the pogomap@0.1.0 postinstall script 'grunt build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the pogomap package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     grunt build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs pogomap
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls pogomap
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/carlos/Documentos/POKEMON/PokemonGo-Map/npm-debug.log
[carlos@fedora24 PokemonGo-Map] $ sh run.sh 
2016-08-08 10:00:00,481 [      MainThread][     runserver][CRITICAL] Please run "grunt build" before starting the server
[carlos@fedora24 PokemonGo-Map] $ 

Steps to Reproduce (for bugs)

  1. git clone https://github.com/scottstamp/PokemonGo-Map
  2. sudo dnf install nodejs -y
  3. npm install

    Your Environment

npm = 3.10.5 nodejs fedora24

Azryyal commented 7 years ago

In Tools/Easy-Steup, run get-pip.py then in the main directory: pip install -r requirements pip install -r requirements --upgrade

Then npm install