Skip to content
Robert M. Johnson edited this page Mar 23, 2015 · 1 revision

Resolve this by the following instructions here.

You can resolve this by modifying the file:

/var/www/medturk/node_js/node_modules/mongodb/node_modules/bson/ext/index.js

And replacing the two passages of text of:

require('../build/Release/bson')

with

require('bson')

After this, change directory:

cd /var/www/medturk/node_js

And execute the following:

sudo npm install bson
Clone this wiki locally