go-react-todo icon indicating copy to clipboard operation
go-react-todo copied to clipboard

Error running docker-compose up on Windows

Open bnortman opened this issue 6 years ago • 0 comments

$ 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

bnortman avatar Mar 15 '18 16:03 bnortman