install-module-linked
v2.0.6
Published
Installs and symlinks a module into node_modules
Maintainers
Readme
install-module-linked
Installs and symlinks a module into node_modules
Requires Node.js 18 or newer.
npm install install-module-linkedimport path from 'path';
import installModule from 'install-module-linked';
const nodeModulesPath = path.join(process.cwd(), 'node_modules');
const installedAt = await installModule('[email protected]', nodeModulesPath);
console.log(installedAt);