Update CONTRIBUTING.md with prerequisite versions

pull/8130/head
Mrugesh Mohapatra 2016-04-15 13:09:29 +05:30
parent 0aaffe84bf
commit 0d7ba1cd59
1 changed files with 7 additions and 2 deletions

View File

@ -34,8 +34,13 @@ If you've found a bug that is not on the board, [follow these steps](#found-a-bu
## Prerequisites ## Prerequisites
- [MongoDB](http://www.mongodb.org/downloads) | Prerequisite | Version |
- [Node.js](http://nodejs.org) |--------------|---------|
| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` |
| [Node.js](http://nodejs.org) | `~ ^4` |
| npm | `~ ^2` |
> _Updating to the latest releases is recomended_.
## Getting Started ## Getting Started