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
Yarn throws an error when trying to install the valkey-glide package error 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:
error Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Error: Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
at MessageError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:721:66)
at new MessageError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:750:123)
at FileResolver.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:50037:15)
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:321:13
Error: Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
at MessageError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:721:66)
at new MessageError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:750:123)
at FileResolver.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:50037:15)
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:321:13
Error: Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
at MessageError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:721:66)
at new MessageError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:750:123)
at FileResolver.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:50037:15)
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:321:13
Error: Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
at MessageError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:721:66)
at new MessageError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:750:123)
at FileResolver.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:50037:15)
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:321:13
Error: Package "glide-rs" refers to a non-existing file '"/Users/user/Projects/example-project/rust-client"'.
at MessageError.ExtendableBuiltin (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:721:66)
at new MessageError (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:750:123)
at FileResolver.<anonymous> (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:50037:15)
at Generator.next (<anonymous>)
at step (/opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:310:30)
at /opt/homebrew/Cellar/yarn/1.22.22/libexec/lib/cli.js:321:13
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:
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: