From ac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 12 Jul 2021 08:51:32 +0530 Subject: Documentation updates taken from #1629 [skip ci] Co-authored-by: mhatvan --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf078dfaa..0b643ea10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,9 +52,9 @@ As a basic rule, before filing issues, feature requests or anything else. Take a #### Node.js, npm, node-gyp -Please make sure you are running the exact node version used by the developers/contributors as specified in the [nvmrc file](./.nvmrc). +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). -Currently, these are the combinations of system dependencies that work on an intel-based machines for MacOS/Linux/Windows (building on an ARM-based machine is still a work-in-progress due to node-sass native dependencies) +Currently, these are the combinations of system dependencies that work for MacOS/Linux/Windows: ```bash node -v @@ -74,7 +74,7 @@ _Note:_ This list can likely get outdated. If so, please refer to the specific v #### Debian/Ubuntu ```bash -apt-get update -y && apt install -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document +apt-get update -y && apt-get install --no-install-recommends -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document ``` #### Fedora -- cgit v1.2.3-54-g00ecf