Various minor changes, see: https://github.com/vector-im/riot-web/blob/master/CHANGELOG.md
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2816:e81461f272cc: Update Riot to 0.15.3
Install the application, send and receive few messages in a group chat
Diff Detail
- Repository
- R2816 element
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Hey just discovered this package because of this change. Before installing the SC states 'Node.js' needs to be installed however Node.js is bundled with Electron right? Don't think`nodejs` should be a listed dependency.
@Siilwyn: no, Electron does not necessarily come bundled with Node.JS (it is a framework after all). Electron does depend on Node.JS, and is a dependency of Riot because Electron is bundled with the application.
@silke aha, thank you for your reply! I looked into the building step, most Electron apps package with for example https://github.com/electron-userland/electron-packager which Riot doesn't that's why. I don't want to install Node.js as a dependency as it might conflict with my Node.js version manager... Not sure though, either way I'll just stick with the website for now.