Node.js is a platform built on Chrome's JavaScript runtime
for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.
Extend existing shebang fixes to cover all npm nested modules and shell scripts that call 'node' as a command. This prevents failures when scripts try to call /usr/bin/node which is not shipped, instead redirecting them to the versioned /usr/bin/node-24 binary. Fixes include: - All JavaScript/TypeScript files with node shebangs in npm nested modules - Shell scripts like node-gyp that call 'node' as a command 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| packaging | ||
| .gitignore | ||
| 0001-Remove-unused-OpenSSL-config.patch | ||
| 0005-v8-highway-Fix-for-GCC-15-compiler-error-on-PPC8-PPC.patch | ||
| i18n-btest402.js | ||
| Makefile | ||
| nodejs.pc.in | ||
| nodejs.srpm.macros | ||
| nodejs24.spec | ||
| npmrc.in | ||
| README.md | ||
| rpminspect.yaml | ||
| sources | ||
| test-runner.sh | ||
| test-should-pass.txt | ||
| v8.pc.in | ||
nodejs24
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.