Skip to content

Instantly share code, notes, and snippets.

@jaimeivan
Created April 17, 2023 16:17
Show Gist options
  • Save jaimeivan/da8b2ff23cd2c77d7d8fc721a6e069f9 to your computer and use it in GitHub Desktop.
Save jaimeivan/da8b2ff23cd2c77d7d8fc721a6e069f9 to your computer and use it in GitHub Desktop.
Windows :: Commands

Marca el siguiente error al tratar de ejecutar npm install

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.

Ejecutar desde powershell

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment