aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-11 11:25:48 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-11 11:25:48 +0530
commit7e1cbf7a027b3dc4a02001b611452ddbf8879ca7 (patch)
treeefde04a6f1513b314a9170f56955334d0cdba6b5 /CONTRIBUTING.md
parent5.6.3-nightly.30 [skip ci] (diff)
downloadferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.tar.gz
ferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.tar.zst
ferdium-app-7e1cbf7a027b3dc4a02001b611452ddbf8879ca7.zip
upgrade 'node-gyp' to '8.2.0' (#2053)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 76ad5266b..49ec44b3f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@
13 - [How Can I Contribute?](#how-can-i-contribute) 13 - [How Can I Contribute?](#how-can-i-contribute)
14 - [Setting up your Development machine](#setting-up-your-development-machine) 14 - [Setting up your Development machine](#setting-up-your-development-machine)
15 - [Install System-level dependencies](#install-system-level-dependencies) 15 - [Install System-level dependencies](#install-system-level-dependencies)
16 - [Node.js, npm, node-gyp](#nodejs-npm-node-gyp) 16 - [Node.js, npm, pnpm](#nodejs-npm-pnpm)
17 - [Git](#git) 17 - [Git](#git)
18 - [Debian/Ubuntu](#debianubuntu) 18 - [Debian/Ubuntu](#debianubuntu)
19 - [Fedora](#fedora) 19 - [Fedora](#fedora)
@@ -56,7 +56,7 @@ As a basic rule, before filing issues, feature requests or anything else. Take a
56 56
57### Install System-level dependencies 57### Install System-level dependencies
58 58
59#### Node.js, npm, node-gyp 59#### Node.js, npm, pnpm
60 60
61Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [package.json file](./package.json#engines). 61Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [package.json file](./package.json#engines).
62 62
@@ -104,7 +104,7 @@ npm i -g windows-build-tools --vs2015
104We need `node-gyp` to be able to compile any native dependencies 104We need `node-gyp` to be able to compile any native dependencies
105 105
106```bash 106```bash
107npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 107npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
108``` 108```
109 109
110#### Lerna 110#### Lerna