1. Download nodejs Visit and download | Node.js Chinese website (nodejs.cn) Download address of this site: Click to download 2. Double-click to installClick 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 Yarncnpm 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 sourceyarn 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:
|
<<: Detailed explanation of using Alibaba Cloud image repository to build foreign Docker images
>>: Solve the problem of Tomcat10 Catalina log garbled characters
need: In the near future, we will implement the l...
Install Make sure your user has permission to ins...
Today I will take you through the history of ext4...
background Before we know it, a busy year is comi...
Table of contents Preface 1. Parent component pas...
Docker private image library Docker private image...
Arrow function is a new feature in ES6. It does n...
Possible solutions 1. Math.random generates rando...
Suppose there is a table: reward (reward table), ...
Table of contents Previous words Synchronous and ...
One of the most commonly used and discussed data ...
This article example shares the specific code of ...
1. Natural layout <br />The layout without a...
The table is as follows: Code when Unity reads an...
Table of contents 1. Dep 2. Understand obverser 3...