aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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 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
52 52
53#### Node.js, npm, node-gyp 53#### Node.js, npm, node-gyp
54 54
55Please make sure you are running the exact node version used by the developers/contributors as specified in the [nvmrc file](./.nvmrc). 55Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [package.json file](./package.json#engines).
56 56
57Currently, 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) 57Currently, these are the combinations of system dependencies that work for MacOS/Linux/Windows:
58 58
59```bash 59```bash
60node -v 60node -v
@@ -74,7 +74,7 @@ _Note:_ This list can likely get outdated. If so, please refer to the specific v
74#### Debian/Ubuntu 74#### Debian/Ubuntu
75 75
76```bash 76```bash
77apt-get update -y && apt install -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document 77apt-get update -y && apt-get install --no-install-recommends -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document
78``` 78```
79 79
80#### Fedora 80#### Fedora