gactions
gactions copied to clipboard
Build for M1 Mac
On an M1 mac, I ran npm install -g @assistant/gactions and then tried to execute gactions command. Got the error:
Gactions binPath /usr/local/lib/node_modules/@assistant/gactions/bin/gactions-darwin-arm64 not found, exiting with error
I resolved renaming /usr/local/lib/node_modules/@assistant/gactions/bin/gactions-darwin-arm64 to /usr/local/lib/node_modules/@assistant/gactions/bin/gactions (first remove/rename old gactions bin)
Similar solutions worked for me. Changed the @assistant/gactions/bin/gactions-darwin-x64 to @assistant/gactions/bin/gactions-darwin-arm64.