Skip to content

fix: install verdaccio to local prefix to avoid EACCES#22588

Merged
benesjan merged 2 commits into
nextfrom
jan/fix-verdaccio-install
Apr 16, 2026
Merged

fix: install verdaccio to local prefix to avoid EACCES#22588
benesjan merged 2 commits into
nextfrom
jan/fix-verdaccio-install

Conversation

@benesjan

@benesjan benesjan commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

This didn't make the whole bootstrap fail but it resulted in mess in the logs.

Pointed at next such that other teams don't waste time on fixing this.

Summary

  • npm i -g verdaccio in aztec-up/bootstrap.sh fails with EACCES when the user doesn't have root permissions to write to /usr/lib/node_modules/.
  • Fix: install to a local --prefix (/tmp/verdaccio-pkg) and add its bin/ to PATH.

…install

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@benesjan benesjan requested a review from charlielye as a code owner April 16, 2026 02:27

benesjan commented Apr 16, 2026

Copy link
Copy Markdown
Contributor Author

@benesjan benesjan requested a review from Thunkar April 16, 2026 03:04
@benesjan benesjan enabled auto-merge (squash) April 16, 2026 03:04
@benesjan benesjan changed the base branch from merge-train/fairies to next April 16, 2026 04:05
#[test]
unconstrained fn test_initializer() {
let (mut env, voting_contract_address, admin) = utils::setup();
let (env, voting_contract_address, admin) = utils::setup();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was showing warnings with new noir. Sorry forgot to put it in PR description

@benesjan benesjan added this pull request to the merge queue Apr 16, 2026
Merged via the queue into next with commit d25ebad Apr 16, 2026
19 checks passed
@benesjan benesjan deleted the jan/fix-verdaccio-install branch April 16, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants