You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to try-out your library, looks promising.
Unfortunately I can't build the examples (at least not from current master with sha e378873).
When I run lein dev I get the following error:
Compiling Garden...
Figwheel: Cutting some fruit, just a sec ...
Tried to use insecure HTTP repository without TLS:
central: http://repo1.maven.org/maven2/
org/clojure/tools.namespace/0.2.4/tools.namespace-0.2.4.jar
..seems to be an issue with Garden?
When I run lein deps :tree I get the following error:
[sablono "0.3.4" :scope "test"]
[cljsjs/react "0.12.2-5" :scope "test"]
WARNING: :node-dependencies is deprecated. Use :dependencies in an :npm map instead.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'mesh'
[...]
Best regards,
Henrik
The text was updated successfully, but these errors were encountered:
Hi there,
Trying to try-out your library, looks promising.
Unfortunately I can't build the examples (at least not from current
master
with shae378873
).When I run
lein dev
I get the following error:..seems to be an issue with Garden?
When I run
lein deps :tree
I get the following error:Best regards,
Henrik
The text was updated successfully, but these errors were encountered: