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

Installing the latest version of this package results in yarn warnings about workspaces #68

Open
matshadow opened this issue Jan 13, 2022 · 1 comment

Comments

@matshadow
Copy link

matshadow commented Jan 13, 2022

Hey team,

I have noticed a warning message stemming from your dependency in our codebase.

Before adding @swc/jest to our dependencies

yarn install v1.22.17
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
success Already up-to-date.

After including it

yarn install v1.22.17
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] 🔗  Linking dependencies...
warning Workspaces can only be enabled in private projects.
[5/5] 🔨  Building fresh packages...
success Saved lockfile.

I can link similar issues in other places: reduxjs/react-redux#1815 and webpack/webpack-cli#479

@koggdal
Copy link

koggdal commented May 12, 2022

We're also seeing this issue.

The issue seems to have appeared in 0.2.21 and comes from adding workspaces to package.json in this commit: 9aba014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants