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

Warning message during yarn install #2469

Open
Pirororor opened this issue Apr 11, 2023 · 3 comments
Open

Warning message during yarn install #2469

Pirororor opened this issue Apr 11, 2023 · 3 comments

Comments

@Pirororor
Copy link

Pirororor commented Apr 11, 2023

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.

image

This seems to be due to workspaces being declared in redis' package.json file but private: true is not specified.
image

@leibale
Copy link
Contributor

leibale commented Apr 11, 2023

Looks like mixing the workspaces "package" with the "whole in one" package wasn't a good idea.. thanks for the heads-up, we'll fix it in v5.

@thientran1707
Copy link

may I know what is the roadmap for v5?

@leibale
Copy link
Contributor

leibale commented Apr 11, 2023

leibale added a commit to leibale/node-redis that referenced this issue Apr 26, 2023
@leibale leibale mentioned this issue Apr 26, 2023
leibale added a commit that referenced this issue Apr 30, 2023
* wip

* Worked on phrasing etc for v5 doc changes.

* Removed quite repetition of 'Rather'

* Update v4-to-v5.md

* Update v4-to-v5.md

* Update v4-to-v5.md

* WIP

* WIP

* clean SET command

* some more commands, multi.exec<'typed'>

* "typed" multi

* WIP

* upgrade deps

* wip

* wip

* fix #2469

* wip

* npm update

* wip

* wip

* wip

* wip

* some tests

* tests.yml

* wip

* wip

* merge master into v5

* some more commands

* some more commands

* WIP

* Release client@2.0.0-next.1

---------

Co-authored-by: Simon Prickett <simon@redislabs.com>
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

3 participants