You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out why dvm use and dvm install don't install the version listed in .dvmrc.
I read the docs again and used dvm install --local <semver> and suddnrly it works!
Turns out that when the file is modified manually to upgrade the version, ind an additional line is added to the end of the file, the version is seen as invalid and overridden with latest.
Would it be possible to trim the file content before trying to use it, to avoid any issues with surrounding white space/new lines?
The text was updated successfully, but these errors were encountered:
I was trying to figure out why
dvm use
anddvm install
don't install the version listed in .dvmrc.I read the docs again and used
dvm install --local <semver>
and suddnrly it works!Turns out that when the file is modified manually to upgrade the version, ind an additional line is added to the end of the file, the version is seen as invalid and overridden with
latest
.Would it be possible to trim the file content before trying to use it, to avoid any issues with surrounding white space/new lines?
The text was updated successfully, but these errors were encountered: