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
2019-04-29, 241👍, 0💬
Popular Posts:
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How To Support Multiple-Page Forms in PHP? If you have a long form with a lots of fields, you may wa...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
How To Connect to MySQL from a PHP Script in PHP? If you want access the MySQL server, you must crea...
How to search for the first match of a regular expression using re.search()? The re.search() functio...