aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-02-11 23:57:14 +0800
committerGitHub <noreply@github.com>2019-02-11 23:57:14 +0800
commitb8e2205bea7754aaf511ad066dbaf27e4052595a (patch)
treefde113cc85f276e7762a50969a7065c0b9b4f31d /README.md
parentfbc2d5880f89550a3a31ae1c5d03e07f4c72e45b (diff)
downloadtangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar.gz
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar.bz2
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar.lz
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar.xz
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.tar.zst
tangerine-wallet-browser-b8e2205bea7754aaf511ad066dbaf27e4052595a.zip
Add native deps compilation troubleshooting to docs
See also #6043
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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`.