Home  >  Article  >  Development Tools  >  How to download and install cnpm in vscode

How to download and install cnpm in vscode

angryTom
angryTomOriginal
2020-03-13 14:26:335797browse

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;

How to download and install cnpm in vscode

2. Then use npm to install cnpm.

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

Recommended related articles and tutorials:

vscode tutorial

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to run code in vscodeNext article:How to run code in vscode