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

fix: rely on local npm installation #171

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

sakulstra
Copy link
Collaborator

reverts #133 (@hexonaut, not sure if still relevant for you)

Calling npx package --yes concurrently might lead to globally broken node_module installations.
The reason is that npx is not concurrency safe by design: npm/cli#6955 (comment)

With this patch applied the cli will assume a local install of the package in order to work.

@sakulstra sakulstra merged commit 2111f26 into master Nov 8, 2023
1 of 2 checks passed
@sakulstra sakulstra deleted the feat/rely-on-local-aave-cli branch November 8, 2023 15:38
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