Install nodejs and yarn and configure Taobao source process record

Install nodejs and yarn and configure Taobao source process record

1. Download nodejs

Visit and download | Node.js Chinese website (nodejs.cn)

Download address of this site: Click to download

2. Double-click to install

Click Next for all and then Install.

3. Reset the global npm source and correct it to Taobao's NPM image:

Hold down the [Shift] key and right-click the mouse -> Open the PowerShell window this time

Execute the following command

npm install -g cnpm --registry=https://registry.npm.taobao.org

4. Install Yarn

cnpm i -g yarn

If an error is reported as shown in the figure below, execute the following command

set-ExecutionPolicy RemoteSigned

5. Set up Yarn’s Taobao source

yarn config set registry http://registry.npm.taobao.org
This is the end of this article about installing nodejs and yarn and configuring Taobao source process recording. For more information about installing nodejs and yarn, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!
You may also be interested in:
  • Nodejs installation steps under Linux (complete and detailed)
  • Simple nodejs installation and environment configuration under windows system
  • Detailed introduction to the installation and use of Yarn
  • Example of how to automatically generate Vue components through npm or yarn
  • Detailed explanation of how to use yarn and upgrade Node.js
  • Summary of yarn and npm command lines

<<:  Detailed explanation of using Alibaba Cloud image repository to build foreign Docker images

>>:  Solve the problem of Tomcat10 Catalina log garbled characters

Recommend

Native JS to achieve drag photo wall

This article shares with you a draggable photo wa...

docker-maven-plugin packages the image and uploads it to a private warehouse

Table of contents 1. Introduction to docker-maven...

MySQL 8.0.22 winx64 installation and configuration graphic tutorial

mysql 8.0.22 winx64 installation and configuratio...

How to use css overflow: hidden (overflow hiding and clearing floats)

Overflow Hide It means hiding text or image infor...

Mysql sql slow query monitoring script code example

1. Modify my.cnf #The overall effect is that both...

Steps to build the vite+vue3+element-plus project

Use vite to build a vue3 project You can quickly ...

Solution to garbled display of Linux SecureCRT

Let's take a look at the situation where Secu...

Implementation of MySQL custom list sorting by specified field

Problem Description As we all know, the SQL to so...

Basic knowledge of MySQL learning notes

View Database show databases; Create a database c...

Implementation of MySQL master-slave status check

1. Check the synchronization status of A and B da...

Example of creating a virtual host based on Apache port

apache: create virtual host based on port Take cr...

Centos7 installation of MySQL8 tutorial

MySQL 8 new features: My personal opinion on MySQ...

Understand all aspects of HTTP Headers with pictures and text

What are HTTP Headers HTTP is an abbreviation of ...

Detailed explanation of how to efficiently import multiple .sql files into MySQL

MySQL has multiple ways to import multiple .sql f...