UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

9 lines (7 loc) 242 B
'use strict' var npm = require('../../npm.js') var packageId = require('../../utils/package-id.js') module.exports = function (top, buildpath, pkg, log, next) { log.silly('global-link', packageId(pkg)) npm.link(pkg.package.name, next) }