Files
AeroPkg/assets/var/gnu/nodejs.md

10 lines
165 B
Markdown
Raw Permalink Normal View History

2026-09-10 16:59:11 +03:00
nodejs 26.5.0
=
https://github.com/nodejs/node/archive/refs/tags/v26.5.0.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```