diff options
author | William Morriss <wjmelements@gmail.com> | 2018-07-31 07:59:08 +0800 |
---|---|---|
committer | William Morriss <wjmelements@gmail.com> | 2018-07-31 07:59:08 +0800 |
commit | cfb74680e26bd287a1ac2e3cc4bebddb23136a4e (patch) | |
tree | f7660f7ce01a8b97fbe4e67d29977131de2fb5ca /README.md | |
parent | 5d26e886f31e6b4c7c9618f1e58e74274ea56fa4 (diff) | |
download | tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar.gz tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar.bz2 tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar.lz tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar.xz tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.tar.zst tangerine-wallet-browser-cfb74680e26bd287a1ac2e3cc4bebddb23136a4e.zip |
Select not Update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ If you're a web dapp developer, we've got two types of guides for you: - Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.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. - - Update npm to 6.1.0: ```npm install -g npm@6.1.0``` + - Select npm 6.1.0: ```npm install -g npm@6.1.0``` - Install dependencies: ```npm install``` - Install gulp globally with `npm install -g gulp-cli`. - Build the project to the `./dist/` folder with `gulp build`. |