You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing ignite v28.1.1 I get this error even for version command:
Path Config Status
github.com/ignite/[email protected] 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/[email protected]: 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)```
The text was updated successfully, but these errors were encountered:
After installing ignite v28.1.1 I get this error even for
version
command:The text was updated successfully, but these errors were encountered: