Update README.md

Upgrade Nodejs, npm versions
This commit is contained in:
Victor Baranov 2019-07-03 18:16:06 +03:00 committed by GitHub
parent 0535585458
commit 5a1aff9315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
## Building locally
- Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0
- Install [Node.js](https://nodejs.org/en/) version 10.16.0 and npm version 6.9.0
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Select npm 6.1.0: ```npm install -g npm@6.1.0```
- Select npm 6.9.0: ```npm install -g npm@6.9.0```
- Install dependencies: ```npm install```
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.