Description
From the main page/README, I can read:
Works Everywhere: first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), Android, FreeBSD, OpenBSD, and NetBSD
But when running npm install -g @charmland/crush in OpenBSD 7.9 one gets error:
$ npm i -g @charmland/crush
npm error code 1
npm error path /home/guigui/.local/npm/lib/node_modules/@charmland/crush
npm error command failed
npm error command sh -c node install.js
npm error file:///home/guigui/.local/npm/lib/node_modules/@charmland/crush/lib.js:162
npm error throw new Error(`Installation failed: ${err.message}`);
npm error ^
npm error
npm error Error: Installation failed: No archive available for openbsd-x64
npm error at install (file:///home/guigui/.local/npm/lib/node_modules/@charmland/crush/lib.js:162:9)
npm error at file:///home/guigui/.local/npm/lib/node_modules/@charmland/crush/install.js:6:1
npm error at ModuleJob.run (node:internal/modules/esm/module_job:343:25)
npm error at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26)
npm error at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5)
npm error
npm error Node.js v22.22.2
npm error A complete log of this run can be found in: /home/guigui/.npm/_logs/2026-06-22T11_44_59_130Z-debug-0.log
Which clearly states that OpenBSD is NOT supported
Version
No response
Environment
No response
Description
From the main page/README, I can read:
Works Everywhere: first-class support in every terminal on macOS, Linux, Windows (PowerShell and WSL), Android, FreeBSD, OpenBSD, and NetBSDBut when running
npm install -g @charmland/crushin OpenBSD 7.9 one gets error:Which clearly states that OpenBSD is NOT supported
Version
No response
Environment
No response