IBM / BlockchainNetwork-CompositeJourney

Part 1 in a series of patterns showing the building blocks of a Blockchain application
https://developer.ibm.com/code/patterns/build-a-blockchain-network/
Apache License 2.0
232 stars 175 forks source link

Quick note on using node version 8 #29

Closed Cradical closed 6 years ago

Cradical commented 6 years ago

It would be helpful for folks to know (especially new developers) that they need to be running node version 8 in order to get the commands in this code-along to work properly. I am sure as you all know, node will run the latest version that is installed. I ran into errors running commands in this code-along before realizing I needed to switch versions. Anyways, keep up the great work!