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.
Ensure you have the latest LTS version of Node.js installed (v10.x as of this
writing).
Ensure you have the latest LTS version of Node.js installed.
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.