0

我想开始使用 quil 来写一些创意艺术,但我在安装模板时遇到了麻烦。我设法成功安装了 leiningen,我可以运行 lein -help 并且它可以工作,但是当我尝试时

lein new quil my-sketch

我得到这个错误

lein new quill my-art
Failed to resolve version for quill:lein-template:jar:RELEASE: Could not find metadata quill:lein-template/maven-metadata.xml in local (C:\Users\danie\.m2\repository)
Failed to read artifact descriptor for quill:lein-template:jar:RELEASE
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Could not find template quill on the classpath.

我错过了什么?我发现有一个名为 quill-templates 的 github 存储库,但我不明白我想下载或添加到路径以使其工作,我在 Windows 10 上运行它

4

1 回答 1

1

这只是一个小错字,quil只有一个拼写l

lein new quil my-art
于 2020-07-31T14:51:17.207 回答