mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Dependency issue (npm, probably)

Open luposlip opened this issue 6 years ago • 0 comments

Hi there,

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

luposlip avatar May 21 '19 09:05 luposlip