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, ∼1771🔥, 0💬
Popular Posts:
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...