我想开始使用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-template的github代码库,但我不知道im支持下载什么或添加到path中才能使它工作,我在windows10上运行它。
发布于 2020-07-31 22:51:17
这只是一个小的拼写错误,quil只有一个l拼写
lein new quil my-arthttps://stackoverflow.com/questions/63184288
复制相似问题