-
Notifications
You must be signed in to change notification settings - Fork 756
Description
Describe the bug
C:\Users\hreis>npm --version
11.6.2
C:\Users\hreis>nodes --version
Der Befehl "nodes" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
C:\Users\hreis>node --version
v23.6.1
C:\Users\hreis>npm install -g @github/copilot
changed 1 package in 2s
C:\Users\hreis>copilot
Der Befehl "copilot" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Powershell:
PS C:\Users\hreis> npm install -g @github/copilot
npm : Die Datei "C:\Program Files\nodejs\npm.ps1" kann nicht geladen werden. Die Datei "C:\Program
Files\nodejs\npm.ps1" ist nicht digital signiert. Sie können dieses Skript im aktuellen System nicht ausführen.
Weitere Informationen zum Ausführen von Skripts und Festlegen der Ausführungsrichtlinie erhalten Sie unter
"about_Execution_Policies" (https:/go.microsoft.com/fwlink/?LinkID=135170)..
In Zeile:1 Zeichen:1
- npm install -g @github/copilot
-
+ CategoryInfo : Sicherheitsfehler: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
You know how to translate that.
nodejs folder is on the Windows system PATH. Maybe you should test that stuff once - at least.
Affected version
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
Additional context
No response