I’m using quasar to run my app using the “quasar dev” command, it always worked fined. Today it stopped working suddently and I get this error:
quasar : Impossible de charger le fichier C:UsersGLEUAppDataRoamingnpmquasar.ps1. Le fichier [...] n’est pas signé
numériquement. Vous ne pouvez pas exécuter ce script sur le système actuel. Pour plus d’informations sur l’exécution de scripts et la définition de stratégies
d’exécution, voir la rubrique about_Execution_Policies à l’adresse https://go.microsoft.com/fwlink/?LinkID=135170.
Au caractère Ligne:1 : 1
+ quasar dev
+ ~~~~~~
+ CategoryInfo : Erreur de sécurité : (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
I looked around and try to edit the ExecutionPolicy, but even whith this ExecutionPolicy:
Scope ExecutionPolicy
----- ---------------
MachinePolicy AllSigned
UserPolicy Undefined
Process Unrestricted or Bypass
CurrentUser Unrestricted or Bypass
LocalMachine RemoteSigned
I still get the error and I don’t know what to do to unlock the situation, and I don’t understand why it changed in the first place?