Registry / devops / node-linux-ppc64le

node-linux-ppc64le

JSON →
library24.15.0jsnpmunverified

Platform-specific binary package for Node.js on 64-bit PowerPC Linux (ppc64le), version 24.15.0. This package is part of the node-bin-gen distribution mechanism, providing precompiled binaries for the Node.js JavaScript runtime. Node.js follows a 6-month major release cycle with even-numbered versions becoming LTS receiving 12 months of Active LTS and 18 months of Maintenance support. This package is intended for environments where native compilation of Node.js from source is not feasible.

npm install node-linux-ppc64le
INSTALL
IMPORT
SIG · NODE-LINUX-PPC64LE
N
node-linux-ppc64le
devopsjavascriptv24.15.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 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

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

node
Invoke the 'node' command directly from the binary path.
There is no standard import; this is a binary package, not a module.
This package is a platform-specific binary distribution for Node.js. It is not imported in code; instead, the binary is installed to the system PATH.

Verifies the Node.js binary obtains the correct version and architecture (ppc64le).

const { execSync } = require('child_process'); const output = execSync('node -e "console.log(process.version, process.arch)"', { encoding: 'utf8' }); console.log('Node.js version:', output.trim()); // Expected output: v24.15.0 ppc64le
Debug
Known issues
gotchaThis package is only for the ppc64le architecture on Linux. Installing on other platforms will fail.
fix
Ensure your system is 64-bit PowerPC Linux (little endian). Verify with: uname -m
affects: all
gotchaThis binary package might not receive updates as quickly as official Node.js releases due to third-party distribution.
fix
For official up-to-date binaries, use the Node.js official download page or package manager versions from the Node.js website.
affects: all
gotchaNo npm included by default; you may need to install npm separately or use the corepack integrated in Node.js.
fix
Use corepack enable to activate package manager support, or install npm via Node.js installer from official source.
affects: >=24.0.0
Errors
Common errors & fixes
node: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by node)
System glibc version is older than the one used to build the binary.
fix
Update glibc to at least version 2.29, or use a Node.js binary built for an older glibc (e.g., use official Node.js binary or build from source).
bash: ./node: cannot execute binary file: Exec format error
Trying to run a ppc64le binary on a non-ppc64le architecture.
fix
Verify your CPU architecture with 'uname -m'; it must report 'ppc64le' to run this binary.
Upgrade
Version history
24.15.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
node-linux-ppc64le — npm install node-linux-ppc64le · libregistry