You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to install Microsoft.Graph on the ARM version of Powershell.Core. If I try to install from PSGallery I get.
Line |
9709 | … talledPackages = PackageManagement\Install-Package @PSBoundParameters
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The member 'FormatsToProcess' in the module manifest is not valid: Cannot find path
| '/tmp/29169763/Microsoft.Graph.Authentication.0.5.0/./Microsoft.Graph.Authentication.Format.ps1xml' because it does not exist..
| Verify that a valid value is specified for this field in the
| '/tmp/29169763/Microsoft.Graph.Authentication.0.5.0/Microsoft.Graph.Authentication.psd1' file.
Is it even supported on ARM ? Perhaps this is a crazy idea.
I have tried 7.0 and the preview 7.1 version of Powershell.core.
PS /home/pi> $PSVersionTable
Name Value
---- -----
PSVersion 7.1.0-preview.2
PSEdition Core
GitCommitId 7.1.0-preview.2
OS Linux 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The text was updated successfully, but these errors were encountered:
Is this a case-sensitive issue with my install being on Linux?
The name in the manifest is:
Microsoft.Graph.Authentication.Format.ps1xml
But the filename is:
Microsoft.Graph.Authentication.format.ps1xml
broo0ose
changed the title
Install on ARM powershell.core (Raspbian)
Install on ARM powershell.core (Raspbian) (case sensitive issue in manifest ?)
May 4, 2020
@broo0ose Thanks for reporting this. This is indeed the case, Linux bash is case sensitive. We will fix this issue as part of the next release (due tomorrow).
Hi, I am trying to install Microsoft.Graph on the ARM version of Powershell.Core. If I try to install from PSGallery I get.
Is it even supported on ARM ? Perhaps this is a crazy idea.
I have tried 7.0 and the preview 7.1 version of Powershell.core.
The text was updated successfully, but these errors were encountered: