1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add native deps compilation troubleshooting to docs

See also #6043
This commit is contained in:
Whymarrh Whitby 2019-02-11 12:27:14 -03:30 committed by GitHub
parent fbc2d5880f
commit b8e2205bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.