After installing ignite v28.1.1 I get this error even for version command:
Path Config Status
github.com/ignite/cli-plugin-network@v0.1.0 global ✘ Error: connecting: Unrecognized remote plugin message:
Failed to read any lines from plugin's stdout
This usually means
the plugin was not compiled for this architecture,
the plugin is missing dynamic-link libraries necessary to run,
the plugin is not executable by this process due to file permissions, or
the plugin failed to negotiate the initial go-plugin protocol handshake
Additional notes about plugin:
Path: /Users/user/.ignite/apps/github.com/ignite/cli-plugin-network-v0.1.0/cli-plugin-network.ign
Mode: -rwxrwxrwx
Owner: 501 [user] (current: 501 [user])
Group: 20 [staff] (current: 20 [staff])
MachO architecture: CpuArm64 (current architecture: arm64)
error while loading apps: fail to link: github.com/ignite/cli-plugin-network@v0.1.0: connecting: Unrecognized remote plugin message:
Failed to read any lines from plugin's stdout
This usually means
the plugin was not compiled for this architecture,
the plugin is missing dynamic-link libraries necessary to run,
the plugin is not executable by this process due to file permissions, or
the plugin failed to negotiate the initial go-plugin protocol handshake
Additional notes about plugin:
Path: /Users/user/.ignite/apps/github.com/ignite/cli-plugin-network-v0.1.0/cli-plugin-network.ign
Mode: -rwxrwxrwx
Owner: 501 [user] (current: 501 [user])
Group: 20 [staff] (current: 20 [staff])
MachO architecture: CpuArm64 (current architecture: arm64)```
After installing ignite v28.1.1 I get this error even for
version
command: