insoftpub / storefront

ReactJS Storefront
85 stars 34 forks source link

Node version #2

Closed ericingram closed 7 years ago

ericingram commented 7 years ago

What's the ideal node version? I'd suggest you have .nvmrc file. I see package.json says ">=6.0 < 7", but typically we encode this in nvmrc and use NVM.

vmarkevich commented 7 years ago

The ideal node version is 6.9.1. I added .nvmrc file to the project.

ericingram commented 7 years ago

@vmarkevich Perfect! Thank you