Closed ofaurax closed 5 years ago
package.json
specifies it here: https://github.com/signalapp/Signal-Desktop/blob/development/package.json#L149-L151
We use yarn
in this project, which warns you on yarn install
if your version of node.js is incorrect.
Bug Description
I'm unable to build Signal-Desktop on Mageia 6, because nodejs shipped with it is v6.10.3.
It seems that the "async" functions are not supported before nodejs 7.2.
However, I would expect the build to fail at the very beginning, not after downloading lots of npm modules.
Steps to Reproduce
Actual Result: Build fail after download of modules
Expected Result: As nodejs 7.2+ is required, build should fail at build start
Screenshots
Platform Info
Signal Version: git describe = 1.9.0-beta.1-596-gb816638d
Operating System: Mageia 6
Linked Device Version: ?
Link to Debug Log