We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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