npm基本操作
Posted cherry1130
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm基本操作相关的知识,希望对你有一定的参考价值。
查看所有配置 npm config list
列表形式:$ npm config list -l
json格式:$ npm config list --json
npm config list
npm config list -l
npm config list --json
npm config edit
- i
- esc
- :q
- :w
npm config set https_proxy="test"
npm config set https_proxy=""
npm config get https_proxy
npm config delete https_proxy
npm install
npm update
以上是关于npm基本操作的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程