I installed the recently released WebMatrix 2 and whenever I go to use mongoose, it freezes:
var mongoose = require('mongoose'),
Schema = mongoose.Schema;
It'll freeze when I try to use my mongoose variable, so at mongoose.Schema. I assume its when it tries to pick up the intellisense?
↧