It wont let me make a narrat file due to running scripts being disabled. How do I enable running scripts?

npm : File C:\Program Files\nodejs\npm.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

  • npm create narrat
  •   + CategoryInfo          : SecurityError: (:) [], PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess

You could use cmd instead of powershell, or change your powershell script policy to allow unsigned scripts (it wants nice official signed ones $$$ iirc)

Follow the instructions at the link the message provided.

Thanks for the help!