Reputation: 85
i have uninstall/install the composer
npm uninstall -g composer-cli
npm install -g composer-cli
and i have run
teardownFabric.sh
go the the following error .FileNotFoundError: [Errno 2] No such file or directory: '/cygdrive/c/Users/Hiii
/workspace/HLF-Windows-Fabric-Tool/fabric-scripts/hlfv11/composer/docker-compose.yml
is there any simple way just ugrade or downgrade and make both in the same sync
Upvotes: 0
Views: 211
Reputation: 85
updated with specify the version using the command:
npm install -g [email protected] (it solved me the error)
Upvotes: 1