backstopmedia / nest-book-example

69 stars 34 forks source link

docker-compose up command failing for nest-book-example_api_1 #29

Closed saudar82 closed 4 years ago

saudar82 commented 4 years ago

While running docker-compose up command, the nest-book-example_api_1 container is failing with the below error:

api_1 | npm ERR! path /app/package.json api_1 | npm ERR! code ENOENT api_1 | npm ERR! errno -2 api_1 | npm ERR! syscall open api_1 | npm ERR! enoent ENOENT: no such file or directory, open '/app/package.json' api_1 | npm ERR! enoent This is related to npm not being able to find a file. api_1 | npm ERR! enoent api_1 | api_1 | npm ERR! A complete log of this run can be found in: api_1 | npm ERR! /root/.npm/_logs/2019-10-01T17_44_52_053Z-debug.log nest-book-example_api_1 exited with code 254

adrien2p commented 4 years ago

Hey, thanks for your report,

Did you had a look on that issue https://github.com/backstopmedia/nest-book-example/issues/27 ?

saudar82 commented 4 years ago

Yes it worked, Thank you