mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
fbc2d5880f
commit
b8e2205bea
@ -16,6 +16,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D
|
|||||||
- If you install Node.js manually, ensure you're using npm@6
|
- If you install Node.js manually, ensure you're using npm@6
|
||||||
- Install npm@6 using `npm install -g npm@6`
|
- Install npm@6 using `npm install -g npm@6`
|
||||||
- Install dependencies: `npm install`
|
- Install dependencies: `npm install`
|
||||||
|
- If you have issues with node-sass compilation, try `npm rebuild node-sass`
|
||||||
- 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