maierfelix / maierfelix/POGOserver

SO MANY ERRORS! Windows 8.1 x64

Open
#283 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
476
Forks
198
PR merge metrics
No merged PRs in 30d

Description

Hello
I'm started cmd.exe and writed cd POGOSERVER LOCATION and npm start boot
What happens? SEE THIS!

```
> POGOServer@0.6.1 boot C:\Users\SkyZabijakYT\Downloads\POGO\server
> npm run babel-node -- ./src/index.js

> POGOServer@0.6.1 babel-node C:\Users\SkyZabijakYT\Downloads\POGO\server
> babel-node --presets=es2015 "./src/index.js"

'babel-node' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "run" "babel-node" "--" "./src/index.js"
npm ERR! node v6.8.0
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! POGOServer@0.6.1 babel-node: `babel-node --presets=es2015 "./src/index.
js"`
npm ERR! Exit status 1
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 in
stall?

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\SkyZabijakYT\Downloads\POGO\server\npm-debug.log

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "run" "boot"
npm ERR! node v6.8.0
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 in
stall?

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\SkyZabijakYT\Downloads\POGO\server\npm-debug.log
```

WHY!!!!
PLEASE HELP ME!
XAMPP version: 3.2.2
NPM version: 3.10.8
Windows version: 8.1 PRO x64
Server version: 6.1
Node version: 6.8.0

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the server's package.json and the npm boot and babel-node scripts shown in the report; check how dependencies are expected to be installed and whether the babel-node command is available. Reproduce the Windows 8.1 setup, then confirm that npm start launches src/index.js without the reported command-not-found error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.