if u take this error:
ionic : File C:\Users\User\AppData\Roaming\npm\ionic.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + ionic -v + ~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
then write this and say yes:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
***
it will fix your problem.
0 yorum :
Yorum Gönder