码迷,mamicode.com
首页 > 其他好文 > 详细

npm基本操作

时间:2020-03-27 16:48:54      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:utf-8   date   https   nbsp   version   enc   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基本操作

标签:utf-8   date   https   nbsp   version   enc   npm   基本操作   操作   

原文地址:https://www.cnblogs.com/cherry1130/p/12582177.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!