CouchDb unhandled 'error' event - Node js
问题 I'm new to Node and CouchDb and I'm trying to get my hands on it. I'm struggling to make a piece of code to work. I would like to create a table users , insert a new user and 'at the same time' getting another user. I'm getting this error when starting up node app.js : antoine@ubuntu:~/projects/couchDb$ node app.js Database users exists. {"error":"conflict","reason":"Document update conflict."} Leaving saveDoc events.js:48 throw arguments[1]; // Unhandled 'error' event ^ Error: socket hang up