kamack38 / packages

📦 Repository for my AUR & Chocolatey packages
0 stars 1 forks source link

Updating nvm #4

Closed goatandsheep closed 1 year ago

goatandsheep commented 1 year ago

I know I haven't edited the checksums but I wasn't sure which checksums are being used. The library is currently broken and quite out of date

When I tried to run update_all.ps1 I got the following error:

updateall : The term 'updateall' 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.
At C:\Users\<>\packages\update_all.ps1:83 char:16
+ $global:info = updateall -Name $Name -Options $Options
+                ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (updateall:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
kamack38 commented 1 year ago

Do you have the au PowerShell module installed?

goatandsheep commented 1 year ago

probably not

goatandsheep commented 1 year ago

can you please link to the au powershell module?

kamack38 commented 1 year ago

Here is the repo: https://github.com/majkinetor/au

kamack38 commented 1 year ago

You should be able to install it by running:

Install-Module au
lietho commented 1 year ago

In the meantime, a new version 1.1.11 of nvm-windows has been released. It contains an important bugfix to be able to install the latest version of node.js (https://github.com/coreybutler/nvm-windows/issues/955). I think it makes sense to use this release right away.

goatandsheep commented 1 year ago

Should we close this then?

goatandsheep commented 1 year ago

sorry i just checked and I don't see it updated https://community.chocolatey.org/packages/nvm/

kamack38 commented 1 year ago

It's here