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
448 stars 175 forks source link

Getting a [nodemon] app crashed - waiting for file changes before starting... #13

Closed sundruid closed 3 years ago

sundruid commented 3 years ago

when I execute

sudo npm run dvws

I get

Error: Could not locate the bindings file. Tried: {list of files starting with xmlgs.node}

and Final error: Getting a [nodemon] app crashed - waiting for file changes before starting...

snoopysecurity commented 3 years ago

Hmm sounds like an issue with libxml not being properly isntalled. can you do sudo apt-get install -y libxml2 libxml2-dev and then go through installation again?

snoopysecurity commented 3 years ago

Closing due to inactivity, if you are still having this issue, try updating to Node v13.14.0

Do reopen if this issue persists, might be useful for others