mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 25 forks source link

Upgrade to be compatible with LTS version of Node. #89

Closed mcmadeline closed 3 years ago

mcmadeline commented 3 years ago

Update the readme to be used with the LTS version of Node. (Currently v14.16.1).

nvm install 14.16.1 && node -v > .nvmrc

mariohernandez commented 3 years ago

Generator has been updated with Node v14.16.1 and README as well.