gactions icon indicating copy to clipboard operation
gactions copied to clipboard

Build for M1 Mac

Open bowmanmc opened this issue 4 years ago • 2 comments

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

bowmanmc avatar Dec 14 '21 01:12 bowmanmc

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)

simusr2 avatar Jan 31 '22 20:01 simusr2

Similar solutions worked for me. Changed the @assistant/gactions/bin/gactions-darwin-x64 to @assistant/gactions/bin/gactions-darwin-arm64.

OriginalJef avatar Mar 10 '22 10:03 OriginalJef