-
Notifications
You must be signed in to change notification settings - Fork 15
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
mix template.hex blowing up #6
Comments
Asking the Hex team about this.
On Wed, Oct 4, 2017 at 10:56 AM, John Nicholas <notifications@github.com> wrote:
installed the generator and templates ... then got this
Are you sure you want to install "mix_generator-0.1.9.ez"? [Yn] y
* creating /home/john/.mix/archives/mix_generator-0.1.9
john@John-Ubuntu:~/git$ mix template.hex
** (UndefinedFunctionError) function Hex.API.Package.search/1 is undefined or private. Did you mean one of:
* search/2
(hex) Hex.API.Package.search("gen_template")
lib/mix/tasks/template.hex.ex:15: Mix.Tasks.Template.Hex.run/1
(mix) lib/mix/task.ex:301: Mix.Task.run_task/3
(mix) lib/mix/cli.ex:75: Mix.CLI.run_task/2
(elixir) lib/code.ex:376: Code.require_file/2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [#6] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AAApmOZDRvEOaVQKhb7TCdEMIeRz01_nks5so6qcgaJpZM4Pt2GS] .
|
So, they’ve changed a function I was calling in Hex.API.
I _think_ I have pushed a change that should work with both old and new hexes. Any chance you could try out master and see if it works for you?
Thanks
Dave
On Thu, Oct 5, 2017 at 5:33 PM, Dave Thomas <pragdave@gmail.com> wrote:
Asking the Hex team about this.
On Wed, Oct 4, 2017 at 10:56 AM, John Nicholas <notifications@github.com> wrote:
installed the generator and templates ... then got this
Are you sure you want to install "mix_generator-0.1.9.ez"? [Yn] y
* creating /home/john/.mix/archives/mix_generator-0.1.9
john@John-Ubuntu:~/git$ mix template.hex
** (UndefinedFunctionError) function Hex.API.Package.search/1 is undefined or private. Did you mean one of:
* search/2
(hex) Hex.API.Package.search("gen_template")
lib/mix/tasks/template.hex.ex:15: Mix.Tasks.Template.Hex.run/1
(mix) lib/mix/task.ex:301: Mix.Task.run_task/3
(mix) lib/mix/cli.ex:75: Mix.CLI.run_task/2
(elixir) lib/code.ex:376: Code.require_file/2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [#6] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AAApmOZDRvEOaVQKhb7TCdEMIeRz01_nks5so6qcgaJpZM4Pt2GS] .
|
youll have to forgive me i cant figure out how |
OK, I pushed version 0.1.14-experimental to hex.
mix archive.install hex mix_templates
On Fri, Oct 6, 2017 at 5:33 PM, John Nicholas <notifications@github.com> wrote:
youll have to forgive me i cant figure out how
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [#6 (comment)] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AAApmH8KdHgUf5qFtEvPo_aEUVM83zy8ks5spqq-gaJpZM4Pt2GS] .
|
Thanks looks like that works! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
installed the generator and templates ... then got this
The text was updated successfully, but these errors were encountered: