Distributions: Support Node.js v13

Created on 22 Oct 2019  路  7Comments  路  Source: nodesource/distributions

Node.js v13.0.0 released today.

Most helpful comment

We are still supporting our distributions channel, Newest versions were pushed are ready to be installed now for Dubnium and Erbium, we expect to regain the usual speed.

Stay tunned we will start supporting 13 soon

All 7 comments

Is nodesource dead? It seems it's been abandoned. There are couple of issues posted recently about new node releases that are not available on nodesource and nobody cares.

Is nodesource dead? It seems it's been abandoned. There are couple of issues posted recently about new node releases that are not available on nodesource and nobody cares.

I lack any insider knowledge, but there have been some speculations. There were a number of tweets in September from NodeSource employees leaving/looking for new jobs, and not much activity since. Cf. replies/discussion: https://twitter.com/jasnell/status/1170579262690271232?lang=en

We are still supporting our distributions channel, Newest versions were pushed are ready to be installed now for Dubnium and Erbium, we expect to regain the usual speed.

Stay tunned we will start supporting 13 soon

@edsadr Please, add nodejs 13.x support for CentOS 8 :+1: The nodejs 12.x also does not have support for centOS 8 :beers:

ok, now nodejs 13.x is supported, closing this issue, and thanks to everybody for being patient.

closing this issue now

@edsadr In CentOS 8, the script https://rpm.nodesource.com/setup_13.x is installing the nodejs 10.16.3 :confused:

Steps to reproduce:

docker container run --rm -it centos:8 /bin/bash
yum install -y which curl gcc-c++ make
curl -sL https://rpm.nodesource.com/setup_13.x | bash -
yum install -y nodejs
node --version

The output is v10.16.3 :+1: Maybe the issue can be reopened.

Was this page helpful?
0 / 5 - 0 ratings