Closed nikes closed 8 years ago
We're under such heavy development things keep changing all the time (frowns at @AVVS).
Try npm run dev
.
i started this at windows
E:\Go\Enhanced-Backend-master>npm run dev
> pokemongo-enhanced@1.0.0 dev E:\Go\Enhanced-Backend-master
> DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js
"DEBUG" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\NodeJS\\node.exe" "C:\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
npm ERR! node v4.4.5
npm ERR! npm v2.15.5
npm ERR! code ELIFECYCLE
npm ERR! pokemongo-enhanced@1.0.0 dev: `DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pokemongo-enhanced@1.0.0 dev script 'DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js'.
npm ERR! This is most likely a problem with the pokemongo-enhanced package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs pokemongo-enhanced
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls pokemongo-enhanced
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! E:\Go\Enhanced-Backend-master\npm-debug.log
npm ERR! node v4.4.5
npm ERR! npm v2.15.5
Install the appropriate Node version as explained in the README please
E:\Go\Enhanced-Backend-master>npm run dev
> pokemongo-enhanced@1.0.0 dev E:\Go\Enhanced-Backend-master
> DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js
"DEBUG" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\NodeJS\\node.exe" "C:\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
npm ERR! node v6.3.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! pokemongo-enhanced@1.0.0 dev: `DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pokemongo-enhanced@1.0.0 dev script 'DEBUG=mitm:*,enhanced:* nodemon ./lib/server.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 pokemongo-enhanced package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! DEBUG=mitm:*,enhanced:* nodemon ./lib/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs pokemongo-enhanced
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls pokemongo-enhanced
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! E:\Go\Enhanced-Backend-master\npm-debug.log
...
fix it
in cmd
set DEBUG=mitm:*,enhanced:*
next
node
next
nodemon ./lib/server.js
and i see 3 dot it normal?
I have fixed the npm start
and npm run dev
commands to be cross-platform compatible via 1e9bc2e7391bc041ae26ec4da77a0c68b3d92b66 (indeed, they didn't work on windows)
@nikes - if you see any other issues, please re-open the issue.
All modules installed