Node 7.3.0 checksum fails

Downloading https://nodejs.org/dist/v7.3.0/node-v7.3.0-linux-x64.tar.xz...

###################################################################### 100.0%
Checksums do not match.
Binary download failed, trying source.

###################################################################### 100.0%
Checksums empty

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Binary download failed, trying source.
Detected that you have 32 CPU thread(s)
Set the number of jobs to 32 - 1 = 31 jobs to speed up the build
Installing node v1.0 and greater from source is not currently supported

nvm install 7.3.0 && nvm alias default 7.3.0 returned exit code 106

Action failed: set node.js version to 7.3.0

In circle.yml we simply have

  node:
    version: 7.3.0

Iā€™m getting the same error with 7.5.0

Getting same error for a different node version (6.9.0)

The entire nodejs.org site is experiencing a downtime it seems: https://github.com/nodejs/nodejs.org/issues/1191

2 Likes

Please see the following from the NodeJS team: https://twitter.com/nodejs/status/849390481314373635

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.