snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

'Docker compose up' fails with NPM error. #38

Closed darshandkd closed 4 days ago

darshandkd commented 1 year ago

dvws-node#docker-compose up` Creating network "dvws-node_default" with the default driver Pulling dvws-mongo (mongo:4.0.4)... Pulling dvws-mysql (mysql:5.7)... Building web

ERROR: Service 'web' failed to build: The command '/bin/sh -c npm install --build-from-source' returned a non-zero code: 137 4.0.4:: command not found `

Any clue?

noraj commented 1 year ago

Tried today and it worked for me.

snoopysecurity commented 1 year ago

Hmmm i cant seem to reproduce this @darshandkd . What OS are you running docker on? maybe some permissions with the way you install docker perhaps. Try deleting all dvws images, reinstalling you docker and running docker-compose again

snoopysecurity commented 4 days ago

closing due to inactivity