包详细信息

npm-prefix

eush77156.6kMIT1.2.0

Get global npm prefix. Respects npmrc configs

bin, config, global, lib

自述文件

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