maierfelix / maierfelix/POGOserver
Incompatible with nodejs 6.9.1 and npm 3.10.8
- Dominant language
- JavaScript
- Stars
- 476
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
```
root@7b5ac9800d0d:/POGOserver# npm run boot
> POGOServer@0.6.1 boot /POGOserver
> npm run babel-node -- ./src/index.js
> POGOServer@0.6.1 babel-node /POGOserver
> babel-node --presets=es2015 "./src/index.js"
sh: 1: babel-node: not found
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "babel-node" "--" "./src/index.js"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! POGOServer@0.6.1 babel-node: `babel-node --presets=es2015 "./src/index.js"`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the POGOServer@0.6.1 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 WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! Please include the following file with any support request:
npm ERR! /POGOserver/npm-debug.log
npm ERR! Linux 3.19.0-25-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "boot"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! POGOServer@0.6.1 boot: `npm run babel-node -- ./src/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the POGOServer@0.6.1 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 WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! Please include the following file with any support request:
npm ERR! /POGOserver/npm-debug.log
root@7b5ac9800d0d:/POGOserver#
```
No npm-debug.log file was created. Installed right from the included Dockerfile and as instructed in the README.
npm Version: 3.10.8
NodeJS Version: 6.9.1
Node version 6.5.0 with npm 3.10.3 works.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the Dockerfile and README installation instructions first, then run the documented npm run boot command against Node.js 6.9.1 and npm 3.10.8. Compare the setup with the reported working Node.js 6.5.0 environment and verify that the server starts from src/index.js without the babel-node error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100