gomplate / gomplate-npm

Install gomplate using npm!
https://gomplate.ca
MIT License
6 stars 1 forks source link

"pnpm i gomplate" fails on arm64 mac #10

Open billc-dev opened 2 months ago

billc-dev commented 2 months ago
pnpm i gomplate
../../node_modules/.pnpm/gomplate@3.11.7/node_modules/gomplate: Running postinstall script, failed in 210ms
.../node_modules/gomplate postinstall$ go-npm install
│ Installation is not supported for this architecture: arm64
│ Invalid inputs
└─ Failed in 210ms at /Users/bill/node_modules/.pnpm/gomplate@3.11.7/node_modules/gomplate
 ELIFECYCLE  Command failed with exit code 1.

This seems to be an issue from the go-npm package. https://github.com/sanathkr/go-npm/issues/14 https://github.com/sanathkr/go-npm/pull/20

hairyhenderson commented 1 month ago

Sorry for the delay on this - as you noted this is an upstream issue.

I'd recommend using a different installation method. Once upstream is fixed this'll start working, otherwise there's nothing I can do.