aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3d4efb98b..57863ae55 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,14 +95,6 @@ Please make sure you run this command as an administrator:
95npm i -g windows-build-tools --vs2015 95npm i -g windows-build-tools --vs2015
96``` 96```
97 97
98#### node-gyp
99
100We need `node-gyp` to be able to compile any native dependencies
101
102```bash
103npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
104```
105
106### Clone repository with submodule 98### Clone repository with submodule
107 99
108```bash 100```bash