Getting error while running jsHint Error on command prompt

Getting below error for jshint. Please suggest the solution.

PS C:\node_projects\first_app> jshint app.js
jshint : File C:\Users\priya\AppData\Roaming\npm\jshint.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

  • jshint app.js
  •   + CategoryInfo          : SecurityError: (:) [], PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess

If anybody knows the solution. Please help

Have you tried something like what’s described in this SO answer?