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
Running yarn install on dev branch fails with an error:
β€ YN0001: β Error: @reach-internal/test@workspace:*: Workspace not found (@reach-internal/test@workspace:*)
Expected behavior
yarn install should complete without errors?
Reproducible example
git clone [email protected]:reach/reach-ui.git
cd reach-ui
yarn install
Suggested solution(s)
I'm not familiar with Yarn or Workspaces, but it seems something isn't configured correctly in the dev branch, or setup instructions need to be updated?
Removing @reach-internal/test@workspace:* from dependencies produces the same error with another dependency, removing that dependency produces another, and it seems to keep going.
Additional context
Your environment
Software
Name(s)
Version
Reach Package
New fork from GitHub
dev branch
React
Browser
Assistive tech
Node
16.16.0
npm/yarn
yarn
3.2.2
Operating System
MacOS Monterey (M1)
12.5
The text was updated successfully, but these errors were encountered:
moollaza
changed the title
Yarn Install Error - Workspace not found (@reach-internal/test@workspace:*)
Yarn install error on dev branch: Workspace not found (@reach-internal/test@workspace:*)
Aug 3, 2022
π Bug report
Current Behavior
Running
yarn install
ondev
branch fails with an error:Expected behavior
yarn install
should complete without errors?Reproducible example
Suggested solution(s)
I'm not familiar with Yarn or Workspaces, but it seems something isn't configured correctly in the dev branch, or setup instructions need to be updated?
Removing
@reach-internal/test@workspace:*
from dependencies produces the same error with another dependency, removing that dependency produces another, and it seems to keep going.Additional context
Your environment
The text was updated successfully, but these errors were encountered: