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

Node: Error when installing via yarn #2680

Open
BogdanGale opened this issue Nov 13, 2024 · 0 comments
Open

Node: Error when installing via yarn #2680

BogdanGale opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BogdanGale
Copy link

BogdanGale commented Nov 13, 2024

Describe the bug

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

@BogdanGale BogdanGale added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant