A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://yarnpkg.com/en/docs/cli/unlink below:

yarn unlink | Yarn

Unlink a previously created symlink for a package.

To remove a symlinked package created with yarn link, yarn unlink can be used.

yarn unlink

Run yarn unlink in the folder that was previously used to create a link.

yarn unlink [package]

To unlink a package that was symlinked during development in your project, simply run yarn unlink [package]. You will need to run yarn install --check-files to re-install the package that was linked, for more info see issue 1957.

Continued example from the yarn link documentation: assume two folders react and react-relay that are located next to each other with react linked into the react-relay project:

$ cd react
$ yarn unlink
yarn link vx.x.x
success Unregistered "react".
$ cd ../react-relay
$ yarn unlink react
yarn link vx.x.x
success Unregistered "react".

Also see:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4