From b8e2205bea7754aaf511ad066dbaf27e4052595a Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 11 Feb 2019 12:27:14 -0330 Subject: Add native deps compilation troubleshooting to docs See also #6043 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4f16bb8c..b86ecdb53 100644 --- a/README.md +++ b/README.md @@ -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 - Install npm@6 using `npm install -g npm@6` - 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`. - Build the project to the `./dist/` folder with `gulp build`. - Optionally, to rebuild on file changes, run `gulp dev`. -- cgit v1.2.3