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

Get-ChocolateyPath fails on Chocolatey < 1.2.0 - the package should include this in it's dependency list #15

Open
cleary opened this issue May 12, 2023 · 0 comments

Comments

@cleary
Copy link

cleary commented May 12, 2023

I got this error during installation:

TidalCycles v1.9.3 [Approved]
tidalcycles package files install completed. Performing other installation steps.
ERROR: The term 'Get-ChocolateyPath' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
The install of tidalcycles was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\TidalCycles\tools\chocolateyinstall.ps1'.
 See log for details.

Turns out I had a very old version of chocolatey (1.1.0) - upgrading chocolatey fixed the problem

From:
https://docs.chocolatey.org/en-us/create/functions/get-chocolateypath

Available in 1.2.0+.

chocolatey >= 1.2.0 should be a dependency

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

No branches or pull requests

1 participant