nom icon indicating copy to clipboard operation
nom copied to clipboard

Installation fails on M3 MacBook running macOS Sonoma 14.4

Open realbaylen opened this issue 10 months ago • 2 comments

$ go install github.com/guyfedwards/nom/cmd/nom@latest

This command takes a few seconds to run, provides no output, and does not seem to succeed in installing nom.

The output of $ go version is go version go1.22.1 darwin/arm64.

realbaylen avatar Apr 03 '24 15:04 realbaylen

Can you try running with go install -v -n -a github.com/guyfedwards/nom/cmd/nom@latest . This should provide more logging on why the install is failing.

guyfedwards avatar Apr 04 '24 13:04 guyfedwards

I've just tried the go install ... command in a fresh linux env and it worked but installed an old version. I might suggest that you are better off downlaoding one of the binaries from releases instead of go install ...

guyfedwards avatar Apr 04 '24 13:04 guyfedwards

closing as no reply

guyfedwards avatar Jun 11 '24 22:06 guyfedwards