CirclesUBI / circles-mobile

Circles react-native mobile client
GNU Affero General Public License v3.0
7 stars 2 forks source link

lock down node version with nvm #45

Closed edzillion closed 5 years ago

edzillion commented 5 years ago

I have gone for a fairly lightweight solution

https://github.com/CirclesUBI/circles-mobile/commit/ce15102a328bde15515b4b132302c70baa5134e6

"preinstall": "nvm use -i 10.15.0 || echo nvm not found: check node version && pause",

(annoyingly the only windows package for nvm does not support .nvmrc files)