We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey team,
I have noticed a warning message stemming from your dependency in our codebase.
Before adding @swc/jest to our dependencies
@swc/jest
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
The text was updated successfully, but these errors were encountered:
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
workspaces
package.json
Sorry, something went wrong.
No branches or pull requests
Hey team,
I have noticed a warning message stemming from your dependency in our codebase.
Before adding
@swc/jest
to our dependenciesAfter including it
I can link similar issues in other places: reduxjs/react-redux#1815 and webpack/webpack-cli#479
The text was updated successfully, but these errors were encountered: