npm-prefix

Get global npm prefix. Respects npmrc configs

MIT 5 个版本
安装
npm install npm-prefix
yarn add npm-prefix
pnpm add npm-prefix
bun add npm-prefix
README

npm

npm-prefix

Build Status Dependency Status

Get global npm prefix. Respects npmrc configs.

Example

var npmPrefix = require('npm-prefix');

npmPrefix()
//=> '/usr/local'

API

npmPrefix()

Returns the npm prefix.

Install

npm install npm-prefix

License

MIT

版本列表
1.2.0 2016-02-23
1.1.1 2015-11-02
1.1.0 2015-10-31
1.0.1 2015-09-06
1.0.0 2015-08-29