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 (1.22.17) throws warning "Workspaces can only be enabled in private projects" when installing @swc/jest (~0.2.21) #101

Closed
benjaminblack opened this issue May 29, 2022 · 3 comments · Fixed by #153

Comments

@benjaminblack
Copy link

Steps to reproduce:

  1. mkdir test-swc && cd test-swc
  2. yarn init -y
  3. yarn add -D @swc/core @swc/jest
@jkbmat
Copy link

jkbmat commented May 30, 2022

Introduced here

@npearson72
Copy link

Yep, seeing the same. Hoping more comments will get some attention.

@MasterOdin
Copy link
Contributor

I've opened #153 which strips out the workspaces key/value on publishing, which I think gives the best of both worlds in terms that developing the library can utilize workspaces for the example, but consumers of the library won't be affected.

@kdy1 kdy1 closed this as completed in #153 Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

4 participants