diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-06-04 04:09:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 04:09:42 +0800 |
commit | 750ec8769931f8db30ebb5e8e8bcc61816368800 (patch) | |
tree | bdc8c304dcef04bbf76086464251df2178f674f9 /README.md | |
parent | 4be8e780cd64014d07c036c29faa77f947437c4a (diff) | |
parent | 0a7584999e6161c68bfc531ec5dd3cb267f33b1e (diff) | |
download | tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar.gz tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar.bz2 tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar.lz tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar.xz tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.tar.zst tangerine-wallet-browser-750ec8769931f8db30ebb5e8e8bcc61816368800.zip |
Merge pull request #4470 from MetaMask/v4.7.2
Version 4.7.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,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 local dependencies with `npm install`. + - 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`. - 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`. |