docs: remove node version requirements

This commit is contained in:
ArtemRomanovsky 2019-11-26 19:30:00 +03:00 committed by GitHub
parent c046c0d950
commit b57d638fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@ The Nebular team doesn't consider providing generic integration layer as a part
To install ngx-admin on your machine you need to have the following tools installed: To install ngx-admin on your machine you need to have the following tools installed:
- Git - <a href="https://git-scm.com" target="_blank">https://git-scm.com</a> - Git - <a href="https://git-scm.com" target="_blank">https://git-scm.com</a>
- Node.js - <a href="https://nodejs.org" target="_blank">https://nodejs.org</a>. Please note the **version** should be **>=8** - Node.js - <a href="https://nodejs.org" target="_blank">https://nodejs.org</a>.
- Npm - Node.js package manager, comes with Node.js. Please make sure npm **version** is **>=5** - Npm - Node.js package manager, comes with Node.js.
- You might also need some specific native packages depending on your operating system like `build-essential` on Ubuntu - You might also need some specific native packages depending on your operating system like `build-essential` on Ubuntu
<div class="note note-warning"> <div class="note note-warning">