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

Installing aztec-sandbox from npm fails with unresolved dependencies #1510

Closed
spalladino opened this issue Aug 10, 2023 · 1 comment
Closed
Labels
T-bug Type: Bug. Something is broken.

Comments

@spalladino
Copy link
Collaborator

Sandbox depends on aztec-node and aztec-rpc versions that match its own, but these are not published to npm (possibly due to not having changed and build-system being too smart?). We should either publish them anyway, or not bump them in the aztec-sandbox dependencies.

$ yarn add -D @aztec/aztec-sandbox
yarn add v1.22.19
[1/4] Resolving packages...
Couldn't find any versions for "@aztec/aztec-node" that matches "0.1.0-alpha34"
? Please choose a version of "@aztec/aztec-node" from this list: (Use arrow keys)
❯ 0.1.0-alpha23 
  0.1.0-alpha22 
  0.1.0-alpha21 
  0.1.0-alpha20 
  0.1.0-alpha17 
  0.1.0-alpha16 
  0.1.0-alpha15 
  0.1.0-alpha14 
Couldn't find any versions for "@aztec/aztec-rpc" that matches "0.1.0-alpha34"
? Please choose a version of "@aztec/aztec-rpc" from this list: (Use arrow keys)
❯ 0.1.0-alpha23 
  0.1.0-alpha22 
  0.1.0-alpha21 
  0.1.0-alpha20 
  0.1.0-alpha17 
  0.1.0-alpha16 
  0.1.0-alpha15 
  0.1.0-alpha14 
  0.1.0-alpha13 
@spalladino spalladino added the T-bug Type: Bug. Something is broken. label Aug 10, 2023
@github-project-automation github-project-automation bot moved this to Todo in A3 Aug 10, 2023
@spalladino
Copy link
Collaborator Author

spalladino commented Aug 14, 2023

Closed as duplicate of #1536

@spalladino spalladino closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Aug 14, 2023
codygunton pushed a commit that referenced this issue Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: Bug. Something is broken.
Projects
Archived in project
Development

No branches or pull requests

1 participant