Registry / devops / oriservice-windows-amd64

oriservice-windows-amd64

JSON →
library0.0.0-pre-alpha.2jsnpmunverified

Distributes the prebuilt Windows AMD64 binary for the ori service, which runs inner-loop builds of TypeScript monorepos using esbuild. Version 0.0.0-pre-alpha.2 is a pre-release and not stable. This package is part of the ori toolchain from Microsoft, intended for use on Windows amd64 platforms only. The ori service is designed to accelerate development builds in monorepo setups by leveraging esbuild's speed. Currently in very early alpha stage with no stable release track.

npm install oriservice-windows-amd64
INSTALL
IMPORT
SIG · ORISERVICE-WINDOWS
O
oriservice-windows-amd64
devopsjavascriptv0.0.0-pre-alpha.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Illustrates how to run the ori service binary on Windows AMD64.

#!/usr/bin/env bash # ori service is a platform binary package; no JavaScript imports. # Download and run the service: npx oriservice-windows-amd64@0.0.0-pre-alpha.2 & # Wait for service to start, then run ori commands ori build --service=http://localhost:3000
ori --version
Debug
Known issues
breakingPre-release software: API and behavior may change without notice.
fix
Pin to exact version and monitor release notes.
affects: 0.0.0-pre-alpha.2
gotchaPlatform-specific package: only works on Windows AMD64. Install on other platforms will result in missing binary.
fix
Use the correct platform package for your OS (e.g., oriservice-linux-amd64, oriservice-darwin-arm64).
affects: >=0
gotchaPackage is a binary distribution; no JS/TS imports are available.
fix
Use npx or direct binary execution instead of require/import.
affects: >=0
Errors
Common errors & fixes
Error: Cannot find module 'oriservice-windows-amd64'
Attempting to import the package as a JavaScript module.
fix
This is a binary package, not a JS module. Use npx or execute the binary directly.
zsh: command not found: oriservice-windows-amd64
Binary not in PATH after npm install.
fix
Use npx oriservice-windows-amd64 or add node_modules/.bin to PATH.
Upgrade
Version history
0.0.0-pre-alpha.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
oriservice-windows-amd64 — npm install oriservice-windows-amd64 · libregistry