When using visual studio to debg a node project, I get the following error
Error: The specified procedure could not be found. C:\Source\malum\node_modules\monk\node_modules\mongoskin\node_modules\mongodb\node_modules\bson\ext\win32\x64\bson.node
Errors on this line
var monk = require('monk');
This site runs fine when running node and mongodb from the command line.