The download of nvm install v.8.9.1 version is not possible due to a checksum mismatch with clang, as well as a

I am in the process of setting up node version v8.9.1 because it is specifically required for the proper functioning of Hyperledger Fabric, as mentioned in this thread on github issues.

Attempting to download and install node v8.9.1...
Downloading https://nodejs.org/dist/v8.9.1/node-v8.9.1-darwin-x64.tar.xz...


Hashing with shasum -a 256
Checksums do not match: '\ed71abc42e00f9d1f55f0977ff55cad2f68f3e8693211d33922d9286e6f6540b' found, 'ed71abc42e00f9d1f55f0977ff55cad2f68f3e8693211d33922d9286e6f6540b' expected.
Unable to download binaries, will try from source.
System detected 4 CPU core(s)
Utilizing 3 threads for quicker build process
Clang v3.5+ identified! Clang will be used as C/C++ compiler if CC or CXX are not specified!
Downloading https://nodejs.org/dist/v8.9.1/node-v8.9.1.tar.xz...######################################################################## 100.0%
Computing checksum with shasum -a 256
Checksums do not match: '\ef160c21f60f8aca64145985e01b4044435e381dc16e8f0640ed0223e84f17e0' found, 'ef160c21f60f8aca64145985e01b4044435e381dc16e8f0640ed0223e84f17e0' expected.
akhs-MacBook-Pro:fabric-tools akh$ nvm ls
sed: 2: "
        s#/Users/a ...": unterminated substitute pattern
        N/A
sed: 2: "
        s#/Users/a ...": unterminated substitute pattern
node -> stable (-> N/A) (default)
sed: 2: "
        s#/Users/a ...": unterminated substitute pattern
sed: 2: "
        s#/Users/a ...": unterminated substitute pattern
iojs -> N/A (default)
sed: 2: "
        s#/Users/a ...": unterminated substitute pattern
lts/* -> lts/carbon (-> N/A)
lts/argon -> v4.8.7 (-> N/A)
lts/boron -> v6.13.1 (-> N/A)
lts/carbon -> v8.10.0 (-> N/A)

Answer №1

The individual successfully performed a thorough removal of node using NVM. Impressive!

Similar questions

If you have not found the answer to your question or you are interested in this topic, then look at other similar questions below or use the search

Issues with the functionality of the PM2 process manager

After successfully installing pm2 with the command npm install -g pm2, I attempted to run my node application using pm2 start app.js However, I encountered a problem where nothing happened. When I entered the command in the terminal, it simply went dow ...

Guide on creating a project for developing an npm package

Within my git root project, I am utilizing a git subproject called UIComponents. For instance, my main project is named MyApp and the subproject is UIComponents. Currently, I have cloned the UIComponents repository inside my project folder and added UIComp ...

I'm facing a roadblock with installation of angular due to a permission denied

Error: Permission denied to access '/Users/gs/.npm-global/lib/node_modules/@angular/cli'', npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: npm ERR! '/Users/gs/.npm- ...

Having difficulties creating a react web application with ESLint; encountering an issue where ESLint is unable to locate the "developit" configuration to extend from

When running npm run build, my React app encounters an issue. During normal operation with npm start, everything works fine. Oops! Something went wrong! :( ESLint: 6.8.0. ESLint couldn't find the config "developit" to extend from. Please verify the ...

What is the URL I need to visit in my browser to monitor updates while running npm?

I am interested in utilizing npm to monitor any changes made in my project and immediately view them in my browser. Essentially, I have been implementing npm using this modified code snippet from this source, which allows me to run the command npm run buil ...

Razzle fails to initiate the server

After creating my React project with Razzle.js and downloading it from a repository, I encountered an issue when trying to run it. Upon running yarn start, the screen gets stuck at a message saying the source is compiled and server is running on localhost: ...

React application no longer displaying content following the upgrade to React 18 version

My React App was functioning perfectly, but after updating to React 18, MUI v5, and Redux v5, it stopped rendering anything. When I check the terminal, it shows: "webpack compiled successfully" However, in the Chrome console, I see: Warning: In ...

Error encountered in Liferay's npm-react-portlet: the module has not been defined

Currently, I am in the process of developing a React portlet for Liferay 7.0 CE. To kickstart this project, I utilized the blade command (directly from the Liferay react template). blade create -t npm-react-portlet -p fi.liferay.react.portlet -c ReactMain ...

Discover more in React about using ellipses (...) with dangerouslySetInnerHTML

What is the best method for limiting the number of HTML lines retrieved using dangerouslySetInnerHTML in a React application and creating a '... Read More' expander for it? I attempted to use react-lines-ellipsis, but unfortunately the 'tex ...

Strategies for handling numerous node projects efficiently?

Currently, we are utilizing three distinct node projects: Project 1, Project 2, and Project 3 incorporating react and webpack. Each of these projects is stored in their individual repositories. While Project 1 and Project 2 operate independently, Project ...

Integrating d3.js into an Angular 2 project

Trying to incorporate the d3.js library into a MEAN application using angular2. Here are the steps I've taken: npm install d3 tsd install d3 In mypage.ts file (where I intend to show the d3.js graph) // <reference path="../../../typings/d3/d3.d ...

What is the process for importing jQuery UI with ES6/ES7 syntax?

Struggling to integrate jQuery UI functionality into my reactJS/Redux application. I have installed both jQuery and jQuery UI using: npm install jquery jquery-ui Then, attempted the following imports: import $ from 'jquery'; import jQuery from ...

I utilized nvm to install the most recent node.js version, however, encountered an issue when attempting to upgrade npm as it failed to work

After using nvm to install the latest version of node.js, I attempted to update npm to its latest version but received the following message: npm WARN notsup Unsupported engine for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail ...

Struggling to set up a development environment for AngularJS? I am facing difficulties in launching a simple AngularJS application

Just starting out with AngularJS and trying to navigate the app building process. Initially created two files, index.html and app.js, followed by utilizing the npm init command to generate my package.json file which ended up looking like this (added the st ...

Puppeteer has a limit of running only three instances on Heroku

Currently, I am in the process of developing a website that employs puppeteer to extract information from another site. The npm server works flawlessly on my local machine, but once deployed on Heroku, it halts after processing the first three files. The ...

Oops! Hardhat Test Error "Error: Virtual Machine Exception occurred while processing transaction: reverted with reason 'Please deposit additional funds'."

Encountering an issue with the following error message: Error: VM Exception while processing transaction: reverted with reason string 'deposit more' in the Hardhat Test.js file Test.js -> it("should be able to withdraw if no one appl ...

Encountering a JSON error while attempting to install vue/cli using npm

After running npm i -g @vue/cli, I am seeing several warnings. How can I go about investigating and resolving this issue? npm WARN deprecated @hapi/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f3999c9ab3c2c6ddc2ddc2">[em ...

What steps can I take to resolve the error message 'throw er; // Unhandled 'error' event' in my code's lifecycle?

Attempting to create a React app, I utilized the command prompt. Unfortunately, upon creation of the app and trying to start npm, various errors were encountered. In an attempt to create React apps using WebStorm, IntelliJ, Visual Studio Code, and PowerSh ...

Building a Next.js project encounters issues with the <img> HTML tag

Lately, I've dived into creating websites using Next.js and have been experimenting with a combination of Image and img for different purposes. I am aware that Image is an integral part of Next.js and the preferred option, but there are instances whe ...

The proper approach for managing downloaded d.ts files from DefinitelyTyped after installation through npm

Visual Studio 2017 Enterprise ASP.NET MVC Application TypeScript 2.5 SDK Source control is in TFS I have opted to use Microsoft's built-in property editor instead of creating a custom tsconfig.config file: To streamline my workflow, I rely on Mad&ap ...