You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ bun install
bun install v0.6.2 (8d90d795)
error: package "@scope/package" is not linked
To install a linked package:
bun link my-pkg-name-from-package-json
Tip: the package name is from package.json, which can differ from the folder name.
bun link @scope/package also gives the same error.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
❯ bun install
bun install v1.0.7 (6a2768f2)
error: workspace dependency "@scope/package" not found
Searched in "./demo/^"
Workspace documentation: https://bun.sh/docs/install/workspaces
What version of Bun is running?
0.6.2
What platform is your computer?
Darwin 22.3.0 arm64 arm
What steps can reproduce the bug?
Bun cannot install linked packages with the yarn workspace prefix.
package.json
:demo/package.json
:bun install
gives the following error:➜ bun install bun install v0.6.2 (8d90d795) error: package "@scope/package" is not linked To install a linked package: bun link my-pkg-name-from-package-json Tip: the package name is from package.json, which can differ from the folder name.
bun link @scope/package
also gives the same error.What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: