-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
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. |
may I know what is the roadmap for v5? |
Draft
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
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:This seems to be due to workspaces being declared in redis' package.json file but
![image](https://user-images.githubusercontent.com/11240223/231037136-be890957-0b9c-49a3-b9db-436fc6e842bf.png)
private: true
is not specified.The text was updated successfully, but these errors were encountered: