Closed w33ble closed 6 years ago
The version of node in the .nvmrc file is a bit old, 6.12.3 is current. Using a pattern like 6.x, or ^6.10 would probably be easier to manage.
6.x
^6.10
Also, I think using a .node-version file might be more "universal", but that's really just based on my personal experience.
.node-version
Closed by a2c7075
The version of node in the .nvmrc file is a bit old, 6.12.3 is current. Using a pattern like
6.x
, or^6.10
would probably be easier to manage.Also, I think using a
.node-version
file might be more "universal", but that's really just based on my personal experience.