I am facing issue while installing simple chain code in hyperledger fabric 2.2.
~/go/src/github.com/hyperledger/fabric-samples/test-network$ peer lifecycle chaincode install simple_chaincode.tar.gz
Error: chaincode install failed with status: 500 - failed to invoke backing implementation of 'InstallChaincode': could not build chaincode: docker build failed: docker image build failed: docker build failed: Error returned from build: 1 "+ INPUT_DIR=/chaincode/input
- OUTPUT_DIR=/chaincode/output
- cp -R /chaincode/input/src/. /chaincode/output
- cd /chaincode/output
- '[' -f package-lock.json -o -f npm-shrinkwrap.json ]
- npm ci '--only=production'
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/colors/-/colors-1.4.1.tgz
npm ERR! 404
npm ERR! 404 'colors@1.4.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-01-22T10_37_30_201Z-debug.log
I am trying to install a simple chaincode but facing this error.
Answers
-
@kuldeep.narvekar,
Hello Let's see if we can get to the bottom of this issue. Assuming you installed the dependencies correctly in Lab 2.1: Development Environment Setup please check to make sure that the docker-compose version is 1.14.0 or greater by running the following command, # docker-compose --version .
Did you have any issues creating the chaincode package in the previous step in Lab 4.1: Step-by-Step SimpleChaincode Lifecycle Management? Bobbi0 -
@Bobbijn My docker-compose version is 1.25.0 and I was able to create chaincode package without any issues.
0 -
Hello, next please check the syntax of the commands as it is important to execute them exactly .
0 -
@Bobbijn Yeah I did it 4, 5 times repeatedly but still the same issue.
0 -
Hello @kuldeep.narvekar do you solve this issue? I have running in the same error.
Thanks in advance0 -
@teran92, Hello, I am understanding you are running into the same issue that @kuldeep.narvekar was having an issue with. Let's see if we can get to the bottom of this. An error of this type occurs with the Docker dependencies. Here are some additional resources for you that might help determine your issue. Please keep us posted as to your progress. Bobbi
https://lists.hyperledger.org/g/fabric
https://wiki.hyperledger.org/display/fabric
https://discord.gg/hyperledger0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 4 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 983 Software
- 375 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
