mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Specify MongoDB >= 2.6
Need to use MongoDB >= 2.6 otherwise get wire version errors on start: ``` UnhandledPromiseRejectionWarning: MongoError: Server at 127.0.0.1:27017 reports wire version 0, but this version of Node.js Driver requires at least 2 (MongoDB2.6). ```
This commit is contained in:
parent
32158a20f1
commit
238b3f9b4a
@ -6,7 +6,7 @@ Installation is very easy and only takes a few seconds.
|
||||
|
||||
Please make sure your computer/server meets the following requirements:
|
||||
- [Node.js](https://nodejs.org) >= 9: Node.js is a server platform which runs JavaScript. Installation guide [here](https://nodejs.org/en/download/).
|
||||
- [MongoDB](https://www.mongodb.com/): MongoDB is a powerful document store. Installation guide [here](https://www.mongodb.com/download-center?j#community).
|
||||
- [MongoDB](https://www.mongodb.com/) >= 2.6: MongoDB is a powerful document store. Installation guide [here](https://www.mongodb.com/download-center?j#community).
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user