Recommend using the latest Node LTS version

This commit is contained in:
J. Ryan Stinnett 2019-03-13 10:53:21 +00:00
parent 1abaf50633
commit fcaf0a5503
2 changed files with 2 additions and 3 deletions

View File

@ -62,8 +62,7 @@ Building From Source
==================== ====================
Riot is a modular webapp built with modern ES6 and uses a Node.js build system. Riot is a modular webapp built with modern ES6 and uses a Node.js build system.
Ensure you have the latest LTS version of Node.js installed (v10.x as of this Ensure you have the latest LTS version of Node.js installed.
writing).
Using `yarn` instead of `npm` is recommended. Please see the Yarn [install Using `yarn` instead of `npm` is recommended. Please see the Yarn [install
guide](https://yarnpkg.com/docs/install/) if you do not have it already. guide](https://yarnpkg.com/docs/install/) if you do not have it already.

View File

@ -4,7 +4,7 @@
- A working [Development Setup](../../#setting-up-a-dev-environment) - A working [Development Setup](../../#setting-up-a-dev-environment)
- Including up-to-date versions of matrix-react-sdk and matrix-js-sdk - Including up-to-date versions of matrix-react-sdk and matrix-js-sdk
- Node 8 or later - Latest LTS version of Node.js installed
- Be able to understand English - Be able to understand English
- Be able to understand the language you want to translate riot-web into - Be able to understand the language you want to translate riot-web into