Open benjiqq opened 7 years ago
with solidity 0.4.17
Clojure
lein test
Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context
Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80
==== Clojurescript
node --version v8.4.0
lein doo chrome test
... done. Elapsed 21.346242451 seconds java.io.IOException: Cannot run program "karma": error=2, No such file or directory
Might be some node issue.
@benjyz did you find a solution to this problem?
I'm getting started with Clojurescript and running into the same problem.
with solidity 0.4.17
Clojure
lein test
Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context
Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80
==== Clojurescript
node --version v8.4.0
lein doo chrome test
... done. Elapsed 21.346242451 seconds java.io.IOException: Cannot run program "karma": error=2, No such file or directory
Might be some node issue.