install-module-linked
v1.6.1
Published
Installs and symlinks a module into node_modules
Maintainers
Readme
install-module-linked
Installs and symlinks a module into node_modules
Example 1
import installModule from 'install-module-linked';
const res = await installModule('[email protected]', /* path to node_modules */ );