zeppelinos/zos-cli

Incorrect error message when pushing to a network where stdlib is unavailable

spalladino opened this issue · 1 comments

Given a push to a network for which the linked stdlib has no zos.network.json file, the error message is Required stdlib version 1.0.1 does not match stdlib package version undefined. Instead, show something along the lines of Required stdlib foo@1.0.1 is not deployed to network NETWORK. Consider using --deploy-stdlib for a custom deployment.

Could not reproduce