mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
update node and npm requirement on both github issue template and doc
This commit is contained in:
parent
bf355c8911
commit
9ae159e093
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -6,8 +6,8 @@ about: Create a report to help us improve 🤔.
|
||||
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
|
||||
|
||||
<!-- ⚠️ Before writing your issue make sure you are using:-->
|
||||
<!-- Node 9.x.x -->
|
||||
<!-- npm 5.x.x -->
|
||||
<!-- Node 10.x.x -->
|
||||
<!-- npm 6.x.x -->
|
||||
<!-- The latest version of Strapi. -->
|
||||
|
||||
**Informations**
|
||||
|
||||
@ -5,8 +5,8 @@ Installation is very easy and only takes a few seconds.
|
||||
## Requirements
|
||||
|
||||
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/) >= 2.6: MongoDB is a powerful document store. Installation guide [here](https://www.mongodb.com/download-center?j#community).
|
||||
- [Node.js](https://nodejs.org) >= 10.x: Node.js is a server platform which runs JavaScript. Installation guide [here](https://nodejs.org/en/download/).
|
||||
- [MongoDB](https://www.mongodb.com/) >= 6.x: 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