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

Chocolatey call depth overflow #458

Closed
shikiko opened this issue Jun 6, 2023 · 3 comments · Fixed by #462
Closed

Chocolatey call depth overflow #458

shikiko opened this issue Jun 6, 2023 · 3 comments · Fixed by #462
Assignees
Labels
🐛 bug Something isn't working

Comments

@shikiko
Copy link

shikiko commented Jun 6, 2023

Having issues with install.ps1

image

tried using $env:chocolateyVersion = '1.4.0' and Set-Alias -Name chocolatey -Value choco}.

Still receiving this error

@lireis
Copy link

lireis commented Jun 6, 2023

Same issue on my side

@wan-ilhami
Copy link

yeah same goes to me anyone can help?

@Ana06
Copy link
Member

Ana06 commented Jun 7, 2023

This error happens when you use Choco 2 and Set-Alias -Name chocolatey -Value choco which you shouldn't do as our packages use more deprecated shims than chocolatey mandiant/VM-Packages#429. Using $env:chocolateyVersion = '1.4.0' before running the installer should work until we update to Choco 2 and the just released Boxstarter 3.0.1. We are working on it.

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

Successfully merging a pull request may close this issue.

4 participants