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 does not allow duplicate workspace names #114

Closed
NullVoxPopuli opened this issue May 1, 2023 · 4 comments
Closed

Yarn does not allow duplicate workspace names #114

NullVoxPopuli opened this issue May 1, 2023 · 4 comments

Comments

@NullVoxPopuli
Copy link
Collaborator

Got this error on 1.5

❯ npx ember-cli addon ember-qunit -b @embroider/addon-blueprint
Command failed with exit code 1: yarn install
Internal Error: Duplicate workspace name ember-qunit: Development/tmp/ember-qunit/ember-qunit conflicts with Development/tmp/ember-qunit
@simonihmig
Copy link
Collaborator

Just ran the above command, and it was working fine for me! 🤔

Which version for yarn are you using?

@NullVoxPopuli
Copy link
Collaborator Author

I had yarn@v4-alpha 😅

works with yarn@v1

@NullVoxPopuli
Copy link
Collaborator Author

Results of:

npx ember-cli@latest addon my-yarn-test \
  -b @embroider/addon-blueprint \
  --yarn
  • yarn@v1: no error ... but no one should be using yarn@v1 🙃
  • yarn@v2: this actually doesn't exist, afaict
  • yarn@v3: Duplicate workspace name
  • yarn@v4: Duplicate workspace name

For testing with volta

  • yarn@v1: volta install yarn@1
  • yarn@v3: volta install yarn@3
  • yarn@v4: volta install yarn

@NullVoxPopuli
Copy link
Collaborator Author

Closed by #120

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