-
-
Notifications
You must be signed in to change notification settings - Fork 58
Unable to install office-365-apps-minimal-np #423
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
Comments
This is a bug related to automatic vesion checking. |
As an alternative, you may use the latest correct version: scoop install [email protected] |
Using that still results in this error output WARN Given version (16.0.18129.20030) does not match manifest (12.8.6)
WARN Attempting to generate manifest for 'office-365-apps-minimal-np' (16.0.18129.20030)
Autoupdating office-365-apps-minimal-np
Downloading dl.7z_ to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://download.microsoft.com/download/$matchPath$matchFilename#/dl.7z_ is not valid
Could not install office-365-apps-minimal-np@16.0.18129.20030
Select-CurrentVersion : Cannot bind argument to parameter 'AppName' because it is an empty string.
At C:\Users\caitlynwilliams\scoop\apps\scoop\current\lib\core.ps1:435 char:54
+ return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl ...
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Select-CurrentVersion], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Select-CurrentVersion
You cannot call a method on a null-valued expression.
At C:\Users\caitlynwilliams\scoop\apps\scoop\current\lib\manifest.ps1:36 char:5
+ $app = $app.TrimStart('/')
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Test-Path : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\caitlynwilliams\scoop\apps\scoop\current\lib\manifest.ps1:57 char:27
+ if (Test-Path $app) {
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.TestPathCommand
Couldn't find manifest for ''. |
At least it's a different error. |
This seems related to this problem: |
|
is there a way to bypass this problem? |
I wanted to propose to use my fork as an alternative repository, but I encountered some errors when setting up it as a repository. |
Bug Report
Package Name: office-365-apps-minimal-np
Current Behaviour
When I attempt to install the package it errors out, no matter what the hash of the current version, if I use aria2 or not, the downloaded hash is always wrong.
Expected Behaviour
Able to install the package
Additional context/output
Possible Solution
System details
Windows version: 11
OS architecture: 64bit
PowerShell version:
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
The text was updated successfully, but these errors were encountered: