Windows: NodeJs installation, configuration cnpm

First download the node installation package

链接:https://pan.baidu.com/s/1HmZ_m29K31CDiT-plQiZXw 
提取码:qdnz 
复制这段内容后打开百度网盘手机App,操作更方便哦

All the way next, the installation is complete

Check if the installation is successful

Insert picture description here

Configure the path where the node global module is located and the path of the cache

Insert picture description here

Install cnpm, configure environment variables

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

Guess you like

Origin blog.csdn.net/q18729096963/article/details/110454057