Skip to content

Commit 119a0ea

Browse files
authored
Update node to 12.16.2
1 parent 0acf37b commit 119a0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ It's based on the official [Signal-Desktop](https://github.com/WhisperSystems/Si
2727
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.
2828

2929
required software:
30-
- Node.js 10.13.0
30+
- Node.js 12.16.2
3131
- yarn
3232

3333
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.
3434

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`.
3636

3737
## installation
3838

0 commit comments

Comments
 (0)