naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
937 stars 81 forks source link

chore(dev-env): Create .nvmrc #397

Closed incleaf closed 8 years ago

incleaf commented 8 years ago

Details

I faced node version error while pushing my commits. As far as i figured it out, husky resolves node context from a global default setting, not a current version of node. (guess it causes for only nvm users)

I added .nvmrc file so it doesn't occur error anymore. it would be great for synchronize development environment.

jongmoon commented 8 years ago

@incleaf Thank you!