Skip to content

nak2k/node-current-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

current-npm

require('npm') with fallback.

If npm package can not be found, find the required path from the location of npm CLI.

Installation

npm i current-npm

Usage

const npm = require('current-npm');

License

MIT