1. 首页
  2. 数据库
  3. 其它
  4. npm conf:获取npm配置 源码

npm conf:获取npm配置 源码

上传者: 2021-04-08 12:02:26上传 ZIP文件 10.74KB 热度 27次
npm-conf 获取npm配置 安装 $ npm install npm-conf 用法 const npmConf = require ( 'npm-conf' ) ; const conf = npmConf ( ) ; conf . get ( 'prefix' ) //=> //=> /Users/unicorn/.npm-packages conf . get ( 'registry' ) //=> https://registry.npmjs.org/ 要获取所有可用的npm config选项的列表: $ npm config list --long API npmConf
用户评论