Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running docker-compose up on Windows #1

Open
bnortman opened this issue Mar 15, 2018 · 0 comments
Open

Error running docker-compose up on Windows #1

bnortman opened this issue Mar 15, 2018 · 0 comments

Comments

@bnortman
Copy link

$ docker-compose up
Recreating goreacttodo_client_1 ...
Recreating goreacttodo_client_1 ... done
Attaching to goreacttodo_server_1, goreacttodo_client_1
server_1 | [gin] Listening on port 3000
server_1 | [gin] Building...
client_1 | npm info it worked if it ends with ok
client_1 | npm info using [email protected]
client_1 | npm info using [email protected]
client_1 | npm ERR! Linux 4.4.119-boot2docker
client_1 | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
client_1 | npm ERR! node v6.5.0
client_1 | npm ERR! npm v3.10.3
client_1 | npm ERR! path /usr/src/app/package.json
client_1 | npm ERR! code ENOENT
client_1 | npm ERR! errno -2
client_1 | npm ERR! syscall open
client_1 |
client_1 | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/package.json'
client_1 | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/package.json'
client_1 | npm ERR! enoent This is most likely not a problem with npm itself
client_1 | npm ERR! enoent and is related to npm not being able to find a file.
client_1 | npm ERR! enoent
client_1 |
client_1 | npm ERR! Please include the following file with any support request:
client_1 | npm ERR! /usr/src/app/npm-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant