forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 1
Development (unstable) branch details
Aaron Heckmann edited this page Aug 26, 2013
·
9 revisions
An unstable branch may have larger, potentially breaking changes that will occur during iteration towards the next even numbered (stable) release. It will contain all of the latest code and bug fixes, but will have higher volatility and churn than the stable branch while we work out all of the bugs in new release.
http://mongoosejs.com/docs/unstable/
The code is available in the master branch of the Github repository.
The same way you install any npm module at a specific version except you specify "unstable" for the version. npm install mongoose@unstable
.
Set your MONGOOSE_DISABLE_STABILITY_WARNING
environment variable.