Open paperdave opened 10 months ago
I believe this has been implemented already, the documentation lists bun unlink
and it worked in my own testing. Make sure you're using the latest version of Bun.
Package Manager > bun link
that is for unregistering a package
but not unlinking
i will adjust the issue title
+1 on getting this resolved!
+1
+1
+1
No progress on this still?
I believe all you need to do in the second package (the one that linked to the first package) is run bun install
(I guess assuming you've got a bun.lockb file)?
I believe this has been implemented already, the documentation lists
bun unlink
and it worked in my own testing. Make sure you're using the latest version of Bun. Package Manager > bun link
Also, unlink
doesn't seem to be documented anymore?
This makes it so you must
rm -rf node_modules; bun i
to reset changes made withbun link
, which is lame.