Can you update nodejs-current to latest version (10.6.0) ?
$ pkg install nodejs-current
Hit:1 https://termux.net stable InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs-current is already the newest version (9.11.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ node -v
v9.11.1
Thanks! This will requiring an update of openssl, which is being planned as soon as openssl 1.1.1 is released.
The nodejs package is now at version 10.10.0.
The nodejs-current package no longer exist, there is now only a single nodejs package for the current version.
I'm pretty ticked off that the nodejs LTS version was completed removed like this. This has totally borked my development environment and now I have broken yarn builds because they currently only work with NodeJS v8. At the very least the LTS v8 version should have remained in the repository and not moved to disabled.
Can we have a node-lts package or something?
(Actually, there are issues with older node versions, though, especially in termux, so supporting it would require work...)
@timnolte @Quasic A nodejs-lts package is now available, install it with pkg in nodejs-lts and try it out!
@fornwall I can't begin to thank you enough for making this available.
I want to install nodejs 12 .0.3 how can i do this
Most helpful comment
@timnolte @Quasic A
nodejs-ltspackage is now available, install it withpkg in nodejs-ltsand try it out!