Git Product home page Git Product logo

Comments (6)

njloki30 avatar njloki30 commented on June 30, 2024 1

Thank you! that seemed to do the trick!

from postman.

taylonr avatar taylonr commented on June 30, 2024

from postman.

njloki30 avatar njloki30 commented on June 30, 2024

Thank you for the quick reply, here is the whole window as well as contents from the npm-debug log
image

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files (x86)\nodejs\\node.exe',
1 verbose cli 'C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start:dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files (x86)\nodejs\node.exe
5 verbose run-script [ 'prestart:dev', 'start:dev', 'poststart:dev' ]
6 info prestart:dev [email protected]
7 info start:dev [email protected]
8 verbose unsafe-perm in lifecycle true
9 info [email protected] Failed to exec start:dev script
10 verbose stack Error: [email protected] start:dev: nodemon app.js --ignore db.json
10 verbose stack Exit status 1
10 verbose stack at EventEmitter. (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\lifecycle.js:213:16)
10 verbose stack at EventEmitter.emit (events.js:110:17)
10 verbose stack at ChildProcess. (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\spawn.js:14:12)
10 verbose stack at ChildProcess.emit (events.js:110:17)
10 verbose stack at maybeClose (child_process.js:1015:16)
10 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
11 verbose pkgid [email protected]
12 verbose cwd C:\postman-master
13 error Windows_NT 6.3.9600
14 error argv "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start:dev"
15 error node v0.12.2
16 error npm v2.7.4
17 error code ELIFECYCLE
18 error [email protected] start:dev: nodemon app.js --ignore db.json
18 error Exit status 1
19 error Failed at the [email protected] start:dev script 'nodemon app.js --ignore db.json'.
19 error This is most likely a problem with the postman package,
19 error not with npm itself.
19 error Tell the author that this fails on your system:
19 error nodemon app.js --ignore db.json
19 error You can get their info via:
19 error npm owner ls postman
19 error There is likely additional logging output above.
20 verbose exit [ 1, true ]

from postman.

taylonr avatar taylonr commented on June 30, 2024

I can see the error...not yet sure what the problem is. Can you find the node version?

At the command line run: node -v

And also find out the version of nodemon

At the command line run: npm list --depth=0 and scroll until you see nodemon

from postman.

njloki30 avatar njloki30 commented on June 30, 2024

Node version v0.12.2
Nodemon [email protected]

image

from postman.

taylonr avatar taylonr commented on June 30, 2024

Oh...you probably need to update your node version. Long term support is version 12.0 and cutting edge is 14.0. I'm running 13.8.0

from postman.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.