flaviait / ng2-jspm-template

A template for a quick development workflow with angular 2 and jspm
MIT License
14 stars 3 forks source link

Update required engine to latest LTS; provide .nvmrc #42

Closed DorianGrey closed 8 years ago

DorianGrey commented 8 years ago

Suggestion: Only support the most recent LTS version of node (and upwards); I don't think we've got the time to always check each node version from 4.x upwards.

To simplify switching (well, for those who use nvm, which is preferable), we should provide a .nvmrc file, so that only executing

nvm install
nvm use

on the root is required for further work.

/ping @svi3c

DorianGrey commented 8 years ago

Oh, damn ... fixed this. I'll hit on merge once Travis is ready.