From 7e1cbf7a027b3dc4a02001b611452ddbf8879ca7 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 11 Oct 2021 11:25:48 +0530 Subject: upgrade 'node-gyp' to '8.2.0' (#2053) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76ad5266b..49ec44b3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ - [How Can I Contribute?](#how-can-i-contribute) - [Setting up your Development machine](#setting-up-your-development-machine) - [Install System-level dependencies](#install-system-level-dependencies) - - [Node.js, npm, node-gyp](#nodejs-npm-node-gyp) + - [Node.js, npm, pnpm](#nodejs-npm-pnpm) - [Git](#git) - [Debian/Ubuntu](#debianubuntu) - [Fedora](#fedora) @@ -56,7 +56,7 @@ As a basic rule, before filing issues, feature requests or anything else. Take a ### Install System-level dependencies -#### Node.js, npm, node-gyp +#### Node.js, npm, pnpm Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [package.json file](./package.json#engines). @@ -104,7 +104,7 @@ npm i -g windows-build-tools --vs2015 We need `node-gyp` to be able to compile any native dependencies ```bash -npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 +npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 ``` #### Lerna -- cgit v1.2.3-70-g09d2