Tools, FAQ, Tutorials:
Warning on Incompatible "npm" Version
Why I am getting the Incompatible "npm" Version warning with installating Hyplerledger Composer CLI on Ubuntu?
✍: FYIcenter.com
You may get the Incompatible "npm" Version warning, if you
install Hyplerledger Composer CLI with the "@0.20" version option:
$ sudo npm install -g composer-cli@0.20
WARN engine composer-cli@0.20.8: wanted: {"node":">=8","npm":">=5"}
(current: {"node":"8.10.0","npm":"3.5.2"})
...
This is because Hyperledger 0.20.8 requires npm 5.0 or higher. But only npm 3.5.2 is installed on the system.
Â
⇒ Issue to Install "npm 5.x" on Ubuntu 18
⇠Start/Stop Hyperledger Fabric Dev Environment
2021-04-04, ∼1331🔥, 0💬
Popular Posts:
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...