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 #854

Closed
kaiyoma opened this issue Sep 10, 2021 · 1 comment

Comments

@kaiyoma
Copy link

kaiyoma commented Sep 10, 2021

After reinstalling the latest version of this package, I'm starting to see warnings during yarn install:

[3/4] Linking dependencies...
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...

If I search through my node_modules, I can find the offending files:

$ find node_modules/ -name package.json | xargs grep workspaces
node_modules/@redux-devtools/app/node_modules/react-redux/package.json:  "workspaces": [
node_modules/@redux-devtools/core/node_modules/react-redux/package.json:  "workspaces": [

What's interesting is that we also use react-redux directly, but that package.json doesn't have workspaces set, so redux-devtools seems to be at fault here somehow.

@Methuselah96
Copy link
Member

Methuselah96 commented Sep 10, 2021

The issue is with the latest version of react-redux (7.2.5) so you should open this issue there instead. I'm going to go ahead and close this since it doesn't seem to be an issue on our end, but feel free to let me know if I should reopen it.

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