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

I keep getting this error when installing POGO! #327

Open
justtryingthingsout opened this issue Aug 17, 2017 · 0 comments
Open

I keep getting this error when installing POGO! #327

justtryingthingsout opened this issue Aug 17, 2017 · 0 comments

Comments

@justtryingthingsout
Copy link

justtryingthingsout commented Aug 17, 2017

npm run boot

[email protected] boot /Users/***/Desktop/POGOserver
npm run babel-node -- ./src/index.js

[email protected] babel-node /Users/***/Desktop/POGOserver
babel-node --presets=es2015 "./src/index.js"

/Users/***/Desktop/POGOserver/node_modules/babel-core/lib/transformation/file/index.js:590
throw err;
^

SyntaxError: /Users/***/Desktop/POGOserver/cfg.js: Unexpected character '“' (56:21)
54 | // Used for asset download session
55 | DOWNLOAD_PROVIDER: "GOOGLE",

56 | DOWNLOAD_USERNAME: “”,
| ^
57 | DOWNLOAD_PASSWORD: “
”,
58 |
59 | // Google maps api key
at Parser.pp$5.raise (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:4454:13)
at Parser.getTokenFromCode (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:1147:10)
at Parser.readToken (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:776:19)
at Parser.nextToken (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:766:19)
at Parser.next (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:691:10)
at Parser.eat (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:698:12)
at Parser.pp$3.parseObjectProperty (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:4114:12)
at Parser.pp$3.parseObjPropValue (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:4140:84)
at Parser.pp$3.parseObj (/Users/
/Desktop/POGOserver/node_modules/babylon/lib/index.js:4048:10)
at Parser.pp$3.parseExprAtom (/Users/
*/Desktop/POGOserver/node_modules/babylon/lib/index.js:3719:19)

npm ERR! Darwin 16.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "babel-node" "--" "./src/index.js"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] babel-node: babel-node --presets=es2015 "./src/index.js"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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! /Users/***/Desktop/POGOserver/npm-debug.log

npm ERR! Darwin 16.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "boot"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] boot: npm run babel-node -- ./src/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] boot script 'npm run babel-node -- ./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! npm run babel-node -- ./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! /Users/***/Desktop/POGOserver/npm-debug.log

Log file:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'boot' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'preboot', 'boot', 'postboot' ]
5 info lifecycle [email protected]preboot: [email protected]
6 silly lifecycle [email protected]
preboot: no script for preboot, continuing
7 info lifecycle [email protected]boot: [email protected]
8 verbose lifecycle [email protected]
boot: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]boot: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/***/Desktop/POGOserver/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
10 verbose lifecycle [email protected]
boot: CWD: /Users//Desktop/POGOserver
11 silly lifecycle [email protected]boot: Args: [ '-c', 'npm run babel-node -- ./src/index.js' ]
12 silly lifecycle [email protected]
boot: Returned: code: 1 signal: null
13 info lifecycle [email protected]~boot: Failed to exec boot script
14 verbose stack Error: [email protected] boot: npm run babel-node -- ./src/index.js
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:891:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid [email protected]
16 verbose cwd /Users/
/Desktop/POGOserver
17 error Darwin 16.6.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "boot"
19 error node v6.11.2
20 error npm v3.10.10
21 error code ELIFECYCLE
22 error [email protected] boot: npm run babel-node -- ./src/index.js
22 error Exit status 1
23 error Failed at the [email protected] boot script 'npm run babel-node -- ./src/index.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the POGOServer package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error npm run babel-node -- ./src/index.js
23 error You can get information on how to open an issue for this project with:
23 error npm bugs POGOServer
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls POGOServer
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

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

1 participant