Re: Problem installing Noir with Lein

2012-11-03 Thread Manuel Paccagnella
As I understand it, lein-noir was a plugin needed for Leiningen 1.x. But since Leiningen 2 you can create new projects using remote templates without having to install anything. See lein help new: If two arguments are passed, the first should be the name of a template, and the second is used

Problem installing Noir with Lein

2012-11-02 Thread Satoru Logic
Hi, all. I am trying to install Noir following instructions on http://www.webnoir.org/. With the latest lein I installed, `lein plugin install lein-noir 1.2.1` simply won't work. So I add a line of requirement into `~/.lein/profiles.clj`: [lein-noir 1.2.1] Then I follow the Noir

Re: Problem installing Noir with Lein

2012-11-02 Thread Sean Corfield
On Fri, Nov 2, 2012 at 8:15 PM, Satoru Logic satorulo...@gmail.com wrote: So I add a line of requirement into `~/.lein/profiles.clj`: [lein-noir 1.2.1] You should not need that. I just tried on my system, which has no ~/.lein/profiles.clj file. I did: lein new noir my-website (note

Re: Problem installing Noir with Lein

2012-11-02 Thread Satoru Logic
On Saturday, November 3, 2012 12:07:02 PM UTC+8, Sean Corfield wrote: On Fri, Nov 2, 2012 at 8:15 PM, Satoru Logic sator...@gmail.comjavascript: wrote: So I add a line of requirement into `~/.lein/profiles.clj`: [lein-noir 1.2.1] You should not need that. Thanks. I