nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
79.77k stars 7.99k forks source link

nvm ls-remote shows no versions of node only iojs #2639

Closed stevensonmt closed 2 years ago

stevensonmt commented 2 years ago

Operating system and version:

Manjaro Linux kernel 5.10.60-1

nvm debug output:

```sh nvm --version: v0.33.8 $SHELL: /usr/bin/zsh $HOME: /home/matt $NVM_DIR: '$HOME/.nvm' $PREFIX: '' $NPM_CONFIG_PREFIX: '' $NVM_NODEJS_ORG_MIRROR: '' $NVM_IOJS_ORG_MIRROR: '' shell version: 'zsh 5.8 (x86_64-pc-linux-gnu)' uname -a: 'Linux 5.10.60-1-MANJARO #1 SMP PREEMPT Wed Aug 18 08:02:07 UTC 2021 x86_64 GNU/Linux' OS version: Manjaro Linux () () curl: /usr/bin/curl, curl 7.79.1 (x86_64-pc-linux-gnu) libcurl/7.79.1 OpenSSL/1.1.1l zlib/1.2.11 brotli/1.0.9 zstd/1.5.0 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.45.0 wget: /usr/bin/wget, GNU Wget 1.21.1 built on linux-gnu. git: /usr/bin/git, git version 2.33.0 grep: grep: aliased to grep --color=tty -d skip (grep --color=tty -d skip), grep (GNU grep) 3.7 awk: /usr/bin/awk, GNU Awk 5.1.0, API: 3.0 (GNU MPFR 4.1.0-p13, GNU MP 6.2.1) sed: /usr/bin/sed, sed (GNU sed) 4.8 cut: /usr/bin/cut, cut (GNU coreutils) 9.0 basename: /usr/bin/basename, basename (GNU coreutils) 9.0 rm: /usr/bin/rm, rm (GNU coreutils) 9.0 mkdir: /usr/bin/mkdir, mkdir (GNU coreutils) 9.0 xargs: /usr/bin/xargs, xargs (GNU findutils) 4.8.0 nvm current: v10.24.0 which node: $NVM_DIR/versions/node/v10.24.0/bin/node which iojs: iojs not found which npm: $NVM_DIR/versions/node/v10.24.0/bin/npm npm config get prefix: npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm You can find the latest version at https://nodejs.org/ $NVM_DIR/versions/node/v10.24.0 npm root -g: npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm You can find the latest version at https://nodejs.org/ $NVM_DIR/versions/node/v10.24.0/lib/node_modules ```

nvm ls output:

```sh v8.9.4 -> v10.24.0 default -> node (-> v10.24.0) node -> stable (-> v10.24.0) (default) stable -> 10.24 (-> v10.24.0) (default) iojs -> N/A (default) lts/* -> lts/fermium (-> N/A) lts/argon -> v4.9.1 (-> N/A) lts/boron -> v6.17.1 (-> N/A) lts/carbon -> v8.17.0 (-> N/A) lts/dubnium -> v10.24.0 lts/erbium -> v12.21.0 (-> N/A) lts/fermium -> v14.16.0 (-> N/A) ```

How did you install nvm?

AUR package

What steps did you perform?

nvm install node

What happened?

Version 'node' not found - try nvm ls-remote to browse available versions. running nvm ls-remote returns

iojs-v1.0.0
iojs-v1.0.1
iojs-v1.0.2
iojs-v1.0.3
iojs-v1.0.4
iojs-v1.1.0
iojs-v1.2.0
iojs-v1.3.0
iojs-v1.4.1
iojs-v1.4.2
iojs-v1.4.3
iojs-v1.5.0
iojs-v1.5.1
iojs-v1.6.0
iojs-v1.6.1
iojs-v1.6.2
iojs-v1.6.3
iojs-v1.6.4
iojs-v1.7.1
iojs-v1.8.1
iojs-v1.8.2
iojs-v1.8.3
iojs-v1.8.4
iojs-v2.0.0
iojs-v2.0.1
iojs-v2.0.2
iojs-v2.1.0
iojs-v2.2.0
iojs-v2.2.1
iojs-v2.3.0
iojs-v2.3.1
iojs-v2.3.2
iojs-v2.3.3
iojs-v2.3.4
iojs-v2.4.0
iojs-v2.5.0
iojs-v3.0.0
iojs-v3.1.0
iojs-v3.2.0
iojs-v3.3.0
iojs-v3.3.1

What did you expect to happen?

List of available node versions to install.

If you are having installation issues, or getting "N/A", what does curl -I --compressed -v https://nodejs.org/dist/ print out?

curl -I --compressed -v $NVM_NODEJS_ORG_MIRROR * Trying 104.20.23.46:443... * Connected to nodejs.org (104.20.23.46) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: none * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: OU=Domain Control Validated; OU=PositiveSSL Wildcard; CN=*.nodejs.org * start date: Oct 21 00:00:00 2019 GMT * expire date: Jan 18 23:59:59 2022 GMT * subjectAltName: host "nodejs.org" matched cert's "nodejs.org" * issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA * SSL certificate verify ok. * Using HTTP2, server supports multiplexing * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * Using Stream ID: 1 (easy handle 0x55750a47a8d0) > HEAD /dist HTTP/2 > Host: nodejs.org > user-agent: curl/7.79.1 > accept: */* > accept-encoding: deflate, gzip, br, zstd > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * old SSL session ID is stale, removing * Connection state changed (MAX_CONCURRENT_STREAMS == 256)! < HTTP/2 301 HTTP/2 301 < date: Wed, 03 Nov 2021 17:37:46 GMT date: Wed, 03 Nov 2021 17:37:46 GMT < content-type: text/html content-type: text/html < location: https://nodejs.org/dist/ location: https://nodejs.org/dist/ < cache-control: max-age=14400 cache-control: max-age=14400 < cf-cache-status: HIT cf-cache-status: HIT < age: 217 age: 217 < expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" < vary: Accept-Encoding vary: Accept-Encoding < server: cloudflare server: cloudflare < cf-ray: 6a875f56ccda39ad-SEA cf-ray: 6a875f56ccda39ad-SEA < * Connection #0 to host nodejs.org left intact ```
Motlytronix commented 2 years ago

Confirm a UFO and please Belivee me at least few actually mite

On 29 Oct. 2021 4:50 pm, "stevensonmt" @.***> wrote:

Operating system and version:

Manjaro Linux kernel 5.10.60-1 nvm debug output: nvm --version: v0.33.8 $SHELL: /usr/bin/zsh $HOME: /home/matt $NVM_DIR: '$HOME/.nvm' $PREFIX: '' $NPM_CONFIG_PREFIX: '' $NVM_NODEJS_ORG_MIRROR: '' $NVM_IOJS_ORG_MIRROR: '' shell version: 'zsh 5.8 (x86_64-pc-linux-gnu)' uname -a: 'Linux 5.10.60-1-MANJARO #1 https://github.com/nvm-sh/nvm/issues/1 SMP PREEMPT Wed Aug 18 08:02:07 UTC 2021 x86_64 GNU/Linux' OS version: Manjaro Linux () () curl: /usr/bin/curl, curl 7.79.1 (x86_64-pc-linux-gnu) libcurl/7.79.1 OpenSSL/1.1.1l zlib/1.2.11 brotli/1.0.9 zstd/1.5.0 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.45.0 wget: /usr/bin/wget, GNU Wget 1.21.1 built on linux-gnu. git: /usr/bin/git, git version 2.33.0 grep: grep: aliased to grep --color=tty -d skip (grep --color=tty -d skip), grep (GNU grep) 3.7 awk: /usr/bin/awk, GNU Awk 5.1.0, API: 3.0 (GNU MPFR 4.1.0-p13, GNU MP 6.2.1) sed: /usr/bin/sed, sed (GNU sed) 4.8 cut: /usr/bin/cut, cut (GNU coreutils) 9.0 basename: /usr/bin/basename, basename (GNU coreutils) 9.0 rm: /usr/bin/rm, rm (GNU coreutils) 9.0 mkdir: /usr/bin/mkdir, mkdir (GNU coreutils) 9.0 xargs: /usr/bin/xargs, xargs (GNU findutils) 4.8.0 nvm current: v10.24.0 which node: $NVM_DIR/versions/node/v10.24.0/bin/node which iojs: iojs not found which npm: $NVM_DIR/versions/node/v10.24.0/bin/npm npm config get prefix: npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm You can find the latest version at https://nodejs.org/ $NVM_DIR/versions/node/v10.24.0 https://nodejs.org/$NVM_DIR/versions/node/v10.24.0 npm root -g: npm WARN npm npm does not support Node.js v10.24.0 npm WARN npm You should probably upgrade to a newer version of node as we npm WARN npm can't make any promises that npm will work with this version. npm WARN npm You can find the latest version at https://nodejs.org/ $NVM_DIR/versions/node/v10.24.0/lib/node_modules https://nodejs.org/$NVM_DIR/versions/node/v10.24.0/lib/node_modules

nvm ls output: v8.9.4 -> v10.24.0 default -> node (-> v10.24.0) node -> stable (-> v10.24.0) (default) stable -> 10.24 (-> v10.24.0) (default) iojs -> N/A (default) lts/* -> lts/fermium (-> N/A) lts/argon -> v4.9.1 (-> N/A) lts/boron -> v6.17.1 (-> N/A) lts/carbon -> v8.17.0 (-> N/A) lts/dubnium -> v10.24.0 lts/erbium -> v12.21.0 (-> N/A) lts/fermium -> v14.16.0 (-> N/A)

How did you install nvm?

AUR package What steps did you perform?

nvm install node What happened?

Version 'node' not found - try nvm ls-remote to browse available versions. running nvm ls-remote returns iojs-v1.0.0 iojs-v1.0.1 iojs-v1.0.2 iojs-v1.0.3 iojs-v1.0.4 iojs-v1.1.0 iojs-v1.2.0 iojs-v1.3.0 iojs-v1.4.1 iojs-v1.4.2 iojs-v1.4.3 iojs-v1.5.0 iojs-v1.5.1 iojs-v1.6.0 iojs-v1.6.1 iojs-v1.6.2 iojs-v1.6.3 iojs-v1.6.4 iojs-v1.7.1 iojs-v1.8.1 iojs-v1.8.2 iojs-v1.8.3 iojs-v1.8.4 iojs-v2.0.0 iojs-v2.0.1 iojs-v2.0.2 iojs-v2.1.0 iojs-v2.2.0 iojs-v2.2.1 iojs-v2.3.0 iojs-v2.3.1 iojs-v2.3.2 iojs-v2.3.3 iojs-v2.3.4 iojs-v2.4.0 iojs-v2.5.0 iojs-v3.0.0 iojs-v3.1.0 iojs-v3.2.0 iojs-v3.3.0 iojs-v3.3.1 #### What did you expect to happen? List of available node versions to install. If you are having installation issues, or getting "N/A", what does curl -I --compressed -v https://nodejs.org/dist/ print out? Trying 104.20.22.46:443... Connected to nodejs.org (104.20.22.46) port 443 (#0)

../latest/ 20-Oct-2021 20:25 -latest-argon/ 30-Mar-2018 03:32 -latest-boron/ 03-Apr-2019 19:45 -latest-carbon/ 18-Dec-2019 16:41 -latest-dubnium/ 06-Apr-2021 19:56 -latest-erbium/ 12-Oct-2021 15:21 -latest-fermium/ 12-Oct-2021 15:22 -latest-gallium/ 26-Oct-2021 16:19 -latest-v0.10.x/ 18-Oct-2016 16:38 -latest-v0.12.x/ 22-Feb-2017 13:55 -latest-v10.x/ 06-Apr-2021 19:56 -latest-v11.x/ 30-Apr-2019 17:52 -latest-v12.x/ 12-Oct-2021 15:21 -latest-v13.x/ 29-Apr-2020 22:29 -latest-v14.x/ 12-Oct-2021 15:22 -latest-v15.x/ 06-Apr-2021 20:49 -latest-v16.x/ 26-Oct-2021 16:19 -latest-v17.x/ 20-Oct-2021 20:25 -latest-v4.x/ 30-Mar-2018 03:32 -latest-v5.x/ 23-Jun-2016 23:19 -latest-v6.x/ 03-Apr-2019 19:45 -latest-v7.x/ 11-Jul-2017 16:52 -latest-v8.x/ 18-Dec-2019 16:41 -latest-v9.x/ 12-Jun-2018 23:27 -npm/ 23-May-2014 16:55 -patch/ 30-Jul-2014 23:02 -v0.1.100/ 17-Oct-2015 10:42 -v0.1.101/ 17-Oct-2015 10:42 -v0.1.102/ 17-Oct-2015 10:42 -v0.1.103/ 17-Oct-2015 10:42 -v0.1.104/ 17-Oct-2015 10:42 -v0.1.14/ 17-Oct-2015 10:42 -v0.1.15/ 17-Oct-2015 10:42 -v0.1.16/ 17-Oct-2015 10:42 -v0.1.17/ 17-Oct-2015 10:42 -v0.1.18/ 17-Oct-2015 10:42 -v0.1.19/ 17-Oct-2015 10:42 -v0.1.20/ 17-Oct-2015 10:42 -v0.1.21/ 17-Oct-2015 10:42 -v0.1.22/ 17-Oct-2015 10:42 -v0.1.23/ 17-Oct-2015 10:42 -v0.1.24/ 17-Oct-2015 10:42 -v0.1.25/ 17-Oct-2015 10:42 -v0.1.26/ 17-Oct-2015 10:42 -v0.1.27/ 17-Oct-2015 10:42 -v0.1.28/ 17-Oct-2015 10:42 -v0.1.29/ 17-Oct-2015 10:42 -v0.1.30/ 17-Oct-2015 10:42 -v0.1.31/ 17-Oct-2015 10:42 -v0.1.32/ 17-Oct-2015 10:42 -v0.1.33/ 17-Oct-2015 10:42 -v0.1.90/ 17-Oct-2015 10:42 -v0.1.91/ 17-Oct-2015 10:42 -v0.1.92/ 17-Oct-2015 10:42 -v0.1.93/ 17-Oct-2015 10:42 -v0.1.94/ 17-Oct-2015 10:42 -v0.1.95/ 17-Oct-2015 10:42 -v0.1.96/ 17-Oct-2015 10:42 -v0.1.97/ 17-Oct-2015 10:42 -v0.1.98/ 17-Oct-2015 10:42 -v0.1.99/ 17-Oct-2015 10:42 -v0.10.0/ 19-Mar-2013 04:14 -v0.10.1/ 21-Mar-2013 19:04 -v0.10.10/ 12-Jun-2013 22:46 -v0.10.11/ 13-Jun-2013 22:11 -v0.10.12/ 19-Jun-2013 02:19 -v0.10.13/ 13-Jul-2013 20:14 -v0.10.14/ 01-Sep-2015 06:15 -v0.10.15/ 12-Aug-2013 20:52 -v0.10.16/ 16-Aug-2013 19:35 -v0.10.16-isaacs-manual/ 16-Aug-2013 16:26 -v0.10.17/ 22-Aug-2013 17:23 -v0.10.18/ 09-Oct-2013 03:56 -v0.10.19/ 09-Oct-2013 17:15 -v0.10.2/ 03-Apr-2013 05:01 -v0.10.20/ 09-Oct-2013 17:25 -v0.10.21/ 21-Oct-2013 19:55 -v0.10.22/ 02-Dec-2013 16:59 -v0.10.23/ 21-Jan-2014 18:51 -v0.10.24/ 21-Jan-2014 19:01 -v0.10.25/ 11-Apr-2014 20:13 -v0.10.26/ 11-Apr-2014 20:34 -v0.10.27/ 07-Aug-2014 17:43 -v0.10.28/ 07-Aug-2014 18:35 -v0.10.29/ 09-Jun-2014 17:45 -v0.10.3/ 26-Apr-2013 23:11 -v0.10.30/ 31-Jul-2014 19:13 -v0.10.31/ 19-Aug-2014 22:12 -v0.10.32/ 16-Sep-2014 23:52 -v0.10.33/ 23-Oct-2014 19:12 -v0.10.34/ 17-Dec-2014 21:59 -v0.10.35/ 22-Dec-2014 21:51 -v0.10.36/ 26-Jan-2015 19:56 -v0.10.37/ 12-Mar-2015 04:11 -v0.10.38/ 23-Mar-2015 21:43 -v0.10.39/ 22-Jun-2015 16:45 -v0.10.4/ 26-Apr-2013 23:41 -v0.10.40/ 09-Jul-2015 21:57 -v0.10.41/ 04-Dec-2015 02:41 -v0.10.42/ 09-Feb-2016 17:03 -v0.10.43/ 04-Mar-2016 01:44 -v0.10.44/ 01-Apr-2016 04:31 -v0.10.45/ 06-May-2016 13:20 -v0.10.46/ 23-Jun-2016 23:21 -v0.10.47/ 28-Sep-2016 00:23 -v0.10.48/ 18-Oct-2016 16:38 -v0.10.5/ 13-May-2013 22:31 -v0.10.6/ 15-May-2013 17:35 -v0.10.7/ 24-May-2013 02:36 -v0.10.8/ 12-Jun-2013 19:42 -v0.10.9/ 12-Jun-2013 19:51 -v0.11.0/ 03-Apr-2013 18:43 -v0.11.1/ 15-May-2013 17:47 -v0.11.10/ 21-Jan-2014 19:19 -v0.11.11/ 11-Apr-2014 20:49 -v0.11.12/ 11-Apr-2014 21:06 -v0.11.13/ 02-May-2014 14:53 -v0.11.14/ 16-Jan-2015 16:37 -v0.11.15/ 20-Jan-2015 23:42 -v0.11.16/ 30-Jan-2015 17:05 -v0.11.2/ 15-May-2013 18:29 -v0.11.3/ 27-Jun-2013 00:26 -v0.11.4/ 13-Jul-2013 19:50 -v0.11.5/ 12-Aug-2013 21:07 -v0.11.6/ 22-Aug-2013 17:24 -v0.11.7/ 09-Oct-2013 17:56 -v0.11.8/ 02-Dec-2013 18:57 -v0.11.9/ 02-Dec-2013 19:16 -v0.12.0/ 06-Feb-2015 22:03 -v0.12.1/ 24-Mar-2015 02:45 -v0.12.10/ 09-Feb-2016 17:03 -v0.12.11/ 03-Mar-2016 18:00 -v0.12.12/ 09-Mar-2016 03:00 -v0.12.13/ 01-Apr-2016 00:10 -v0.12.14/ 06-May-2016 13:52 -v0.12.15/ 23-Jun-2016 23:22 -v0.12.16/ 28-Sep-2016 00:24 -v0.12.17/ 18-Oct-2016 16:16 -v0.12.18/ 22-Feb-2017 13:55 -v0.12.2/ 31-Mar-2015 23:22 -v0.12.3/ 14-May-2015 02:33 -v0.12.4/ 23-May-2015 06:47 -v0.12.5/ 22-Jun-2015 19:52 -v0.12.6/ 04-Jul-2015 02:34 -v0.12.7/ 09-Jul-2015 23:51 -v0.12.8/ 24-Nov-2015 23:53 -v0.12.9/ 04-Dec-2015 02:40 -v0.2.0/ 17-Oct-2015 10:42 -v0.2.1/ 17-Oct-2015 10:42 -v0.2.2/ 17-Oct-2015 10:42 -v0.2.3/ 17-Oct-2015 10:42 -v0.2.4/ 17-Oct-2015 10:42 -v0.2.5/ 17-Oct-2015 10:42 -v0.2.6/ 17-Oct-2015 10:42 -v0.3.0/ 17-Oct-2015 10:42 -v0.3.1/ 17-Oct-2015 10:42 -v0.3.2/ 17-Oct-2015 10:42 -v0.3.3/ 17-Oct-2015 10:42 -v0.3.4/ 17-Oct-2015 10:42 -v0.3.5/ 17-Oct-2015 10:42 -v0.3.6/ 17-Oct-2015 10:42 -v0.3.7/ 17-Oct-2015 10:42 -v0.3.8/ 17-Oct-2015 10:42 -v0.4.0/ 17-Oct-2015 10:42 -v0.4.1/ 17-Oct-2015 10:42 -v0.4.10/ 17-Oct-2015 10:42 -v0.4.11/ 17-Oct-2015 10:42 -v0.4.12/ 17-Oct-2015 10:42 -v0.4.2/ 17-Oct-2015 10:42 -v0.4.3/ 17-Oct-2015 10:42 -v0.4.4/ 17-Oct-2015 10:42 -v0.4.5/ 17-Oct-2015 10:42 -v0.4.6/ 17-Oct-2015 10:42 -v0.4.7/ 17-Oct-2015 10:42 -v0.4.8/ 17-Oct-2015 10:42 -v0.4.9/ 17-Oct-2015 10:42 -v0.5.0/ 17-Oct-2015 10:42 -v0.5.1/ 14-Oct-2015 10:40 -v0.5.10/ 14-Oct-2015 10:40 -v0.5.2/ 14-Oct-2015 10:40 -v0.5.3/ 14-Oct-2015 10:40 -v0.5.4/ 14-Oct-2015 10:40 -v0.5.5/ 14-Oct-2015 10:40 -v0.5.6/ 14-Oct-2015 10:40 -v0.5.7/ 14-Oct-2015 10:40 -v0.5.8/ 14-Oct-2015 10:40 -v0.5.9/ 14-Oct-2015 10:40 -v0.6.0/ 14-Oct-2015 10:39 -v0.6.1/ 14-Oct-2015 10:39 -v0.6.10/ 14-Oct-2015 10:39 -v0.6.11/ 14-Oct-2015 10:39 -v0.6.12/ 14-Oct-2015 10:39 -v0.6.13/ 14-Oct-2015 10:39 -v0.6.14/ 14-Oct-2015 10:39 -v0.6.15/ 14-Oct-2015 10:39 -v0.6.16/ 14-Oct-2015 10:39 -v0.6.17/ 14-Oct-2015 10:39 -v0.6.18/ 14-Oct-2015 10:39 -v0.6.19/ 14-Oct-2015 10:39 -v0.6.2/ 14-Oct-2015 10:39 -v0.6.20/ 14-Oct-2015 10:39 -v0.6.21/ 14-Oct-2015 10:39 -v0.6.3/ 14-Oct-2015 10:39 -v0.6.4/ 14-Oct-2015 10:39 -v0.6.5/ 14-Oct-2015 10:39 -v0.6.6/ 14-Oct-2015 10:39 -v0.6.7/ 14-Oct-2015 10:39 -v0.6.8/ 14-Oct-2015 10:39 -v0.6.9/ 14-Oct-2015 10:39 -v0.7.0/ 14-Oct-2015 10:38 -v0.7.1/ 14-Oct-2015 10:38 -v0.7.10/ 14-Oct-2015 10:38 -v0.7.11/ 14-Oct-2015 10:38 -v0.7.12/ 14-Oct-2015 10:38 -v0.7.2/ 14-Oct-2015 10:38 -v0.7.3/ 14-Oct-2015 10:38 -v0.7.4/ 14-Oct-2015 10:38 -v0.7.5/ 14-Oct-2015 10:38 -v0.7.6/ 14-Oct-2015 10:38 -v0.7.7/ 14-Oct-2015 10:38 -v0.7.8/ 14-Oct-2015 10:38 -v0.7.9/ 14-Oct-2015 10:38 -v0.8.0/ 06-Sep-2015 08:36 -v0.8.1/ 06-Sep-2015 08:36 -v0.8.10/ 06-Sep-2015 08:36 -v0.8.11/ 06-Sep-2015 08:36 -v0.8.12/ 06-Sep-2015 08:36 -v0.8.13/ 06-Sep-2015 08:36 -v0.8.14/ 06-Sep-2015 08:36 -v0.8.15/ 06-Sep-2015 08:36 -v0.8.16/ 06-Sep-2015 08:36 -v0.8.17/ 06-Sep-2015 08:36 -v0.8.18/ 06-Sep-2015 08:36 -v0.8.19/ 06-Sep-2015 08:36 -v0.8.2/ 06-Sep-2015 08:36 -v0.8.20/ 06-Sep-2015 08:36 -v0.8.21/ 06-Sep-2015 08:36 -v0.8.22/ 06-Sep-2015 08:36 -v0.8.23/ 09-Apr-2013 00:30 -v0.8.24/ 04-Jun-2013 14:12 -v0.8.25/ 13-Jun-2013 20:17 -v0.8.26/ 23-Jun-2014 17:02 -v0.8.27/ 23-Jun-2014 17:12 -v0.8.28/ 31-Jul-2014 18:36 -v0.8.3/ 06-Sep-2015 08:36 -v0.8.4/ 06-Sep-2015 08:36 -v0.8.5/ 06-Sep-2015 08:36 -v0.8.6/ 06-Sep-2015 08:36 -v0.8.7/ 06-Sep-2015 08:37 -v0.8.8/ 06-Sep-2015 08:37 -v0.8.9/ 06-Sep-2015 08:37 -v0.9.0/ 14-Oct-2015 10:38 -v0.9.1/ 14-Oct-2015 10:38 -v0.9.10/ 14-Oct-2015 10:38 -v0.9.11/ 14-Oct-2015 10:38 -v0.9.12/ 14-Oct-2015 10:38 -v0.9.2/ 14-Oct-2015 10:38 -v0.9.3/ 14-Oct-2015 10:38 -v0.9.4/ 14-Oct-2015 10:38 -v0.9.5/ 14-Oct-2015 10:38 -v0.9.6/ 14-Oct-2015 10:38 -v0.9.7/ 14-Oct-2015 10:38 -v0.9.8/ 14-Oct-2015 10:38 -v0.9.9/ 14-Oct-2015 10:38 -v10.0.0/ 24-Apr-2018 19:26 -v10.1.0/ 09-May-2018 02:43 -v10.10.0/ 06-Sep-2018 21:59 -v10.11.0/ 20-Sep-2018 11:34 -v10.12.0/ 10-Oct-2018 21:23 -v10.13.0/ 01-Nov-2018 01:55 -v10.14.0/ 28-Nov-2018 00:40 -v10.14.1/ 29-Nov-2018 16:42 -v10.14.2/ 11-Dec-2018 20:39 -v10.15.0/ 26-Dec-2018 16:25 -v10.15.1/ 29-Jan-2019 18:44 -v10.15.2/ 28-Feb-2019 12:43 -v10.15.3/ 05-Mar-2019 17:15 -v10.16.0/ 28-May-2019 22:58 -v10.16.1/ 31-Jul-2019 19:10 -v10.16.2/ 06-Aug-2019 22:32 -v10.16.3/ 15-Aug-2019 22:14 -v10.17.0/ 22-Oct-2019 19:21 -v10.18.0/ 17-Dec-2019 22:25 -v10.18.1/ 09-Jan-2020 21:56 -v10.19.0/ 06-Feb-2020 03:09 -v10.2.0/ 23-May-2018 23:06 -v10.2.1/ 24-May-2018 20:08 -v10.20.0/ 08-Apr-2020 16:05 -v10.20.1/ 12-Apr-2020 13:24 -v10.21.0/ 02-Jun-2020 18:42 -v10.22.0/ 21-Jul-2020 15:56 -v10.22.1/ 15-Sep-2020 21:02 -v10.23.0/ 27-Oct-2020 16:03 -v10.23.1/ 04-Jan-2021 18:12 -v10.23.2/ 26-Jan-2021 17:19 -v10.23.3/ 09-Feb-2021 23:03 -v10.24.0/ 23-Feb-2021 12:57 -v10.24.1/ 06-Apr-2021 19:56 -v10.3.0/ 29-May-2018 17:43 -v10.4.0/ 06-Jun-2018 14:25 -v10.4.1/ 12-Jun-2018 23:25 -v10.5.0/ 20-Jun-2018 18:46 -v10.6.0/ 04-Jul-2018 18:08 -v10.7.0/ 18-Jul-2018 18:27 -v10.8.0/ 01-Aug-2018 18:57 -v10.9.0/ 16-Aug-2018 01:45 -v11.0.0/ 23-Oct-2018 18:07 -v11.1.0/ 02-Nov-2018 12:33 -v11.10.0/ 14-Feb-2019 22:58 -v11.10.1/ 28-Feb-2019 12:44 -v11.11.0/ 06-Mar-2019 19:31 -v11.12.0/ 15-Mar-2019 21:08 -v11.13.0/ 28-Mar-2019 19:25 -v11.14.0/ 11-Apr-2019 17:02 -v11.15.0/ 30-Apr-2019 17:52 -v11.2.0/ 15-Nov-2018 21:18 -v11.3.0/ 28-Nov-2018 00:41 -v11.4.0/ 07-Dec-2018 18:03 -v11.5.0/ 18-Dec-2018 18:59 -v11.6.0/ 26-Dec-2018 16:27 -v11.7.0/ 18-Jan-2019 13:25 -v11.8.0/ 25-Jan-2019 01:52 -v11.9.0/ 30-Jan-2019 22:08 -v12.0.0/ 23-Apr-2019 15:49 -v12.1.0/ 29-Apr-2019 14:41 -v12.10.0/ 04-Sep-2019 18:15 -v12.11.0/ 25-Sep-2019 23:16 -v12.11.1/ 01-Oct-2019 16:45 -v12.12.0/ 11-Oct-2019 21:58 -v12.13.0/ 21-Oct-2019 09:18 -v12.13.1/ 19-Nov-2019 10:52 -v12.14.0/ 17-Dec-2019 22:25 -v12.14.1/ 07-Jan-2020 17:37 -v12.15.0/ 06-Feb-2020 03:10 -v12.16.0/ 11-Feb-2020 18:33 -v12.16.1/ 18-Feb-2020 19:43 -v12.16.2/ 08-Apr-2020 19:25 -v12.16.3/ 28-Apr-2020 13:26 -v12.17.0/ 26-May-2020 14:02 -v12.18.0/ 02-Jun-2020 18:38 -v12.18.1/ 17-Jun-2020 16:28 -v12.18.2/ 30-Jun-2020 13:40 -v12.18.3/ 22-Jul-2020 16:55 -v12.18.4/ 15-Sep-2020 21:03 -v12.19.0/ 06-Oct-2020 20:36 -v12.19.1/ 16-Nov-2020 16:21 -v12.2.0/ 07-May-2019 18:39 -v12.20.0/ 24-Nov-2020 16:35 -v12.20.1/ 04-Jan-2021 18:13 -v12.20.2/ 10-Feb-2021 20:36 -v12.21.0/ 23-Feb-2021 12:58 -v12.22.0/ 30-Mar-2021 14:14 -v12.22.1/ 06-Apr-2021 19:58 -v12.22.2/ 01-Jul-2021 15:37 -v12.22.3/ 05-Jul-2021 15:55 -v12.22.4/ 29-Jul-2021 16:46 -v12.22.5/ 11-Aug-2021 16:30 -v12.22.6/ 31-Aug-2021 14:59 -v12.22.7/ 12-Oct-2021 15:21 -v12.3.0/ 21-May-2019 18:28 -v12.3.1/ 22-May-2019 17:59 -v12.4.0/ 04-Jun-2019 14:03 -v12.5.0/ 27-Jun-2019 13:59 -v12.6.0/ 03-Jul-2019 13:56 -v12.7.0/ 23-Jul-2019 20:56 -v12.8.0/ 06-Aug-2019 22:30 -v12.8.1/ 15-Aug-2019 13:14 -v12.9.0/ 20-Aug-2019 19:38 -v12.9.1/ 26-Aug-2019 18:37 -v13.0.0/ 22-Oct-2019 16:15 -v13.0.1/ 23-Oct-2019 10:35 -v13.1.0/ 06-Nov-2019 07:49 -v13.10.0/ 04-Mar-2020 17:54 -v13.10.1/ 05-Mar-2020 01:39 -v13.11.0/ 12-Mar-2020 20:44 -v13.12.0/ 26-Mar-2020 22:50 -v13.13.0/ 14-Apr-2020 18:27 -v13.14.0/ 29-Apr-2020 22:29 -v13.2.0/ 26-Nov-2019 19:58 -v13.3.0/ 03-Dec-2019 22:00 -v13.4.0/ 17-Dec-2019 22:35 -v13.5.0/ 18-Dec-2019 18:51 -v13.6.0/ 07-Jan-2020 23:13 -v13.7.0/ 21-Jan-2020 18:24 -v13.8.0/ 06-Feb-2020 11:28 -v13.9.0/ 18-Feb-2020 20:55 -v14.0.0/ 21-Apr-2020 14:58 -v14.1.0/ 29-Apr-2020 18:38 -v14.10.0/ 08-Sep-2020 15:43 -v14.10.1/ 10-Sep-2020 15:05 -v14.11.0/ 15-Sep-2020 21:04 -v14.12.0/ 22-Sep-2020 18:17 -v14.13.0/ 29-Sep-2020 19:46 -v14.13.1/ 07-Oct-2020 21:32 -v14.14.0/ 16-Oct-2020 00:07 -v14.15.0/ 27-Oct-2020 16:03 -v14.15.1/ 16-Nov-2020 16:21 -v14.15.2/ 15-Dec-2020 23:55 -v14.15.3/ 17-Dec-2020 23:28 -v14.15.4/ 04-Jan-2021 18:14 -v14.15.5/ 09-Feb-2021 16:53 -v14.16.0/ 23-Feb-2021 13:00 -v14.16.1/ 06-Apr-2021 19:59 -v14.17.0/ 11-May-2021 23:13 -v14.17.1/ 15-Jun-2021 12:46 -v14.17.2/ 01-Jul-2021 15:37 -v14.17.3/ 05-Jul-2021 16:08 -v14.17.4/ 29-Jul-2021 16:47 -v14.17.5/ 11-Aug-2021 16:31 -v14.17.6/ 31-Aug-2021 15:00 -v14.18.0/ 28-Sep-2021 11:32 -v14.18.1/ 12-Oct-2021 15:22 -v14.2.0/ 05-May-2020 18:26 -v14.3.0/ 19-May-2020 21:29 -v14.4.0/ 02-Jun-2020 18:39 -v14.5.0/ 30-Jun-2020 22:33 -v14.6.0/ 21-Jul-2020 21:46 -v14.7.0/ 29-Jul-2020 18:40 -v14.8.0/ 11-Aug-2020 16:43 -v14.9.0/ 27-Aug-2020 14:49 -v15.0.0/ 20-Oct-2020 14:46 -v15.0.1/ 21-Oct-2020 20:25 -v15.1.0/ 04-Nov-2020 20:51 -v15.10.0/ 23-Feb-2021 13:01 -v15.11.0/ 03-Mar-2021 06:09 -v15.12.0/ 17-Mar-2021 22:21 -v15.13.0/ 31-Mar-2021 14:23 -v15.14.0/ 06-Apr-2021 20:49 -v15.2.0/ 10-Nov-2020 22:55 -v15.2.1/ 16-Nov-2020 16:19 -v15.3.0/ 24-Nov-2020 16:30 -v15.4.0/ 09-Dec-2020 14:15 -v15.5.0/ 22-Dec-2020 18:57 -v15.5.1/ 04-Jan-2021 18:13 -v15.6.0/ 15-Jan-2021 01:03 -v15.7.0/ 26-Jan-2021 16:14 -v15.8.0/ 02-Feb-2021 20:54 -v15.9.0/ 18-Feb-2021 02:27 -v16.0.0/ 20-Apr-2021 15:57 -v16.1.0/ 04-May-2021 15:13 -v16.10.0/ 22-Sep-2021 20:46 -v16.11.0/ 08-Oct-2021 17:11 -v16.11.1/ 12-Oct-2021 15:24 -v16.12.0/ 20-Oct-2021 14:46 -v16.13.0/ 26-Oct-2021 16:19 -v16.2.0/ 19-May-2021 10:59 -v16.3.0/ 03-Jun-2021 03:32 -v16.4.0/ 23-Jun-2021 11:45 -v16.4.1/ 01-Jul-2021 15:39 -v16.4.2/ 05-Jul-2021 17:29 -v16.5.0/ 14-Jul-2021 09:10 -v16.6.0/ 29-Jul-2021 22:57 -v16.6.1/ 03-Aug-2021 08:06 -v16.6.2/ 11-Aug-2021 16:31 -v16.7.0/ 18-Aug-2021 01:12 -v16.8.0/ 25-Aug-2021 20:57 -v16.9.0/ 07-Sep-2021 10:06 -v16.9.1/ 10-Sep-2021 19:45 -v17.0.0/ 19-Oct-2021 15:41 -v17.0.1/ 20-Oct-2021 20:25 -v4.0.0/ 08-Sep-2015 22:08 -v4.1.0/ 18-Sep-2015 15:36 -v4.1.1/ 24-Sep-2015 01:52 -v4.1.2/ 05-Oct-2015 21:35 -v4.2.0/ 13-Oct-2015 17:40 -v4.2.1/ 14-Oct-2015 14:37 -v4.2.2/ 03-Nov-2015 20:44 -v4.2.3/ 04-Dec-2015 02:35 -v4.2.4/ 23-Dec-2015 20:10 -v4.2.5/ 20-Jan-2016 21:46 -v4.2.6/ 21-Jan-2016 22:23 -v4.3.0/ 09-Feb-2016 17:04 -v4.3.1/ 17-Feb-2016 17:33 -v4.3.2/ 02-Mar-2016 21:52 -v4.4.0/ 09-Mar-2016 06:52 -v4.4.1/ 22-Mar-2016 22:58 -v4.4.2/ 01-Apr-2016 01:39 -v4.4.3/ 12-Apr-2016 22:07 -v4.4.4/ 06-May-2016 14:49 -v4.4.5/ 24-May-2016 18:43 -v4.4.6/ 23-Jun-2016 23:08 -v4.4.7/ 10-Jan-2017 16:39 -v4.5.0/ 16-Aug-2016 16:10 -v4.6.0/ 28-Sep-2016 01:09 -v4.6.1/ 18-Oct-2016 17:03 -v4.6.2/ 05-Jan-2017 18:02 -v4.7.0/ 05-Jan-2017 18:03 -v4.7.1/ 05-Jan-2017 17:22 -v4.7.2/ 05-Jan-2017 22:55 -v4.7.3/ 01-Feb-2017 00:56 -v4.8.0/ 22-Feb-2017 01:41 -v4.8.1/ 21-Mar-2017 21:17 -v4.8.2/ 04-Apr-2017 12:36 -v4.8.3/ 02-May-2017 17:58 -v4.8.4/ 11-Jul-2017 16:42 -v4.8.5/ 24-Oct-2017 22:00 -v4.8.6/ 07-Nov-2017 17:17 -v4.8.7/ 08-Dec-2017 16:01 -v4.9.0/ 29-Mar-2018 00:42 -v4.9.1/ 30-Mar-2018 03:32 -v5.0.0/ 29-Oct-2015 21:04 -v5.1.0/ 18-Nov-2015 14:35 -v5.1.1/ 04-Dec-2015 02:38 -v5.10.0/ 01-Apr-2016 03:24 -v5.10.1/ 05-Apr-2016 23:31 -v5.11.0/ 21-Apr-2016 20:35 -v5.11.1/ 05-May-2016 22:56 -v5.12.0/ 23-Jun-2016 23:19 -v5.2.0/ 09-Dec-2015 05:24 -v5.3.0/ 16-Dec-2015 20:05 -v5.4.0/ 06-Jan-2016 22:39 -v5.4.1/ 12-Jan-2016 23:45 -v5.5.0/ 21-Jan-2016 02:25 -v5.6.0/ 10-Feb-2016 14:20 -v5.7.0/ 23-Feb-2016 05:36 -v5.7.1/ 02-Mar-2016 23:22 -v5.8.0/ 09-Mar-2016 15:38 -v5.9.0/ 16-Mar-2016 21:33 -v5.9.1/ 23-Mar-2016 17:36 -v6.0.0/ 27-Apr-2016 05:14 -v6.1.0/ 06-May-2016 15:01 -v6.10.0/ 22-Feb-2017 15:00 -v6.10.1/ 21-Mar-2017 21:29 -v6.10.2/ 04-Apr-2017 12:21 -v6.10.3/ 02-May-2017 18:05 -v6.11.0/ 06-Jun-2017 20:25 -v6.11.1/ 11-Jul-2017 16:42 -v6.11.2/ 03-Aug-2017 15:59 -v6.11.3/ 05-Sep-2017 19:51 -v6.11.4/ 03-Oct-2017 20:43 -v6.11.5/ 24-Oct-2017 22:01 -v6.12.0/ 07-Nov-2017 17:19 -v6.12.1/ 05-Dec-2017 14:06 -v6.12.2/ 08-Dec-2017 16:02 -v6.12.3/ 03-Jan-2018 15:35 -v6.13.0/ 13-Feb-2018 18:58 -v6.13.1/ 06-Mar-2018 20:03 -v6.14.0/ 28-Mar-2018 16:26 -v6.14.1/ 30-Mar-2018 03:33 -v6.14.2/ 30-Apr-2018 17:41 -v6.14.3/ 12-Jun-2018 23:26 -v6.14.4/ 16-Aug-2018 01:45 -v6.15.0/ 28-Nov-2018 00:39 -v6.15.1/ 03-Dec-2018 14:13 -v6.16.0/ 03-Jan-2019 18:25 -v6.17.0/ 01-Mar-2019 07:36 -v6.17.1/ 03-Apr-2019 19:45 -v6.2.0/ 17-May-2016 21:10 -v6.2.1/ 02-Jun-2016 22:37 -v6.2.2/ 17-Jun-2016 15:50 -v6.3.0/ 06-Jul-2016 19:37 -v6.3.1/ 21-Jul-2016 22:30 -v6.4.0/ 16-Aug-2016 14:48 -v6.5.0/ 29-Aug-2016 13:55 -v6.6.0/ 15-Sep-2016 20:50 -v6.7.0/ 28-Sep-2016 21:11 -v6.8.0/ 12-Oct-2016 21:04 -v6.8.1/ 15-Oct-2016 00:32 -v6.9.0/ 18-Oct-2016 17:17 -v6.9.1/ 25-Oct-2016 14:06 -v6.9.2/ 05-Jan-2017 18:06 -v6.9.3/ 05-Jan-2017 17:24 -v6.9.4/ 05-Jan-2017 23:32 -v6.9.5/ 31-Jan-2017 23:21 -v7.0.0/ 25-Oct-2016 14:12 -v7.1.0/ 08-Nov-2016 21:15 -v7.10.0/ 03-May-2017 13:07 -v7.10.1/ 11-Jul-2017 16:52 -v7.2.0/ 06-Dec-2016 22:49 -v7.2.1/ 06-Dec-2016 22:58 -v7.3.0/ 20-Dec-2016 21:49 -v7.4.0/ 04-Jan-2017 18:43 -v7.5.0/ 01-Feb-2017 02:45 -v7.6.0/ 22-Feb-2017 14:13 -v7.7.0/ 01-Mar-2017 02:45 -v7.7.1/ 02-Mar-2017 03:24 -v7.7.2/ 08-Mar-2017 22:16 -v7.7.3/ 14-Mar-2017 22:41 -v7.7.4/ 21-Mar-2017 22:02 -v7.8.0/ 29-Mar-2017 03:02 -v7.9.0/ 11-Apr-2017 19:14 -v8.0.0/ 30-May-2017 18:46 -v8.1.0/ 09-Jun-2017 01:15 -v8.1.1/ 26-Sep-2017 21:56 -v8.1.2/ 22-Jun-2017 07:59 -v8.1.3/ 29-Jun-2017 07:00 -v8.1.4/ 11-Jul-2017 16:50 -v8.10.0/ 07-Mar-2018 01:03 -v8.11.0/ 28-Mar-2018 16:26 -v8.11.1/ 30-Mar-2018 03:34 -v8.11.2/ 15-May-2018 21:29 -v8.11.3/ 12-Jun-2018 23:26 -v8.11.4/ 16-Aug-2018 01:46 -v8.12.0/ 11-Sep-2018 05:20 -v8.13.0/ 23-Nov-2018 16:01 -v8.14.0/ 28-Nov-2018 00:40 -v8.14.1/ 18-Dec-2018 16:30 -v8.15.0/ 03-Jan-2019 18:27 -v8.15.1/ 01-Mar-2019 07:37 -v8.16.0/ 16-Apr-2019 22:05 -v8.16.1/ 16-Aug-2019 10:35 -v8.16.2/ 09-Oct-2019 20:35 -v8.17.0/ 18-Dec-2019 16:41 -v8.2.0/ 20-Jul-2017 22:20 -v8.2.1/ 28-Jul-2017 22:06 -v8.3.0/ 10-Aug-2017 01:59 -v8.4.0/ 15-Aug-2017 20:06 -v8.5.0/ 12-Sep-2017 15:33 -v8.6.0/ 26-Sep-2017 21:58 -v8.7.0/ 11-Oct-2017 20:50 -v8.8.0/ 24-Oct-2017 22:01 -v8.8.1/ 26-Oct-2017 00:02 -v8.9.0/ 01-Nov-2017 17:33 -v8.9.1/ 01-Dec-2017 09:21 -v8.9.2/ 05-Dec-2017 22:20 -v8.9.3/ 08-Dec-2017 23:44 -v8.9.4/ 03-Jan-2018 04:26 -v9.0.0/ 01-Nov-2017 17:51 -v9.1.0/ 07-Nov-2017 18:03 -v9.10.0/ 28-Mar-2018 16:26 -v9.10.1/ 30-Mar-2018 03:34 -v9.11.0/ 05-Apr-2018 03:17 -v9.11.1/ 05-Apr-2018 05:38 -v9.11.2/ 12-Jun-2018 23:27 -v9.2.0/ 16-Nov-2017 14:38 -v9.2.1/ 08-Dec-2017 16:15 -v9.3.0/ 12-Dec-2017 21:00 -v9.4.0/ 10-Jan-2018 15:23 -v9.5.0/ 01-Feb-2018 00:04 -v9.6.0/ 08-Mar-2018 01:55 -v9.6.1/ 23-Feb-2018 04:03 -v9.7.0/ 01-Mar-2018 09:50 -v9.7.1/ 02-Mar-2018 02:48 -v9.8.0/ 08-Mar-2018 01:55 -v9.9.0/ 21-Mar-2018 15:47 -index.json 26-Oct-2021 16:18 217258index.tab 26-Oct-2021 16:18 134619node-0.0.1.tar.gz 26-Aug-2011 16:22 2846972node-0.0.2.tar.gz 26-Aug-2011 16:22 2847748node-0.0.3.tar.gz 26-Aug-2011 16:22 2891652node-0.0.4.tar.gz 26-Aug-2011 16:21 2891533node-0.0.5.tar.gz 26-Aug-2011 16:22 2926727node-0.0.6.tar.gz 26-Aug-2011 16:21 2952115node-0.1.0.tar.gz 26-Aug-2011 16:21 3331341node-0.1.1.tar.gz 26-Aug-2011 16:22 3390971node-0.1.10.tar.gz 26-Aug-2011 16:22 3674389node-0.1.11.tar.gz 26-Aug-2011 16:22 3683687node-0.1.12.tar.gz 26-Aug-2011 16:21 3699939node-0.1.13.tar.gz 26-Aug-2011 16:22 3718928node-0.1.2.tar.gz 26-Aug-2011 16:21 3516421node-0.1.3.tar.gz 26-Aug-2011 16:22 3527371node-0.1.4.tar.gz 26-Aug-2011 16:21 3567057node-0.1.5.tar.gz 26-Aug-2011 16:22 3598128node-0.1.6.tar.gz 26-Aug-2011 16:22 3598051node-0.1.7.tar.gz 26-Aug-2011 16:22 3599626node-0.1.8.tar.gz 26-Aug-2011 16:22 3639185node-0.1.9.tar.gz 26-Aug-2011 16:21 3639588node-latest.tar.gz 20-Oct-2021 16:34 80778702node-v0.1.100.tar.gz 26-Aug-2011 16:21 3813493node-v0.1.101.tar.gz 26-Aug-2011 16:22 3825097node-v0.1.102.tar.gz 26-Aug-2011 16:21 3847409node-v0.1.103.tar.gz 26-Aug-2011 16:22 3843666node-v0.1.104.tar.gz 26-Aug-2011 16:21 3859322node-v0.1.14.tar.gz 26-Aug-2011 16:22 3736523node-v0.1.15.tar.gz 26-Aug-2011 16:21 3766716node-v0.1.16.tar.gz 26-Aug-2011 16:22 3827870node-v0.1.17.tar.gz 26-Aug-2011 16:21 3826866node-v0.1.18.tar.gz 26-Aug-2011 16:21 3537137node-v0.1.19.tar.gz 26-Aug-2011 16:22 3574916node-v0.1.20.tar.gz 26-Aug-2011 16:21 3575681node-v0.1.21.tar.gz 26-Aug-2011 16:22 3597096node-v0.1.22.tar.gz 26-Aug-2011 16:21 3604861node-v0.1.23.tar.gz 26-Aug-2011 16:22 3605321node-v0.1.24.tar.gz 26-Aug-2011 16:21 3649641node-v0.1.25.tar.gz 26-Aug-2011 16:22 3666675node-v0.1.26.tar.gz 26-Aug-2011 16:22 3704254node-v0.1.27.tar.gz 26-Aug-2011 16:22 3766114node-v0.1.28.tar.gz 26-Aug-2011 16:22 3804602node-v0.1.29.tar.gz 26-Aug-2011 16:21 3807335node-v0.1.30.tar.gz 26-Aug-2011 16:22 3912671node-v0.1.31.tar.gz 26-Aug-2011 16:22 3933441node-v0.1.32.tar.gz 26-Aug-2011 16:21 3984949node-v0.1.33.tar.gz 26-Aug-2011 16:22 4016600node-v0.1.90.tar.gz 26-Aug-2011 16:22 6452573node-v0.1.91.tar.gz 26-Aug-2011 16:21 6488023node-v0.1.92.tar.gz 26-Aug-2011 16:22 6535942node-v0.1.93.tar.gz 26-Aug-2011 16:21 6528767node-v0.1.94.tar.gz 26-Aug-2011 16:22 6691437node-v0.1.95.tar.gz 26-Aug-2011 16:21 3691396node-v0.1.96.tar.gz 26-Aug-2011 16:22 3697128node-v0.1.97.tar.gz 26-Aug-2011 16:21 3725213node-v0.1.98.tar.gz 26-Aug-2011 16:21 3770749node-v0.1.99.tar.gz 26-Aug-2011 16:22 3796156node-v0.10.14.tar.gz 25-Jul-2013 19:06 13782897node-v0.2.0.tar.gz 26-Aug-2011 16:21 3869705node-v0.2.1.tar.gz 26-Aug-2011 16:22 3874229node-v0.2.2.tar.gz 26-Aug-2011 16:21 3876164node-v0.2.3.tar.gz 26-Aug-2011 16:22 3877908node-v0.2.4.tar.gz 26-Aug-2011 16:22 4002347node-v0.2.5.tar.gz 26-Aug-2011 16:22 4008314node-v0.2.6.tar.gz 26-Aug-2011 16:21 4010320node-v0.3.0.tar.gz 26-Aug-2011 16:22 4054239node-v0.3.1.tar.gz 26-Aug-2011 16:22 4147683node-v0.3.2.tar.gz 26-Aug-2011 16:21 4433878node-v0.3.3.tar.gz 26-Aug-2011 16:22 4582669node-v0.3.4.tar.gz 26-Aug-2011 16:21 4610441node-v0.3.5.tar.gz 26-Aug-2011 16:22 4655131node-v0.3.6.tar.gz 26-Aug-2011 16:21 4727071node-v0.3.7.tar.gz 26-Aug-2011 16:22 4748183node-v0.3.8.tar.gz 26-Aug-2011 16:22 4779447node-v0.4.0.tar.gz 26-Aug-2011 16:21 4827760node-v0.4.1.tar.gz 26-Aug-2011 16:22 4855576node-v0.4.10.tar.gz 26-Aug-2011 16:22 12410018node-v0.4.11.tar.gz 26-Aug-2011 16:21 12419274node-v0.4.12.tar.gz 15-Sep-2011 23:48 12421469node-v0.4.2.tar.gz 26-Aug-2011 16:22 4922523node-v0.4.3.tar.gz 26-Aug-2011 16:22 4991966node-v0.4.4.tar.gz 26-Aug-2011 16:21 4995935node-v0.4.5.tar.gz 26-Aug-2011 16:22 5001301node-v0.4.6.tar.gz 26-Aug-2011 16:21 5008110node-v0.4.7.tar.gz 26-Aug-2011 16:22 5011520node-v0.4.8.tar.gz 26-Aug-2011 16:22 4991396node-v0.4.9.tar.gz 26-Aug-2011 16:21 4994552node-v0.4.tar.gz 26-Aug-2011 16:21 4991396node-v0.5.0.tar.gz 26-Aug-2011 16:21 5357945node-v0.6.1.tar.gz 14-Nov-2011 21:57 9276847node-v0.6.10.tar.gz 15-Mar-2012 23:03 10545272node-v0.6.11.tar.gz 15-Mar-2012 23:03 10555423node-v0.6.12.tar.gz 15-Mar-2012 23:03 10452498node-v0.6.13.tar.gz 15-Mar-2012 23:04 10757157node-v0.6.2.tar.gz 18-Nov-2011 23:29 9286655node-v0.6.3.tar.gz 15-Mar-2012 23:07 10048403node-v0.6.4.tar.gz 02-Dec-2011 02:17 10195975node-v0.6.5.tar.gz 15-Mar-2012 23:04 10195654node-v0.6.6.tar.gz 15-Mar-2012 23:04 10446671node-v0.6.7.tar.gz 15-Mar-2012 23:04 10473188node-v0.6.8.tar.gz 20-Jan-2012 02:26 10488841node-v0.6.9.tar.gz 15-Mar-2012 23:03 10544243npm-versions.txt 27-Feb-2014 00:01 1676


— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nvm-sh/nvm/issues/2639, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWIKBWCFVO7PW7TBDWNEMPDUJIY2XANCNFSM5G6P4OVA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ljharb commented 2 years ago

@stevensonmt unfortunately the one part of the issue template you didn't fill out is likely the issue. Can you please provide the output of curl -I --compressed -v https://nodejs.org/dist/?

stevensonmt commented 2 years ago

I had included that but formatted the post incorrectly. My apologies. I have edited the original post.

ljharb commented 2 years ago

hm, in that case i'm not sure. nvm ls-remote makes two network calls, to nodejs.org and iojs.org. If you're only seeing iojs versions, that means it was unable to list https://nodejs.org/dist/index.tab.

Is there any chance you have $NVM_NODEJS_ORG_MIRROR set to anything?

stevensonmt commented 2 years ago
~/ echo $NVM_NODEJS_ORG_MIRROR
https://nodejs.org/dist
stevensonmt commented 2 years ago

what is the call that nvm install node should break down into in bash? I'm able to download the tar file from command line using curl, so I don't think it's some permissions issue or networking issue. Just can't figure it out.

ljharb commented 2 years ago

curl --fail --compressed -q -L -s https://nodejs.org/dist/index.tab -o -

DonKeyHot1 commented 2 years ago

Same issue

Linux version 4.15.0-161-generic, Ubuntu 18.04

EDIT: fixed itself after pc reboot

stevensonmt commented 2 years ago

reboot did not change anything for me. Running the curl command above returns a list of versions in an html format.

ljharb commented 2 years ago

@stevensonmt your OP says you're using v0.33.8, which is quite out of date. can you try upgrading to v0.39.0?

stevensonmt commented 2 years ago

Must be an issue with the aur package because it keeps showing up to date. I will try to manually upgrade from git.

ljharb commented 2 years ago

cc @tomwadley, is the AUR package for nvm actually this out of date?

tomwadley commented 2 years ago

No, the AUR package is up to date: https://aur.archlinux.org/packages/nvm/ @stevensonmt I can't think of why you wouldn't be seeing an update available assuming you're using a normal AUR helper, but I also have no experience with Manjaro

stevensonmt commented 2 years ago

Weird. I'm using yay and it shows most recent version as 0.38.0-1. I updated to that version after my initial post but forgot to add that it did not solve anything.

yay -S nvm
warning: nvm-0.38.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) nvm-0.38.0-1

Total Installed Size:  0.13 MiB
Net Upgrade Size:      0.00 MiB

EDIT: Didn't realize nvm got into the community repo at some point. Need the nvm-git package from AUR to get the latest version. Installing this did not change the problem for me, however. nvm ls-remote still only returns iojs entries and nvm install node returns Version 'node' not found error. I really don't know what's going on. nvm debug still shows it's using an old 0.33 version. whereis nvm only returns /usr/share/nvm

ljharb commented 2 years ago

There’s bug fixes on v0.39.0 that are likely needed, since the node version list is too long now for some OSs and shells to handle.

stevensonmt commented 2 years ago

So there's something weird about my PATH or something. I deleted $HOME/.nvm and reinstalled the nvm-git package. No joy. Got nvm not found error. Ran the curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash command from the readme instructions and now I have a working install. So type nvm returns nvm is a shell function from /home/matt/.nvm/nvm.sh and which nvm prints the contents of the shell script, but whereis nvm returns /usr/share/nvm. My $PATH does not include /usr/share which I believe is intentional. Executables should be installed to /usr/bin with other resources in /usr/share. Am I missing something about the AUR package?

tomwadley commented 2 years ago

nvm is not a normal executable. It doesn't live on your PATH. Instead, it has to be sourced into your environment, typically in one of your shell init files (e.g. .bashrc). That's true even if you install it from the AUR. If you're going to install nvm via the official install.sh, you should remove the AUR (or Manjaro community) package.

stevensonmt commented 2 years ago

so to use the AUR package I have to add source /usr/share/nvm/nvm.sh to my zshrc file? or do I change the directions in the Readme and set export NVM_DIR to the usr/share/nvm path instead of $HOME/.nvm? I'd rather use the AUR package to simplify how many different things I have to do to keep my system up to date.

ljharb commented 2 years ago

I'm not familiar with whereis; what does that do?

stevensonmt commented 2 years ago
>man whereis
NAME
       whereis - locate the binary, source, and manual page files for a command
ljharb commented 2 years ago

whereis nvm doesn't return anything for me, since nvm isn't a binary and has no manpages there shouldn't be any location for it.

tomwadley commented 2 years ago

To use the AUR package, you put this in your .zshrc:

source /usr/share/nvm/init-nvm.sh

That file is a convenience wrapper around the following:

[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.nvm"
source /usr/share/nvm/nvm.sh
source /usr/share/nvm/bash_completion
source /usr/share/nvm/install-nvm-exec
stevensonmt commented 2 years ago

Thanks, @tomwadley for your help. I think I must have not gotten it to work just installing the AUR package and then installed manually without uninstalling the AUR package at some point. Now all is good and cleaned up.

@ljharb -- I think whereis should return a path for the source of a command. Since nvm is a command sourced by my shell I believe it is working as expected.

stevensonmt commented 2 years ago

@ljharb just out of curiosity do you have bash completion enabled on the install where you tried the whereis command? I think that command relies on compgen in some way which might explain why it works on my machine.

ljharb commented 2 years ago

@stevensonmt yes, it's enabled, and whereis nvm still outputs nothing and exits 1.

goper-leo commented 2 years ago

Updating nvm to latest version works for me. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash and close terminal or run source ~/.zshrc

kiliw commented 2 years ago

I'm using zsh and byobu and only got listed the iojs. ~/ echo $NVM_NODEJS_ORG_MIRROR gave me zsh: permission denied: /home/me/

I used the regular terminal with bash and then I could find all the versions. After installing I could select the desired version in zsh.

ljharb commented 2 years ago

@kiliw looks like an issue in zsh with access to $HOME.

kiliw commented 2 years ago

@ljharb tanks for the tipp. I will look into it but for now I got what I wanted :smile:

jwhoami commented 2 years ago

I recently installed nv as per this article section Install Node Using the Node Version Manager

when I did

nvm list-remote

I got

/usr/bin/which: no node in (/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/sysadmin/.local/bin:/home/sysadmin/bin:/home/sysadmin/.local/bin:/home/sysadmin/bin)

As mentioned by stevensonmt, I did

echo $NVM_NODEJS_ORG_MIRROR

which gave me

http://nodejs.org/dist

I changed the NVM_NODEJS_ORG_MIRROR to https://nodejs.org/dist (http to https)

export NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"

and retried the list-remote command and it worked.

Hope this helps someone.

ljharb commented 2 years ago

@jwhoami that is an incredibly out of date guide. The only place anyone should look for how to install nvm is nvm's own readme. Be sure you're using the latest version of nvm.

HualiangLI commented 2 years ago

It's weird. I installed the latest nvm v0.39.1 by following the instruction in README. And it's OK when I install the latest node v16.16.0 with nvm install --lts.

This issue just occurs when I'm trying to install node@14.17.5. nvm gave errors like node version not found. And after several times retrying, nvm ls-remote just lists the iojs versions.

When I restart iterm2 after several times, nvm ls-remote works fine.

I guess this might blame on my network...

PasaOpasen commented 1 year ago

got this problem on running in docker by root

USER root
RUN curl -O https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh && \
    bash install.sh && \
    . ~/.bashrc && \
    nvm install v14.18.1

if change to simple user, the problem disappears

johnfaldo4 commented 9 months ago

Updating nvm to latest version works for me. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash and close terminal or run source ~/.zshrc

This fixed it for me, ty.

jiandandkl commented 2 months ago

如果是在中国,可以让终端走代理(clashX 的端口一般是7890),把下面内容复制到 .zshrc: alias proxy=" export http_proxy=socks5://127.0.0.1:7897; export https_proxy=socks5://127.0.0.1:7897; export all_proxy=socks5://127.0.0.1:7897; export no_proxy=socks5://127.0.0.1:7897; export HTTP_PROXY=socks5://127.0.0.1:7897; export HTTPS_PROXY=socks5://127.0.0.1:7897; export ALL_PROXY=socks5://127.0.0.1:7897; export NO_PROXY=socks5://127.0.0.1:7897;" alias unproxy=" unset http_proxy; unset https_proxy; unset all_proxy; unset no_proxy; unset HTTP_PROXY; unset HTTPS_PROXY; unset ALL_PROXY; unset NO_PROXY"

保存后 source .zshrc 执行proxy后再nvm ls-remote就可以看到所有的版本了 可以查看现在的 ip:curl -s --proxy 127.0.0.1:7897 https://api.ipify.org 查看目前的 ip归属地curl -s "https://ipapi.co/刚才的 ip/json/"