Adding node and npm versions to the documentation (#441)

This commit is contained in:
flyingUnderTheRadar 2019-03-26 14:17:16 -07:00 коммит произвёл GitHub
Родитель 82cfdb66ee
Коммит 1fba64cdad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,13 @@ You can install the extension from one of the following links
### Building the code
#### Prerequisites
Please ensure that you have at least the minimum recommended versions
- Node - 10.15.0 (Check by running `node --version`)
- NPM - 6.4.1 (Check by running `npm --version`)
#### 1. Clone the repository
- Clone the repository using one of the following commands