## description when running the install command: ``` go install ./cmd/iaviewer ``` error occurs: ``` main module (github.com/cosmos/iavl) does not contain package github.com/cosmos/iavl/cmd/iaviewer ``` ## fix remove cmd/go.mod to solve it
description
when running the install command:
error occurs:
fix
remove cmd/go.mod to solve it