Home > Article > Development Tools > How to download and install cnpm in vscode
How to download and install cnpm in vscode
Prerequisites for installing cnpm in vscode:
1 , The nodejs environment and npm have been installed
2. The npm environment variables have been configured
##The specific method of installing cnpm in vscode is as follows:
1. First press Ctrl ` to open the terminal; 2. Then use npm to install cnpm.npm install -g cnpm --registry=https://registry.npm.taobao.orgRecommended related articles and tutorials:
The above is the detailed content of How to download and install cnpm in vscode. For more information, please follow other related articles on the PHP Chinese website!