Answers for "how to manually remove a linked yarn package"

1

how to manually remove a linked yarn package

# to just remove the link, run:
rm ~/.config/yarn/link/PACKAGE-NAME / BINARY-NAME


# if you want to play it safe, check where it pointed to first:

$ ls -l ~/.config/yarn/link/cdk-typescript-tooling

# which should give you something like this:

lrwxr-xr-x  1 lukaszgandecki  staff  59 Mar 25 09:04 /Users/lukaszgandecki/.config/yarn/link/cdk-typescript-tooling -> ../../../../../Volumes/fast/Projects/cdk-typescript-tooling
Posted by: Guest on October-05-2021
2

yarn remove package

yarn remove `package`
Posted by: Guest on August-22-2020

Code answers related to "how to manually remove a linked yarn package"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language