Replies: 1 comment
-
Hello @ss4adam Discussions are a way to collaborate on the fabric codebase, bugs such as this one should be opened in Jira Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hyperledger fabric version 2 (tried this on 2.2 and 2.3) "writing your first application" seems to have a parsing error when pulling down docker image definition for the javascript image. The step fails when trying to build the image. This does not happen for golang.
running the following :
./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-javascript/ -ccl javascript
results in:
The more interesting contents are shown after opening /root/.npm/_logs/2021-02-25T16_45_02_077Z-debug.log
Running CentOS7 and Docker Version: 20.10.2 API version: 1.41
Beta Was this translation helpful? Give feedback.
All reactions