mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
restore npm install instructions
This commit is contained in:
parent
fa4423bab2
commit
391ed177e0
@ -27,8 +27,12 @@ If you're a web dapp developer, we've got two types of guides for you:
|
|||||||
## Building locally
|
## 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 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```
|
||||||
- Install dependencies:
|
- Install dependencies:
|
||||||
- If you are using nvm (recommended) running `nvm use` will automatically choose the right node version for you.
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
- Install gulp globally with `npm install -g gulp-cli`.
|
- Install gulp globally with `npm install -g gulp-cli`.
|
||||||
- Build the project to the `./dist/` folder with `gulp build`.
|
- Build the project to the `./dist/` folder with `gulp build`.
|
||||||
- Optionally, to rebuild on file changes, run `gulp dev`.
|
- Optionally, to rebuild on file changes, run `gulp dev`.
|
||||||
|
Loading…
Reference in New Issue
Block a user