oriservice-linux-amd64
raw JSON → 0.0.0-pre-alpha.2 verified Fri May 01 auth: no javascript
This package provides Linux amd64 binary dependencies for the ORI service, which is part of Microsoft's innerloop build tooling for TypeScript monorepos using esbuild. Version 0.0.0-pre-alpha.2 is an early pre-alpha release with no stable API. It is platform-specific and likely installed automatically as a dependency of the main 'ori' package. There is no release cadence. Key differentiator: it offers native performance on Linux amd64 but is not intended for direct use by developers.
Common errors
error Module not found: Error: Can't resolve 'oriservice-linux-amd64' ↓
cause Trying to import or require this package directly.
fix
Do not import this package; use the main 'ori' package instead.
Warnings
gotcha Do not install this package directly. It is a platform-specific dependency for the 'ori' CLI tool. Install 'ori' instead. ↓
fix npm install ori
breaking Pre-alpha version: no stable API or guarantees. Expect breaking changes with each release. ↓
fix Pin to a specific version and test thoroughly.
deprecated This package is experimental and may be removed or renamed in future versions. ↓
fix Monitor the main 'ori' package for updates.
Install
npm install oriservice-linux-amd64 yarn add oriservice-linux-amd64 pnpm add oriservice-linux-amd64 Imports
- default wrong
const ori = require('oriservice-linux-amd64')correctimport ori from 'ori'
Quickstart
# This package is a platform-specific binary dependency and should not be installed directly.
# Instead, install the main 'ori' package which will pull the correct platform-specific package.
npm install ori