node-express-mongo-passport-jwt-typescript icon indicating copy to clipboard operation
node-express-mongo-passport-jwt-typescript copied to clipboard

Minor error is coming

Open maaixprt opened this issue 6 years ago • 1 comments

Images build successfully and up but a minor error is coming.

Here is error detail in logs:

npm info it worked if it ends with ok
api    | npm info using [email protected]
api    | npm info using [email protected]
api    | npm info lifecycle [email protected]~prewatch: [email protected]
api    | npm info lifecycle [email protected]~watch: [email protected]
api    | 
api    | > [email protected] watch /home/node/app
api    | > concurrently -k -p "[{name}]" -n "TypeScript,Node" -c "yellow.bold,cyan.bold,green.bold" "npm run watch-ts" "npm run watch-node"
api    | 
api    | sh: 1: concurrently: not found
api    | npm info lifecycle [email protected]~watch: Failed to exec watch script
api    | npm ERR! file sh
api    | npm ERR! code ELIFECYCLE
api    | npm ERR! errno ENOENT
api    | npm ERR! syscall spawn
api    | npm ERR! [email protected] watch: `concurrently -k -p "[{name}]" -n "TypeScript,Node" -c "yellow.bold,cyan.bold,green.bold" "npm run watch-ts" "npm run watch-node"`
api    | npm ERR! spawn ENOENT
api    | npm ERR! 
api    | npm ERR! Failed at the [email protected] watch script.
api    | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
api    | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
api    | npm timing npm Completed in 66ms
api    | 
api    | npm ERR! A complete log of this run can be found in:
api    | npm ERR!     /home/node/.npm/_logs/2019-11-22T07_16_00_209Z-debug.log
api exited with code 1

maaixprt avatar Nov 22 '19 07:11 maaixprt

I am facing the same issue...

flik avatar Nov 23 '19 03:11 flik