Wednesday 8 November 2017

Help me with error in npm?

Everytime I try to run 'express' I get this error:/usr/lib/nodejs/express-generator/bin/express:62 program.confirm('destination is not empty, continue? ', function(ok){ ^ TypeError: program.confirm is not a function at /usr/lib/nodejs/express-generator/bin/express:62:15 at /usr/lib/nodejs/express-generator/bin/express:220:5 at FSReqWrap.oncomplete (fs.js:123:15) Using Ubuntu 17.10

Submitted November 08, 2017 at 11:09PM by gabrieldi95

1 comment:

  1. /usr/lib/nodejs/express-generator/bin/express:62
    program.confirm('destination is not empty, continue? ', function(ok){
    ^
    TypeError: program.confirm is not a function
    at /usr/lib/nodejs/express-generator/bin/express:62:15
    at /usr/lib/nodejs/express-generator/bin/express:220:5
    at FSReqWrap.oncomplete (fs.js:123:15)

    ReplyDelete