-
Notifications
You must be signed in to change notification settings - Fork 71
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
Node: Error when installing via yarn #2680
Comments
Thanks for reaching out, sorry for the late response, we are checking the issue. |
Hey @asafpamzn, thank you for replying! |
Hey @BogdanGale |
If you have a workaround for yarn that would be lovely and greatly appreciated, since it wouldn't require me to change all the CI/CD pipelines from yarn to npm |
@BogdanGale Apparently yarn and npm using same names for completely different concepts. If you want to share the structure of your CI, I might be able to give a faster solution. For example, using npm for glide, and Thanks for the patience! |
Thank you @avifenesh ! Don't worry, it's not so much about how to make the changes in the CI, it's just more the inconvenience that of losing the consistency with the CI pipelines in other services/applications that we have in our team. I'll gladly wait until you guys look into it and also please let me know if I could help in any way. Cheers! |
@BogdanGale I'm still looking into it to find a better solution, but it appears that it might require a wider change in our published packages structure. I will let you know if something else is pops during research, but maybe you better temporary use Possible solution meanwhile to use npm install @valkey/valkey-glide
cp -r node_modules/@valkey/valkey-glide-linux-arm64/rust-client ./ #note that its depends on your host type
rm -r package-lock.json node_modules
yarn add @valkey/valkey-glide Iv'e tested it, and it’s doing the job. It will be solved eventually, there's no question we want to support yarn users, and it has a high priority. |
Discussed with @avifenesh and agreed that best path forward is to refactor the solution to reference |
Giving it an estimation of 2 weeks of full time work |
Putting all the issues which are relevant to the restructuring under the latest issue on the topic and closing them. |
Describe the bug
Yarn throws an error when trying to install the
valkey-glide
packageerror Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
Expected Behavior
Package can be installed with yarn
Current Behavior
When installing the package via yarn the following error is thrown:
Reproduction Steps
Run command
yarn add @valkey/valkey-glide
Possible Solution
No response
Additional Information/Context
Yarn version: v1.22.22
Node version: v22.11.0
Client version used
1.1.0
Engine type and version
Redis 7.0.7
OS
MacOS
Language
TypeScript
Language Version
4.9.5
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: