Cách sửa lỗi - nodemon.ps1 cannot be loaded trong VSCODE

Cách fix lỗi vscode windows error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system

2021-11-10 1646 lượt xem

Khi bạn run nodemon hoặc gulp trong vscode windows bị lỗi như thế này:

Nếu bạn gặp lỗi này thì bạn có thể làm các bước sau để fix nó:

MởWindows PowerShell

Bạn cần mở Windows PowerShell với quyền admin

Xem ExecutionPolicy có sẵn trong windows đang có

Trong cái lỗi trong hình có chữ 

see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

Thì bạn chỉ cẫn gõ :

Get-ExecutionPolicy

Nếu  Kết quả là Restricted thì nó là lý do bạn gặp lỗi đó.

Set lại 

Set-ExecutionPolicy Unrestricted

Nó sẽ hỏi bạn có ok thay đổi không (bấm Y) 

 Để đảm bảo, bạn có thể kiểm tra lại trạng thái Policy thực thi bằng lệnh này:

Get-ExecutionPolicy