aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-28 18:59:45 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-28 18:59:45 +0530
commitfb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e (patch)
tree71b6fc35a3938ad950fc09ddc1223263f2d01b3c /CONTRIBUTING.md
parentupgrade 'node-gyp' to '8.3.0' (#2159) (diff)
downloadferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.tar.gz
ferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.tar.zst
ferdium-app-fb5fe145b1c1bc2ff596c0a3a2f05e087f78ea7e.zip
use local 'node-gyp' instead of global one (#2160)
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