Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

unlink-self

Delete symbolic link(node_modules/"package-name") of current package before run npm install.

cli, unlink, node_modules

readme

unlink-self

NPM Version LICENSE Build Status code style: prettier

Delete symbolic link(node_modules/"package-name") of current package before run npm install.

Installation

npm install unlink-self

Usages

Add this to "scripts" of package.json.

"preinstall": "unlink-self 2>&1 | echo unlink-self"

License

Copyright (c) 2019 dailyrandomphoto. Licensed under the MIT license.