willzeng / cograph

A way to build and explore webs of ideas.
http://www.cograph.co/
GNU General Public License v2.0
15 stars 3 forks source link

lock mongoose to more stable 3.8.x versions #634

Closed harlantwood closed 9 years ago

harlantwood commented 9 years ago

When running npm install, I got mongoose 3.9.7, which upon startup (./bin/www), issues loud warnings:

##############################################################
#
#   !!! MONGOOSE WARNING !!!
#
#   This is an UNSTABLE release of Mongoose.
#   Unstable releases are available for preview/testing only.
#   DO NOT run this in production.
#
##############################################################

Changing to the more conservative tilde syntax locks the version to the non-warning-issuing 3.8.x versions.

willzeng commented 9 years ago

Yep good fix.