Hi when I try to run create-react-app my_app I get this error message

create-react-app : File C:\Users\user\AppData\Roaming\npm\create-react-app.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

  • create-react-app my_app

  • ~~~~~~~~~~~ + CategoryInfo : SecurityError: (🙂 [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

    How can you help me?

  • Coderslang_Master replied to this.
  • eri It's an internal permissions issue on your computer. You could try to run create-react-app with admin permissions to see if it helps.

    eri It's an internal permissions issue on your computer. You could try to run create-react-app with admin permissions to see if it helps.

    • eri likes this.
    Write a Reply...