Skip to content
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

Install #317

Open
devblaze opened this issue Feb 18, 2017 · 5 comments
Open

Install #317

devblaze opened this issue Feb 18, 2017 · 5 comments

Comments

@devblaze
Copy link

I can't use npm install or any other command to install this is this still working?
What should I do?

@KitsuneDev
Copy link
Contributor

What's the error you're getting?

@devblaze
Copy link
Author

devblaze commented Feb 18, 2017

The window just closes when I run the install-windows.bat I also tried opening a cmd and execute the command from there (with admin rights) didn't worked

That's the whole npm-debug.txt:
http://pastebin.com/PGicfsFv

@KitsuneDev
Copy link
Contributor

KitsuneDev commented Feb 18, 2017 via email

@devblaze
Copy link
Author

here you are
http://pastebin.com/PGicfsFv

@jesussson
Copy link

I get basically the same error
C:\Users\cardi\Desktop\Pokemon Go Hack 2017\POGOserver-master>npm install && npm run start
npm WARN optional Skipping failed optional dependency /babel-cli/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1

POGOServer@0.4.9 start C:\Users\cardi\Desktop\Pokemon Go Hack 2017\POGOserver-master
nodemon --ignore tmp/ --ignore data/ --ignore logs/ --exec npm run babel-node -- ./src/index.js

[nodemon] 1.10.2
[nodemon] to restart at any time, enter rs
[nodemon] watching: .
[nodemon] starting npm run babel-node ./src/index.js

POGOServer@0.4.9 babel-node C:\Users\cardi\Desktop\Pokemon Go Hack 2017\POGOserver-master
babel-node --presets=es2015 "./src/index.js"

module.js:457
throw err;
^

Error: Cannot find module './modules/es6.symbol'
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\cardi\Desktop\Pokemon Go Hack 2017\POGOserver-master\node_modules\babel-cli\node_modules\babel-polyfill\node_modules\core-js\shim.js:1:63)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "run" "babel-node" "./src/index.js"
npm ERR! node v6.4.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! POGOServer@0.4.9 babel-node: babel-node --presets=es2015 "./src/index.js"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the POGOServer@0.4.9 babel-node script 'babel-node --presets=es2015 "./src/index.js"'.
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 POGOServer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! babel-node --presets=es2015 "./src/index.js"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs POGOServer
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls POGOServer
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\cardi\Desktop\Pokemon Go Hack 2017\POGOserver-master\npm-debug.log
[nodemon] app crashed - waiting for file changes before starting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants