fablo
fablo copied to clipboard
Drop support for yarn and nvm
We use both yarn and nvm in chaincode installation: chaincode-functions-v1.4.sh and chaincode-functions-v2.sh. We don't want it because:
- yarn seems to no longer as popular as it used to
- nvm causes a lot of compatibility issues across platforms (different behavior on MacOS, Linux, and CI runners)
Also both yarn and nvm are nice-to-have features that are not really required.