After yarn link package yarn creates symlink node_module/package, but after yarn unlink package it just removes node_module/package and not places there hard installed version.
Probably expected that it should find in cache or fetch a correct version from registry and replace removed symlink with it.
After
yarn link packageyarn creates symlink node_module/package, but afteryarn unlink packageit just removesnode_module/packageand not places there hard installed version.Probably expected that it should find in cache or fetch a correct version from registry and replace removed symlink with it.