aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 20:04:11 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-23 20:05:27 -0500
commit206b0d3ed2638da892c92e8d3b3227a6b2003dd0 (patch)
tree9af4bf1b2391c676e5fd8ab3eac881411d121b92 /CONTRIBUTING.md
parentfix more paths for cleaning in the Windows script [skip ci] (diff)
downloadferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.tar.gz
ferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.tar.zst
ferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.zip
Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothly
This also gets us back to the LTS version of 'node'
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 38534f75e..1c61da2c9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,7 +66,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
66```bash 66```bash
67$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 67$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
68{ 68{
69 "node": "18.0.0", 69 "node": "16.14.2",
70 "npm": "8.7.0", 70 "npm": "8.7.0",
71 "pnpm": "6.32.8" 71 "pnpm": "6.32.8"
72} 72}
@@ -98,7 +98,7 @@ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel rpm
98Please make sure you have the following installed: 98Please make sure you have the following installed:
99 99
100- Python 3 or higher (we recommend the latest version: [3.10.4](https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe)) 100- Python 3 or higher (we recommend the latest version: [3.10.4](https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe))
101- Microsoft Visual Studio Build Tools (2019 or higher) - Only tested with 2019 so far. 101- Microsoft Visual Studio Build Tools (2019 or higher - with Windows 10 SDK selected) - Only tested with 2019 so far.
102 102
103### Clone repository with submodule 103### Clone repository with submodule
104 104