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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
When trying to install a local version using I get an error message.
C:\Users\Glenn Block> svm install dev -f 'C:\src\scriptcs\src\ScriptCs\bin\Debug\'
scriptcs version manager - 0.3.3
Obtaining version 'dev' from 'C:\src\scriptcs\src\ScriptCs\bin\Debug\'.
Installing version 'dev'.
The syntax of the command is incorrect.
Version 'dev' is now available.
Consider using svm use <version> to set it as the active scriptcs version.
The text was updated successfully, but these errors were encountered:
@glennblock - The paths during the JUNCTION creation (Windows softlink) were not escaped. The space in your svm home folder C:\Users\Glenn Block\.svm triggered the error.
The *nix version ln -s is correctly escaped and doesn't contain this bug.
Looks like this is in fact an issue. The problem was the "versions" directory was not created if you just installed SVM and then tried to mount a local version. Fix coming :-)
When trying to install a local version using I get an error message.
The text was updated successfully, but these errors were encountered: