-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghost install local with specific version #423
Comments
The only real way to get it to work at the moment is |
acburdine
added a commit
to acburdine/Ghost-CLI
that referenced
this issue
Aug 3, 2017
closes TryGhost#423 - `ghost install 1.x.x --local` now works for local installs
1 task
acburdine
added a commit
to acburdine/Ghost-CLI
that referenced
this issue
Aug 3, 2017
closes TryGhost#423 - `ghost install 1.x.x --local` now works for local installs
acburdine
added a commit
that referenced
this issue
Aug 3, 2017
closes #423 - `ghost install 1.x.x --local` now works for local installs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This use case only occurred to me today as we broke local installs of 1.4.0 in Ghost.
It currently doesn't seem to be possible to force a local install to a particular version.
None of these seem to work as expected, the
--version
and--local
flags are ignored.ghost install local 1.3.0
ghost install --local --version=1.3.0
ghost install local --version=1.3.0
The text was updated successfully, but these errors were encountered: