-
Hi, I tried cloning the project and later cd to the project directory and tried `npm i` i got the following error:
I am using,
**node -v** : _v8.15.0_
**npm -v** : _6.4.1_
**OS** …
-
PS C:\Users\laurentiu.filip\Desktop\Test Convector> hurl --version
1.1.2
PS C:\Users\laurentiu.filip\Desktop\Test Convector> node -v
v8.1.0
PS C:\Users\laurentiu.filip\Desktop\Test Convector> hurl…
-
After I cloned the project to my local Mac, and in the project root directory I run npm install, it generated a bunch of errors such as:
rm: ./Release/.deps/Release/obj.target/grpc/deps/grpc/src/co…
-
## The problem
I have built a smart contract to store and authenticate users, which has been fully unit tested and thus works just fine when ran as tests. However, when I try to package the chainco…
sinoz updated
4 years ago
-
Good morning dear Bert.
I am writing to you first of all to congratulate you for all the excellent work you do!
I am writing to you because I have an exigency!
I am designing an electronic board to…
-
when i try to invoke the chaincode by hurley, it throws an error. The chaincode has been installed and instantiated successfully. Any idea?
> fabcar@0.1.0 cc:install /home/osboxes/fabric/convector…
-
I asked question in gitter channel. But Szymon Cofalik tells that my problem becomes big for gitter and should be an github ckeditor issue.
I prepared source code in github gist: https://gist.githu…
-
-
-
Hi there!
I have a convector project in which I have 2 chaincodes: customer and order.
I can deploy these two chaincodes without any problem.
However, if I add one as a dependency for the other, …