I am trying to install Hyperledger-composer on my ubuntu instance on my local as well as on remote instance. But I am getting the same error everywhere which is:
"No version of composer-cli has been detected, you need to install composer-cli at v0.19 or higher"
Things which I have already tried are:
--Installing the composer-cli V0.19
--Reinstalling Node using NVM.
--Although it is not advised but I also tried to execute commands using sudo.
I am unable to figure out the exact issue here. Help would be appreciated.