Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn install fails in windows 10 with workspace not found error #1619

Closed
1 of 3 tasks
nelaturuk opened this issue Nov 23, 2023 · 4 comments
Closed
1 of 3 tasks

yarn install fails in windows 10 with workspace not found error #1619

nelaturuk opened this issue Nov 23, 2023 · 4 comments

Comments

@nelaturuk
Copy link

Description of problem

After cloning the repo next step is to do yarn install. Yarn install fails with aries-bifold@workspace:^ workspace not found error

Expected behavior

yarn install to install the dependencies successfully.

Steps to reproduce

On Windows powershell clone bc-wallet-mobile repo. Do yarn install.

Screenshots and/or log output

image

Environment

Occurs on Windows

Build #:

Workaround

Severity

  • High
  • Medium
  • Low
@cvarjao
Copy link
Member

cvarjao commented Nov 30, 2023

bifold-core needs to be a symbolic to ./bifold/packages/legacy/core. Make sure you git is setup to handle symbolic links

@nelaturuk
Copy link
Author

nelaturuk commented Dec 4, 2023

Thank you.
I tried enabling symbolic links using the following command: git config --global core.symlinks true

It still shows the same error on yarn install. Is there anything else we need to do?

Am I supposed to move bifold code somewhere? Also ,this is being tried on the Windows powershell.

@cvarjao
Copy link
Member

cvarjao commented Dec 4, 2023

Unfortunately, we don't test build on windows, and the team uses Mac, so I am unable to reproduce.
However, we are removing the symlink requirement and that might help.
See PR #1647 for progress

@cvarjao
Copy link
Member

cvarjao commented Sep 26, 2024

closing stale issues

@cvarjao cvarjao closed this as completed Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants