@glrs-dev/assume-linux-arm64
v0.6.5
Published
Prebuilt gs-assume binary for Linux arm64. Installed automatically as an optional dependency of @glrs-dev/assume.
Readme
@glrs-dev/assume-linux-arm64
Prebuilt gs-assume binary for Linux arm64.
This is an internal distribution package. You should not install this directly. Instead install the main package:
npm i -g @glrs-dev/assumeThe main package lists this one as an optionalDependency. npm and pnpm and bun all honor the os + cpu fields in this package's package.json, so only users on linux-arm64 will actually download this tarball.
If you hit a "platform package not found" error from @glrs-dev/assume, you may have run npm install --no-optional or have a package manager that silently skipped the optional dep. In that case install this package explicitly:
npm i @glrs-dev/assume-linux-arm64See the main package for usage, or glrs.dev/assume for full docs.
License
MIT — see the repo.
