Sequelize cannot be loaded because running scripts is disabled on this system : Include solution

 

Solution:

 Run the following command into VS code PowerShell.

Command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

Post a Comment

0 Comments