Registry / devops / rollup-plugin-local-import-linux-x64-gnu

rollup-plugin-local-import-linux-x64-gnu

JSON →
library1.2.0jsnpmunverified

Platform-specific binary for the rollup-plugin-local-import package, targeting x86_64-unknown-linux-gnu. Version 1.2.0 is current and stable. This package is part of a system that provides native binaries for Node.js addons; it is automatically installed as an optional dependency and should never be imported directly. The Linux x64 GNU binary enables compilation-free usage on Linux glibc systems.

npm install rollup-plugin-local-import-linux-x64-gnu
INSTALL
IMPORT
SIG · ROLLUP-PLUGIN-LOCA
R
rollup-plugin-local-import-linux-x64-gnu
devopsjavascriptv1.2.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default export
import localImport from 'rollup-plugin-local-import'
import localImport from 'rollup-plugin-local-import-linux-x64-gnu'
Never import this binary package directly. Always import 'rollup-plugin-local-import' which selects the correct platform binary.
rollup config usage
import localImport from 'rollup-plugin-local-import'; export default { plugins: [localImport()] }
const { localImport } = require('rollup-plugin-local-import-linux-x64-gnu')
The plugin is exported as a default function. CommonJS require is supported via 'rollup-plugin-local-import', not the binary package.
type import (TypeScript)
import type { RollupPluginLocalImportOptions } from 'rollup-plugin-local-import'
import type { RollupPluginLocalImportOptions } from 'rollup-plugin-local-import-linux-x64-gnu'
Type exports are only available from the parent package, not the platform binary. Use the parent package for both types and runtime.

Demonstrates how to use the parent rollup-plugin-local-import package, not the binary. Always use the parent package.

// This package should NOT be used directly. Use the parent package. // Instead, in your rollup.config.js: import localImport from 'rollup-plugin-local-import'; export default { input: 'src/index.js', plugins: [ localImport({ // options here }) ], output: { file: 'dist/bundle.js', format: 'cjs' } };
Debug
Known issues
gotchaThis package is a platform-specific binary. Importing it directly will fail or cause unexpected behavior.
fix
Always import 'rollup-plugin-local-import' instead of this binary package.
affects: >=0.0.0
breakingPackage is intended only for x86_64 GNU/Linux systems. Will not work on other architectures or operating systems.
fix
Use the correct platform-specific binary for your OS (listed as optional dependencies of the parent package).
affects: >=0.0.0
deprecatedNode.js >=10 is required; older versions are not supported.
fix
Upgrade Node.js to version 10 or later.
affects: <1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'rollup-plugin-local-import-linux-x64-gnu'
Attempted to import the binary package directly instead of the parent package.
fix
Install and import 'rollup-plugin-local-import' instead.
Error: The module 'rollup-plugin-local-import-linux-x64-gnu' is not a valid native addon
Trying to require a binary-only package in a non-compatible environment (e.g., missing glibc or wrong architecture).
fix
Ensure you are on x86_64 GNU/Linux with glibc, and use the parent package 'rollup-plugin-local-import' which handles platform detection.
Upgrade
Version history
1.2.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rollup-plugin-local-import-linux-x64-gnu — npm install rollup-plugin-local-import-linux-x64-gnu · libregistry