简体   繁体   中英

How to install node js for Hyperledger-fabric development environment?

I'm following the hyperledger-fabric guide to create first network example, as prerequisites it asks for nodejs 8.x versions. My pc already have nodejs 11.15.0 since that version is needed for other development environment i cannot uninstall node-11 and install nodejs 8.x version.

What are the best options to solve this problem ? Any suggestion highly appreciate.

You could use nvm .Nvm helps to maintain multiple node env on a system. use this guide to install nvm.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM