You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@ It's based on the official [Signal-Desktop](https://github.com/WhisperSystems/Si
27
27
You need an iOS and Android phone with an existing Signal account that you are willing to link with the Signal client in this bridge.
28
28
29
29
required software:
30
-
- Node.js 10.13.0
30
+
- Node.js 12.16.2
31
31
- yarn
32
32
33
33
Please verify if `yarn -v` outputs something like `1.17.3`. If your output is `ERROR: There are no scenarios; must have at least one.` you have installed cmdtests instead of yarn. Please [install yarn](https://yarnpkg.com/en/docs/install) before you continue.
34
34
35
-
During the installation you will need Node.js version 10.13.0 because it's required in the `package.json` file of Signal-Desktop. After installing you can switch back to your preferred version of Node.js. The easiest way to change your version is using [n](https://www.npmjs.com/package/n). You can install it using `npm install -g n` and switch to Node.js 10.13.0 using `n 10.13.0`.
35
+
During the installation you will need Node.js version 12.16.2 because it's required in the `package.json` file of Signal-Desktop. After installing you can switch back to your preferred version of Node.js. The easiest way to change your version is using [n](https://www.npmjs.com/package/n). You can install it using `npm install -g n` and switch to Node.js 12.16.2 using `n 12.16.2`.
0 commit comments