You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am working on a nodejs project where this package is included in our dependencies.
However, whenever we run yarn install command, this warning appears in the output:
warning Workspaces can only be enabled in private projects.
This seems to be due to workspaces being declared in redis' package.json file but private: true is not specified.