cli
cli copied to clipboard
FIX: Error while running ignite scafflod in MacOS M3 Sequioa
Context: Plugin Compatibility Issue on ARM64 Architecture (cli-plugin-network v0.2.2)
Describe the Bug:
I encountered an issue while trying to use the cli-plugin-network plugin (v0.2.2) with the Ignite CLI on an ARM64 system (Apple M1/M2). The plugin fails to load with an error related to architecture compatibility, and the system logs indicate issues with the handshake process between Ignite and the plugin.
Steps to Reproduce:
1.Use a machine with an ARM64 architecture (Apple M1/M2). 2.Install Ignite CLI. 3.ignite scaffold chain hello
Expected Behavior:
The plugin should work correctly on ARM64 architecture without errors.
Actual Behavior:
The plugin fails to load, and the following error is logged:
Failed to read any lines from plugin's stdout. This usually means the plugin was not compiled for this architecture...
Environment Details:
- OS: macOS (ARM64 - Apple M3)
- Ignite Version: v28.5.3-dev
- Go Version: go1.23.1