Skip to content
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

deps-new error when creating a new site #248

Closed
cap10morgan opened this issue Dec 3, 2021 · 2 comments · Fixed by #249
Closed

deps-new error when creating a new site #248

cap10morgan opened this issue Dec 3, 2021 · 2 comments · Fixed by #249

Comments

@cap10morgan
Copy link

cap10morgan commented Dec 3, 2021

When I run clojure -Sdeps '{:deps {io.github.cryogen-project/cryogen {:git/tag "0.6.6" :git/sha "fcb2833"}}}' -Tnew :template org.cryogenweb/new :name my/website after installing deps-new 0.4.3 as a tool named new (just like in your instructions; clojure -Ttools install com.github.seancorfield/deps-new '{:git/tag "v0.4.3"}' :as new) I get the following error and no site directory is created:

No function found on command line or in :exec-fn

This is with Clojure CLI 1.10.3.1040

@seancorfield
Copy link
Contributor

It should be:

clojure -Sdeps '{:deps {io.github.cryogen-project/cryogen {:git/tag "0.6.6" :git/sha "fcb2833"}}}' -Tnew create :template org.cryogenweb/new :name my/website

create is missing.

seancorfield added a commit to seancorfield/cryogen that referenced this issue Jan 16, 2022
@yogthos
Copy link
Member

yogthos commented Jan 17, 2022

thanks for the fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants