aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-22 00:43:35 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-22 00:43:35 +0800
commitcde91fac1612aaae96c854e15062ea98fac5e262 (patch)
treea56593220e1df508e3c71b8e3877d412d25e6e01 /README.md
parentc5520de1159718466ab846add99e0fea1da1cb06 (diff)
downloadtangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar.gz
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar.bz2
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar.lz
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar.xz
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.tar.zst
tangerine-wallet-browser-cde91fac1612aaae96c854e15062ea98fac5e262.zip
added node version requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8bedb3168..8a1eda46c 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,9 @@ If you're a web dapp developer, we've got two types of guides for you:
## Building locally
- - Install [Node.js](https://nodejs.org/en/) version 6.3.1 or later.
+ - Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0
- Install dependencies:
- - For node versions up to and including 9, install local dependencies with `npm install`.
- - For node versions 10 and later, install [Yarn](https://yarnpkg.com/lang/en/docs/install/) and use `yarn install`.
+ - If you are using nvm (recommended) running `nvm use` will automatically choose the right node version for you.
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.
- Optionally, to rebuild on file changes, run `gulp dev`.